Trace number 1722456

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-20? (TO) 1200.12 606.318

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_20_SAT.cnf
MD5SUM8aa38136187abb1238dedfc85e88a72c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.64075
Satisfiable
(Un)Satisfiability was proved
Number of variables4242
Number of clauses503783
Sum of the clauses size1505427
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26480
Number of clauses of size 3497272
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.29/0.35	c ==============================================================================
0.29/0.35	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.35	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.35	c ==============================================================================
0.29/0.35	c |         0 |  503783  1505427 |  151134       0        0     nan |  0.000 % |
7.79/7.80	c |         0 |  502371  2189412 |      --       0       --      -- |     --   | -1412/683985
7.79/7.80	c ==============================================================================
7.79/7.80	c Result  :   #vars: 2815   #clauses: 502371   #literals: 2189412
7.79/7.80	c CPU time:   7.73482 s
7.79/7.80	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1722456-1240675741/watcher-1722456-1240675741 -o /tmp/evaluation-result-1722456-1240675741/solver-1722456-1240675741 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1722456-1240675741.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.92 0.98 1.04 3/64 21181
/proc/meminfo: memFree=1667832/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=1732 CPUtime=0
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 338 0 0 0 0 0 0 0 18 0 1 0 95602761 1773568 322 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 433 324 51 127 0 303 0

[startup+0.0297821 s]
/proc/loadavg: 0.92 0.98 1.04 3/64 21181
/proc/meminfo: memFree=1667832/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=3280 CPUtime=0.02
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 724 0 0 0 2 0 0 0 18 0 1 0 95602761 3358720 708 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 820 708 51 127 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8636

[startup+0.101795 s]
/proc/loadavg: 0.92 0.98 1.04 3/64 21181
/proc/meminfo: memFree=1667832/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=8800 CPUtime=0.09
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 2019 0 0 0 8 1 0 0 18 0 1 0 95602761 9011200 2003 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 2200 2003 51 127 0 2070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14156

[startup+0.301832 s]
/proc/loadavg: 0.92 0.98 1.04 3/64 21181
/proc/meminfo: memFree=1667832/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=23864 CPUtime=0.29
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 5778 0 0 0 26 3 0 0 19 0 1 0 95602761 24436736 5762 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 5966 5762 51 127 0 5836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29220

[startup+0.701907 s]
/proc/loadavg: 0.92 0.98 1.04 3/64 21181
/proc/meminfo: memFree=1667832/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=38600 CPUtime=0.69
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 9434 0 0 0 65 4 0 0 23 0 1 0 95602761 39526400 9418 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 9650 9418 68 127 0 9520 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43956

[startup+1.50106 s]
/proc/loadavg: 0.92 0.98 1.04 2/66 21183
/proc/meminfo: memFree=1627240/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=44888 CPUtime=1.49
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 10531 0 0 0 144 5 0 0 25 0 1 0 95602761 45965312 10515 1992294400 134512640 135034092 4294956096 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 11222 10515 68 127 0 11092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50244

[startup+3.10136 s]
/proc/loadavg: 0.92 0.98 1.04 2/66 21183
/proc/meminfo: memFree=1617960/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=55844 CPUtime=3.09
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 12287 0 0 0 303 6 0 0 25 0 1 0 95602761 57184256 12271 1992294400 134512640 135034092 4294956096 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 13961 12271 68 127 0 13831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61200

[startup+6.30196 s]
/proc/loadavg: 1.09 1.02 1.06 2/66 21183
/proc/meminfo: memFree=1616488/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=0
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95602760 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21181/statm: 1339 235 195 169 0 50 0
[pid=21182] ppid=21181 vsize=55844 CPUtime=6.29
/proc/21182/stat : 21182 (SatElite) R 21181 21181 20522 0 -1 4194304 12287 0 0 0 623 6 0 0 25 0 1 0 95602761 57184256 12271 1992294400 134512640 135034092 4294956096 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 1 0 0
/proc/21182/statm: 13961 12271 68 127 0 13831 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61200

[startup+12.7012 s]
/proc/loadavg: 1.16 1.03 1.06 3/67 21185
/proc/meminfo: memFree=1575840/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=94172 CPUtime=7.55
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 20448 0 0 0 745 10 0 0 18 0 2 0 95603623 96432128 20433 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 23543 20433 83 193 0 23347 0
[pid=21184/tid=21185] ppid=21181 vsize=94172 CPUtime=3.48
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 2822 0 0 0 346 2 0 0 17 0 2 0 95603679 96432128 20433 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.17
Current children cumulated vsize (KiB) 99528

