Trace number 1581734

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 2/2009-03-20UNSAT 168.953 87.1544

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4389
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.59/0.69	c ==============================================================================
0.59/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.69	c ==============================================================================
0.59/0.69	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.78/3.81	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.78/3.82	c ==============================================================================
3.78/3.82	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.78/3.82	c CPU time:   3.67644 s
3.78/3.82	c ==============================================================================
168.85/87.12	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
168.85/87.12	c ============================[ Problem Statistics ]=============================
168.85/87.12	c |                                                                             |
168.85/87.12	c threadId              : 1
168.85/87.12	c restarts              : 784
168.85/87.12	c conflicts             : 60232          (367 /sec)
168.85/87.12	c decisions             : 404035         (1.53 % random) (2459 /sec)
168.85/87.12	c propagations          : 100675219      (612596 /sec)
168.85/87.12	c conflict literals     : 9664516        (26.21 % deleted)
168.85/87.12	c Memory used           : 118.13 MB
168.85/87.12	c CPU time              : 164.342 s
168.85/87.12	
168.85/87.12	c --->m=2, e=8, aimd=2, HOME/9215_many.cnf	time: 82.171	conflicts: 60232        
168.85/87.14	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1581734-1238932066/watcher-1581734-1238932066 -o /tmp/evaluation-result-1581734-1238932066/solver-1581734-1238932066 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581734-1238932066.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 9215
/proc/meminfo: memFree=1742896/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) R 9213 9215 8761 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 269930261151 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9215/statm: 1339 234 194 169 0 50 0
[pid=9216] ppid=9215 vsize=1560 CPUtime=0
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 1165869266 1597440 247 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 390 250 50 127 0 260 0

