Trace number 1563354

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 349.596 177.422

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.29/0.38	c ==============================================================================
0.29/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.38	c ==============================================================================
0.29/0.38	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
3.98/4.06	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
3.98/4.06	c ==============================================================================
3.98/4.06	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
3.98/4.06	c CPU time:   3.86441 s
3.98/4.06	c ==============================================================================
349.36/177.39	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
349.36/177.39	c ============================[ Problem Statistics ]=============================
349.36/177.39	c |                                                                             |
349.36/177.39	c threadId              : 0
349.36/177.39	c restarts              : 438
349.36/177.39	c conflicts             : 346438         (1004 /sec)
349.36/177.39	c decisions             : 554625         (1.67 % random) (1607 /sec)
349.36/177.39	c propagations          : 151467197      (438876 /sec)
349.36/177.39	c conflict literals     : 13860120       (47.34 % deleted)
349.36/177.39	c Memory used           : 70.45 MB
349.36/177.39	c CPU time              : 345.126 s
349.36/177.39	
349.36/177.39	c --->m=2, e=8, aimd=2, HOME/29479_many.cnf	time: 172.563	conflicts: 346438       
349.55/177.40	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-1563354-1238785373/watcher-1563354-1238785373 -o /tmp/evaluation-result-1563354-1238785373/solver-1563354-1238785373 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563354-1238785373.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: 0.99 0.98 1.00 3/64 29479
/proc/meminfo: memFree=1697184/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=5356 CPUtime=0
/proc/29480/stat : 29480 (manysat.sh) R 29479 29479 29276 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954764071 0 0 4096 0 0 0 0 17 0 0 0
/proc/29480/statm: 0 0 0 0 0 0 0