[startup+25.5016 s]
/proc/loadavg: 1.34 1.08 1.07 3/67 21185
/proc/meminfo: memFree=1544224/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=123392 CPUtime=33.08
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 27691 0 0 0 3291 17 0 0 16 0 2 0 95603623 126353408 27676 1992294400 134512640 135305190 4294956144 18446744073709551615 134538602 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 30848 27676 83 193 0 30652 0
[pid=21184/tid=21185] ppid=21181 vsize=123392 CPUtime=16.22
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 6696 0 0 0 1616 6 0 0 18 0 2 0 95603679 126353408 27676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.7
Current children cumulated vsize (KiB) 128748

[startup+51.1014 s]
/proc/loadavg: 1.57 1.15 1.10 3/67 21185
/proc/meminfo: memFree=1503776/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=163748 CPUtime=84.14
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 37751 0 0 0 8385 29 0 0 17 0 2 0 95603623 167677952 37736 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 40937 37736 83 193 0 40741 0
[pid=21184/tid=21185] ppid=21181 vsize=163748 CPUtime=41.7
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 12445 0 0 0 4158 12 0 0 20 0 2 0 95603679 167677952 37736 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.76
Current children cumulated vsize (KiB) 169104

[startup+102.305 s]
/proc/loadavg: 1.81 1.28 1.14 3/67 21185
/proc/meminfo: memFree=1463968/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=204324 CPUtime=186.26
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 47709 0 0 0 18584 42 0 0 25 0 2 0 95603623 209227776 47694 1992294400 134512640 135305190 4294956144 18446744073709551615 134551986 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 51081 47694 83 193 0 50885 0
[pid=21184/tid=21185] ppid=21181 vsize=204324 CPUtime=92.65
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 18206 0 0 0 9246 19 0 0 18 0 2 0 95603679 209227776 47694 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.88
Current children cumulated vsize (KiB) 209680

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.19 3/67 21185
/proc/meminfo: memFree=1439520/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=230468 CPUtime=305.95
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 54175 0 0 0 30545 50 0 0 17 0 2 0 95603623 235999232 54160 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 57617 54160 83 193 0 57421 0
[pid=21184/tid=21185] ppid=21181 vsize=230468 CPUtime=152.39
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 21627 0 0 0 15216 23 0 0 17 0 2 0 95603679 235999232 54160 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.57
Current children cumulated vsize (KiB) 235824