[startup+0.00732201 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 9215
/proc/meminfo: memFree=1742896/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9215/statm: 1339 235 195 169 0 50 0
[pid=9216] ppid=9215 vsize=2296 CPUtime=0
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 1165869266 2351104 432 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 574 433 50 127 0 444 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7652

[startup+0.10234 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 9215
/proc/meminfo: memFree=1742896/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9215/statm: 1339 235 195 169 0 50 0
[pid=9216] ppid=9215 vsize=20096 CPUtime=0.09
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 4589 0 0 0 7 2 0 0 19 0 1 0 1165869266 20578304 4517 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 5024 4518 50 127 0 4894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25452

[startup+0.30138 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 9215
/proc/meminfo: memFree=1742896/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9215/statm: 1339 235 195 169 0 50 0
[pid=9216] ppid=9215 vsize=34040 CPUtime=0.29
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 7913 0 0 0 25 4 0 0 21 0 1 0 1165869266 34856960 7841 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 8510 7843 50 127 0 8380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39396

[startup+0.701457 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 9215
/proc/meminfo: memFree=1742896/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9215/statm: 1339 235 195 169 0 50 0
[pid=9216] ppid=9215 vsize=60676 CPUtime=0.69
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 14232 0 0 0 62 7 0 0 25 0 1 0 1165869266 62132224 14160 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 15169 14160 64 127 0 15039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66032

[startup+1.50161 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 9217
/proc/meminfo: memFree=1681632/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9215/statm: 1339 235 195 169 0 50 0
[pid=9216] ppid=9215 vsize=73684 CPUtime=1.49
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 18526 0 0 0 139 10 0 0 25 0 1 0 1165869266 75452416 16843 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 18421 16843 68 127 0 18291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79040

[startup+3.10193 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 9217
/proc/meminfo: memFree=1671584/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=0
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869266 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9215/statm: 1339 235 195 169 0 50 0
[pid=9216] ppid=9215 vsize=74788 CPUtime=3.09
/proc/9216/stat : 9216 (SatElite) R 9215 9215 8761 0 -1 4194304 20700 0 0 0 297 12 0 0 25 0 1 0 1165869266 76582912 17212 1992294400 134512640 135034092 4294956096 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 1 0 0
/proc/9216/statm: 18697 17212 68 127 0 18567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80144

[startup+6.30157 s]
/proc/loadavg: 1.00 0.98 0.99 3/67 9219
/proc/meminfo: memFree=1675736/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=70036 CPUtime=3.36
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 13959 0 0 0 326 10 0 0 17 0 2 0 1165869698 71716864 13926 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 17509 13926 83 193 0 17313 0
[pid=9218/tid=9219] ppid=9215 vsize=70036 CPUtime=1.4
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 529 0 0 0 139 1 0 0 17 0 2 0 1165869753 71716864 13926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 75392

[startup+12.7018 s]
/proc/loadavg: 1.15 1.02 1.01 3/67 9219
/proc/meminfo: memFree=1670368/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=75932 CPUtime=16.13
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 15433 0 0 0 1600 13 0 0 17 0 2 0 1165869698 77754368 15400 1992294400 134512640 135305190 4294956144 18446744073709551615 134551736 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 18983 15400 83 193 0 18787 0
[pid=9218/tid=9219] ppid=9215 vsize=75932 CPUtime=7.8
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 1263 0 0 0 777 3 0 0 17 0 2 0 1165869753 77754368 15400 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.43
Current children cumulated vsize (KiB) 81288

[startup+25.5024 s]
/proc/loadavg: 1.28 1.05 1.02 3/67 9219
/proc/meminfo: memFree=1655968/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=89200 CPUtime=41.65
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 18845 0 0 0 4149 16 0 0 17 0 2 0 1165869698 91340800 18812 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 22300 18812 83 193 0 22104 0
[pid=9218/tid=9219] ppid=9215 vsize=89200 CPUtime=20.59
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 2699 0 0 0 2054 5 0 0 19 0 2 0 1165869753 91340800 18812 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.95
Current children cumulated vsize (KiB) 94556

[startup+51.1014 s]
/proc/loadavg: 1.53 1.12 1.04 3/67 9219
/proc/meminfo: memFree=1641568/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=103148 CPUtime=92.72
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 22373 0 0 0 9252 20 0 0 17 0 2 0 1165869698 105623552 22340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 25787 22340 83 193 0 25591 0
[pid=9218/tid=9219] ppid=9215 vsize=103148 CPUtime=46.16
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 4377 0 0 0 4609 7 0 0 18 0 2 0 1165869753 105623552 22340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.02
Current children cumulated vsize (KiB) 108504

Solver just ended. Dumping a history of the last processes samples

[startup+63.9019 s]
/proc/loadavg: 1.63 1.17 1.05 3/67 9219
/proc/meminfo: memFree=1637984/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=106820 CPUtime=118.25
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 23349 0 0 0 11804 21 0 0 16 0 2 0 1165869698 109383680 23316 1992294400 134512640 135305190 4294956144 18446744073709551615 134529110 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 26705 23316 83 193 0 26509 0
[pid=9218/tid=9219] ppid=9215 vsize=106820 CPUtime=58.95
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 4850 0 0 0 5887 8 0 0 17 0 2 0 1165869753 109383680 23316 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.55
Current children cumulated vsize (KiB) 112176

[startup+76.7014 s]
/proc/loadavg: 1.69 1.19 1.06 3/67 9219
/proc/meminfo: memFree=1632928/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=113360 CPUtime=143.8
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 24815 0 0 0 14358 22 0 0 17 0 2 0 1165869698 116080640 24782 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 28340 24782 83 193 0 28144 0
[pid=9218/tid=9219] ppid=9215 vsize=113360 CPUtime=71.75
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 5457 0 0 0 7167 8 0 0 17 0 2 0 1165869753 116080640 24782 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.1
Current children cumulated vsize (KiB) 118716

[startup+83.1017 s]
/proc/loadavg: 1.73 1.22 1.07 3/67 9219
/proc/meminfo: memFree=1625952/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=120044 CPUtime=156.57
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 26514 0 0 0 15632 25 0 0 18 0 2 0 1165869698 122925056 26481 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 30011 26481 83 193 0 29815 0
[pid=9218/tid=9219] ppid=9215 vsize=120044 CPUtime=78.14
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 6266 0 0 0 7805 9 0 0 17 0 2 0 1165869753 122925056 26481 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 125400

[startup+84.707 s]
/proc/loadavg: 1.73 1.22 1.07 3/67 9219
/proc/meminfo: memFree=1624224/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=120960 CPUtime=159.77
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 26749 0 0 0 15951 26 0 0 17 0 2 0 1165869698 123863040 26716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 30240 26716 83 193 0 30044 0
[pid=9218/tid=9219] ppid=9215 vsize=120960 CPUtime=79.75
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 6390 0 0 0 7965 10 0 0 17 0 2 0 1165869753 123863040 26716 1992294400 134512640 135305190 4294956144 18446744073709551615 134551951 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.07
Current children cumulated vsize (KiB) 126316

[startup+86.3023 s]
/proc/loadavg: 1.73 1.22 1.07 3/67 9219
/proc/meminfo: memFree=1624224/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=120960 CPUtime=162.96
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 26750 0 0 0 16270 26 0 0 20 0 2 0 1165869698 123863040 26717 1992294400 134512640 135305190 4294956144 18446744073709551615 134551749 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 30240 26717 83 193 0 30044 0
[pid=9218/tid=9219] ppid=9215 vsize=120960 CPUtime=81.34
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 6390 0 0 0 8124 10 0 0 17 0 2 0 1165869753 123863040 26717 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.26
Current children cumulated vsize (KiB) 126316

[startup+86.7014 s]
/proc/loadavg: 1.73 1.22 1.07 3/67 9219
/proc/meminfo: memFree=1624224/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=120960 CPUtime=163.75
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 26750 0 0 0 16349 26 0 0 21 0 2 0 1165869698 123863040 26717 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 30240 26717 83 193 0 30044 0
[pid=9218/tid=9219] ppid=9215 vsize=120960 CPUtime=81.74
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 6390 0 0 0 8164 10 0 0 18 0 2 0 1165869753 123863040 26717 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.05
Current children cumulated vsize (KiB) 126316

[startup+87.1015 s]
/proc/loadavg: 1.76 1.23 1.08 3/67 9219
/proc/meminfo: memFree=1624224/2055920 swapFree=4176224/4192956
[pid=9215] ppid=9213 vsize=5356 CPUtime=4.3
/proc/9215/stat : 9215 (manysat.sh) S 9213 9215 8761 0 -1 4194304 312 23271 0 0 0 0 412 18 16 0 1 0 1165869266 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9215/statm: 1339 238 195 169 0 50 0
[pid=9218] ppid=9215 vsize=120960 CPUtime=164.55
/proc/9218/stat : 9218 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194304 26751 0 0 0 16429 26 0 0 22 0 2 0 1165869698 123863040 26718 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9218/statm: 30240 26718 83 193 0 30044 0
[pid=9218/tid=9219] ppid=9215 vsize=120960 CPUtime=82.14
/proc/9218/task/9219/stat : 9219 (manysat1.1_stat) R 9215 9215 8761 0 -1 4194368 6390 0 0 0 8204 10 0 0 17 0 2 0 1165869753 123863040 26718 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.85
Current children cumulated vsize (KiB) 126316

Child status: 20
Real time (s): 87.1544
CPU time (s): 168.953
CPU user time (s): 168.473
CPU system time (s): 0.479927
CPU usage (%): 193.855
Max. virtual memory (cumulated for all children) (KiB): 126316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.473
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1679
involuntary context switches= 1259

runsolver used 0.074988 second user time and 0.248962 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-05 13:47:47
IDJOB=1581734
IDBENCH=71042
IDSOLVER=515
FILE ID=node53/1581734-1238932066
PBS_JOBID= 9101426
Free space on /tmp= 66540 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581734-1238932066/watcher-1581734-1238932066 -o /tmp/evaluation-result-1581734-1238932066/solver-1581734-1238932066 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1581734-1238932066.cnf aimd 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=971347798

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1743312 kB
Buffers:         23192 kB
Cached:         216308 kB
SwapCached:      10536 kB
Active:          88612 kB
Inactive:       162952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743312 kB
SwapTotal:     4192956 kB
SwapFree:      4176224 kB
Dirty:           12464 kB
Writeback:           0 kB
Mapped:          17692 kB
Slab:            47020 kB
Committed_AS:  3051360 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node53 at 2009-04-05 13:49:15