[startup+0.0183859 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 29479
/proc/meminfo: memFree=1697184/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=2800 CPUtime=0.01
/proc/29480/stat : 29480 (SatElite) R 29479 29479 29276 0 -1 4194304 561 0 0 0 1 0 0 0 18 0 1 0 1151200130 2867200 545 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/29480/statm: 700 545 51 127 0 570 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8156

[startup+0.101394 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 29479
/proc/meminfo: memFree=1697184/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=15552 CPUtime=0.08
/proc/29480/stat : 29480 (SatElite) R 29479 29479 29276 0 -1 4194304 3311 0 0 0 8 0 0 0 18 0 1 0 1151200130 15925248 3295 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29480/statm: 3888 3297 51 127 0 3758 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20908

[startup+0.30141 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 29479
/proc/meminfo: memFree=1697184/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=40608 CPUtime=0.29
/proc/29480/stat : 29480 (SatElite) R 29479 29479 29276 0 -1 4194304 9741 0 0 0 25 4 0 0 19 0 1 0 1151200130 41582592 9725 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29480/statm: 10152 9726 51 127 0 10022 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45964

[startup+0.701446 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 29479
/proc/meminfo: memFree=1697184/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=66692 CPUtime=0.68
/proc/29480/stat : 29480 (SatElite) R 29479 29479 29276 0 -1 4194304 13654 0 0 0 62 6 0 0 23 0 1 0 1151200130 68292608 13294 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29480/statm: 16673 13294 68 127 0 16543 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72048

[startup+1.50152 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 29481
/proc/meminfo: memFree=1636240/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=74264 CPUtime=1.49
/proc/29480/stat : 29480 (SatElite) R 29479 29479 29276 0 -1 4194304 15362 0 0 0 139 10 0 0 25 0 1 0 1151200130 76046336 14988 1992294400 134512640 135034092 4294956096 18446744073709551615 134577067 0 0 4096 3 0 0 0 17 0 0 0
/proc/29480/statm: 18566 14988 68 127 0 18436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79620

[startup+3.10266 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 29481
/proc/meminfo: memFree=1627920/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=0
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200130 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 235 195 169 0 50 0
[pid=29480] ppid=29479 vsize=73928 CPUtime=3.08
/proc/29480/stat : 29480 (SatElite) R 29479 29479 29276 0 -1 4194304 19637 0 0 0 295 13 0 0 25 0 1 0 1151200130 75702272 15049 1992294400 134512640 135034092 4294956096 18446744073709551615 134566239 0 0 4096 3 0 0 0 17 0 0 0
/proc/29480/statm: 18482 15049 68 127 0 18352 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 79284

[startup+6.30196 s]
/proc/loadavg: 1.07 1.00 1.01 3/67 29483
/proc/meminfo: memFree=1663240/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=33836 CPUtime=3.97
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 5206 0 0 0 392 5 0 0 17 0 2 0 1151200553 34648064 5191 1992294400 134512640 135305190 4294956144 18446744073709551615 134528227 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 8459 5191 83 193 0 8263 0
[pid=29482/tid=29483] ppid=29479 vsize=33836 CPUtime=1.9
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 600 0 0 0 189 1 0 0 17 0 2 0 1151200568 34648064 5191 1992294400 134512640 135305190 4294956144 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 39192

[startup+12.7015 s]
/proc/loadavg: 1.15 1.02 1.01 3/67 29483
/proc/meminfo: memFree=1657288/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=39300 CPUtime=16.73
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 6630 0 0 0 1665 8 0 0 16 0 2 0 1151200553 40243200 6615 1992294400 134512640 135305190 4294956144 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 9825 6615 83 193 0 9629 0
[pid=29482/tid=29483] ppid=29479 vsize=39300 CPUtime=8.27
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 1162 0 0 0 825 2 0 0 17 0 2 0 1151200568 40243200 6615 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.94
Current children cumulated vsize (KiB) 44656

[startup+25.5017 s]
/proc/loadavg: 1.28 1.05 1.02 3/67 29483
/proc/meminfo: memFree=1650128/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=45464 CPUtime=42.26
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 8238 0 0 0 4216 10 0 0 17 0 2 0 1151200553 46555136 8223 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 11366 8223 83 193 0 11170 0
[pid=29482/tid=29483] ppid=29479 vsize=45464 CPUtime=21.02
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 2036 0 0 0 2098 4 0 0 17 0 2 0 1151200568 46555136 8223 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.47
Current children cumulated vsize (KiB) 50820

[startup+51.102 s]
/proc/loadavg: 1.56 1.14 1.05 3/67 29483
/proc/meminfo: memFree=1642960/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=52736 CPUtime=93.33
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 10032 0 0 0 9319 14 0 0 18 0 2 0 1151200553 54001664 10017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 13184 10017 83 193 0 12988 0
[pid=29482/tid=29483] ppid=29479 vsize=52736 CPUtime=46.51
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 2743 0 0 0 4646 5 0 0 18 0 2 0 1151200568 54001664 10017 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.54
Current children cumulated vsize (KiB) 58092

[startup+102.307 s]
/proc/loadavg: 1.81 1.27 1.10 3/67 29483
/proc/meminfo: memFree=1631888/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=64260 CPUtime=195.5
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 12787 0 0 0 19533 17 0 0 17 0 2 0 1151200553 65802240 12772 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 16065 12772 83 193 0 15869 0
[pid=29482/tid=29483] ppid=29479 vsize=64260 CPUtime=97.51
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 4047 0 0 0 9744 7 0 0 17 0 2 0 1151200568 65802240 12772 1992294400 134512640 135305190 4294956144 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.71
Current children cumulated vsize (KiB) 69616

[startup+162.302 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 29483
/proc/meminfo: memFree=1624592/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=71704 CPUtime=315.22
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14587 0 0 0 31501 21 0 0 19 0 2 0 1151200553 73424896 14572 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 17926 14572 83 193 0 17730 0
[pid=29482/tid=29483] ppid=29479 vsize=71704 CPUtime=157.25
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 4889 0 0 0 15717 8 0 0 18 0 2 0 1151200568 73424896 14572 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.43
Current children cumulated vsize (KiB) 77060

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

[startup+166.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 29483
/proc/meminfo: memFree=1624464/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=71704 CPUtime=323.19
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14604 0 0 0 32298 21 0 0 18 0 2 0 1151200553 73424896 14589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 17926 14589 83 193 0 17730 0
[pid=29482/tid=29483] ppid=29479 vsize=71704 CPUtime=161.23
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 4901 0 0 0 16115 8 0 0 18 0 2 0 1151200568 73424896 14589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 327.4
Current children cumulated vsize (KiB) 77060

[startup+172.707 s]
/proc/loadavg: 1.94 1.42 1.16 3/67 29483
/proc/meminfo: memFree=1623888/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=72132 CPUtime=335.98
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14761 0 0 0 33576 22 0 0 18 0 2 0 1151200553 73863168 14746 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 18033 14746 83 193 0 17837 0
[pid=29482/tid=29483] ppid=29479 vsize=72132 CPUtime=167.61
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 4988 0 0 0 16753 8 0 0 18 0 2 0 1151200568 73863168 14746 1992294400 134512640 135305190 4294956144 18446744073709551615 134556566 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.19
Current children cumulated vsize (KiB) 77488

[startup+175.901 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 29483
/proc/meminfo: memFree=1623824/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=72132 CPUtime=342.36
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14783 0 0 0 34214 22 0 0 19 0 2 0 1151200553 73863168 14768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 18033 14768 83 193 0 17837 0
[pid=29482/tid=29483] ppid=29479 vsize=72132 CPUtime=170.8
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 5007 0 0 0 17072 8 0 0 16 0 2 0 1151200568 73863168 14768 1992294400 134512640 135305190 4294956144 18446744073709551615 134529116 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 346.57
Current children cumulated vsize (KiB) 77488

[startup+176.701 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 29483
/proc/meminfo: memFree=1623824/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=72132 CPUtime=343.95
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14785 0 0 0 34373 22 0 0 17 0 2 0 1151200553 73863168 14770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 18033 14770 83 193 0 17837 0
[pid=29482/tid=29483] ppid=29479 vsize=72132 CPUtime=171.59
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 5007 0 0 0 17151 8 0 0 17 0 2 0 1151200568 73863168 14770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 348.16
Current children cumulated vsize (KiB) 77488

[startup+177.106 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 29483
/proc/meminfo: memFree=1623824/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=72132 CPUtime=344.76
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14785 0 0 0 34454 22 0 0 17 0 2 0 1151200553 73863168 14770 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 18033 14770 83 193 0 17837 0
[pid=29482/tid=29483] ppid=29479 vsize=72132 CPUtime=171.99
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 5007 0 0 0 17191 8 0 0 17 0 2 0 1151200568 73863168 14770 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 348.97
Current children cumulated vsize (KiB) 77488

[startup+177.301 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 29483
/proc/meminfo: memFree=1623824/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=72132 CPUtime=345.15
/proc/29482/stat : 29482 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194304 14785 0 0 0 34493 22 0 0 18 0 2 0 1151200553 73863168 14770 1992294400 134512640 135305190 4294956144 18446744073709551615 134530997 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 18033 14770 83 193 0 17837 0
[pid=29482/tid=29483] ppid=29479 vsize=72132 CPUtime=172.19
/proc/29482/task/29483/stat : 29483 (manysat1.1_stat) R 29479 29479 29276 0 -1 4194368 5007 0 0 0 17211 8 0 0 17 0 2 0 1151200568 73863168 14770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 349.36
Current children cumulated vsize (KiB) 77488

[startup+177.402 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 29483
/proc/meminfo: memFree=1623824/2055920 swapFree=4178356/4192956
[pid=29479] ppid=29477 vsize=5356 CPUtime=4.21
/proc/29479/stat : 29479 (manysat.sh) S 29477 29479 29276 0 -1 4194304 312 28383 0 0 0 0 401 20 16 0 1 0 1151200130 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29479/statm: 1339 238 195 169 0 50 0
[pid=29482] ppid=29479 vsize=0 CPUtime=345.34
/proc/29482/stat : 29482 (manysat1.1_stat) Z 29479 29479 29276 0 -1 4194316 14800 0 0 0 34512 22 0 0 18 0 2 0 1151200553 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29482/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 349.55
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 177.422
CPU time (s): 349.596
CPU user time (s): 349.146
CPU system time (s): 0.449931
CPU usage (%): 197.042
Max. virtual memory (cumulated for all children) (KiB): 86872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.146
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43649
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= 983
involuntary context switches= 2609

runsolver used 0.165974 second user time and 0.487925 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-03 21:02:53
IDJOB=1563354
IDBENCH=70952
IDSOLVER=515
FILE ID=node43/1563354-1238785373
PBS_JOBID= 9085598
Free space on /tmp= 66408 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563354-1238785373/watcher-1563354-1238785373 -o /tmp/evaluation-result-1563354-1238785373/solver-1563354-1238785373 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563354-1238785373.cnf aimd 2

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=87637450

node43.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.242
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.242
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1697736 kB
Buffers:         64148 kB
Cached:         206088 kB
SwapCached:       8564 kB
Active:         109724 kB
Inactive:       170636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697736 kB
SwapTotal:     4192956 kB
SwapFree:      4178356 kB
Dirty:            8480 kB
Writeback:           0 kB
Mapped:          15852 kB
Slab:            63840 kB
Committed_AS:  2790684 kB
PageTables:       1448 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= 66408 MiB
End job on node43 at 2009-04-03 21:05:51