[startup+222.303 s]
/proc/loadavg: 1.97 1.51 1.24 3/67 21185
/proc/meminfo: memFree=1397344/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=271508 CPUtime=425.64
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 64391 0 0 0 42503 61 0 0 18 0 2 0 95603623 278024192 64376 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 67877 64376 83 193 0 67681 0
[pid=21184/tid=21185] ppid=21181 vsize=271508 CPUtime=212.14
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 26657 0 0 0 21185 29 0 0 21 0 2 0 95603679 278024192 64376 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 434.26
Current children cumulated vsize (KiB) 276864

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.29 3/67 21185
/proc/meminfo: memFree=1384032/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=285940 CPUtime=545.3
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 67953 0 0 0 54463 67 0 0 17 0 2 0 95603623 292802560 67938 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 71485 67938 83 193 0 71289 0
[pid=21184/tid=21185] ppid=21181 vsize=285940 CPUtime=271.86
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 28104 0 0 0 27154 32 0 0 19 0 2 0 95603679 292802560 67938 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 553.92
Current children cumulated vsize (KiB) 291296

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.33 3/67 21185
/proc/meminfo: memFree=1364192/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=304720 CPUtime=664.92
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 72572 0 0 0 66419 73 0 0 25 0 2 0 95603623 312033280 72557 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 76180 72557 83 193 0 75984 0
[pid=21184/tid=21185] ppid=21181 vsize=304720 CPUtime=331.58
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 29993 0 0 0 33123 35 0 0 25 0 2 0 95603679 312033280 72557 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 673.54
Current children cumulated vsize (KiB) 310076

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.37 3/67 21185
/proc/meminfo: memFree=1318496/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=351064 CPUtime=784.54
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 83970 0 0 0 78363 91 0 0 25 0 2 0 95603623 359489536 83955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 87766 83955 83 193 0 87570 0
[pid=21184/tid=21185] ppid=21181 vsize=351064 CPUtime=391.24
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 35048 0 0 0 39081 43 0 0 25 0 2 0 95603679 359489536 83955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 793.16
Current children cumulated vsize (KiB) 356420

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.40 3/67 21185
/proc/meminfo: memFree=1318304/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=351064 CPUtime=904.28
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 84016 0 0 0 90336 92 0 0 25 0 2 0 95603623 359489536 84001 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 87766 84001 83 193 0 87570 0
[pid=21184/tid=21185] ppid=21181 vsize=351064 CPUtime=451
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 35071 0 0 0 45057 43 0 0 25 0 2 0 95603679 359489536 84001 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 912.9
Current children cumulated vsize (KiB) 356420

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.44 3/67 21185
/proc/meminfo: memFree=1285280/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=384380 CPUtime=1023.96
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 92258 0 0 0 102293 103 0 0 25 0 2 0 95603623 393605120 92243 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 96095 92243 83 193 0 95899 0
[pid=21184/tid=21185] ppid=21181 vsize=384380 CPUtime=510.75
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 38640 0 0 0 51027 48 0 0 25 0 2 0 95603679 393605120 92243 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1032.58
Current children cumulated vsize (KiB) 389736

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.47 3/67 21185
/proc/meminfo: memFree=1285152/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=384320 CPUtime=1143.6
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 92278 0 0 0 114257 103 0 0 25 0 2 0 95603623 393543680 92263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 96080 92263 83 193 0 95884 0
[pid=21184/tid=21185] ppid=21181 vsize=384320 CPUtime=570.42
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 38644 0 0 0 56993 49 0 0 25 0 2 0 95603679 393543680 92263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1152.22
Current children cumulated vsize (KiB) 389676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+606.301 s]
/proc/loadavg: 1.99 1.85 1.48 3/67 21185
/proc/meminfo: memFree=1282016/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=386368 CPUtime=1191.5
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 93056 0 0 0 119045 105 0 0 25 0 2 0 95603623 395640832 93041 1992294400 134512640 135305190 4294956144 18446744073709551615 134557933 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 96592 93041 83 193 0 96396 0
[pid=21184/tid=21185] ppid=21181 vsize=386368 CPUtime=594.32
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 38803 0 0 0 59383 49 0 0 25 0 2 0 95603679 395640832 93041 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 391724

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+606.301 s]
/proc/loadavg: 1.99 1.85 1.48 3/67 21185
/proc/meminfo: memFree=1282016/2055920 swapFree=4177552/4192956
[pid=21181] ppid=21179 vsize=5356 CPUtime=8.62
/proc/21181/stat : 21181 (manysat.sh) S 21179 21181 20522 0 -1 4194304 312 12291 0 0 0 0 851 11 16 0 1 0 95602760 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21181/statm: 1339 238 195 169 0 50 0
[pid=21184] ppid=21181 vsize=386368 CPUtime=1191.5
/proc/21184/stat : 21184 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194304 93056 0 0 0 119045 105 0 0 25 0 2 0 95603623 395640832 93041 1992294400 134512640 135305190 4294956144 18446744073709551615 134557933 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21184/statm: 96592 93041 83 193 0 96396 0
[pid=21184/tid=21185] ppid=21181 vsize=386368 CPUtime=594.32
/proc/21184/task/21185/stat : 21185 (manysat1.1_stat) R 21181 21181 20522 0 -1 4194368 38803 0 0 0 59383 49 0 0 25 0 2 0 95603679 395640832 93041 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 391724

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21181 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=511706
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 8.62469
# while last known CPU time is 1200.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 606.318
CPU time (s): 1200.12
CPU user time (s): 1198.96
CPU system time (s): 1.16
CPU usage (%): 197.936
Max. virtual memory (cumulated for all children) (KiB): 391724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.51171
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12603
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= 6
involuntary context switches= 17

runsolver used 0.577912 second user time and 1.63675 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-25 18:09:02
IDJOB=1722456
IDBENCH=71090
IDSOLVER=515
FILE ID=node37/1722456-1240675741
PBS_JOBID= 9186589
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= 8aa38136187abb1238dedfc85e88a72c
RANDOM SEED=1128498450

node37.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.259
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.259
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:       1668312 kB
Buffers:         61444 kB
Cached:         264060 kB
SwapCached:      10280 kB
Active:         124980 kB
Inactive:       213060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668312 kB
SwapTotal:     4192956 kB
SwapFree:      4177552 kB
Dirty:            9972 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            35720 kB
Committed_AS:   413096 kB
PageTables:       1376 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= 66280 MiB
End job on node37 at 2009-04-25 18:19:10