Trace number 1580070

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.1 1200.52

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark879.933
Satisfiable
(Un)Satisfiability was proved
Number of variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.20	c Parsing...
1.09/1.13	c ==============================================================================
1.09/1.13	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.13	c ==============================================================================
1.09/1.13	c |         0 | 1008302  2419443 |  302490       0        0     nan |  0.000 % |
6.79/6.84	c |         0 |  667154  1853970 |      --       0       --      -- |     --   | -90102/8377
6.79/6.84	c ==============================================================================
6.79/6.84	c Result  :   #vars: 102501   #clauses: 667154   #literals: 1853970
6.79/6.84	c CPU time:   6.586 s
6.79/6.84	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-1580070-1238914919/watcher-1580070-1238914919 -o /tmp/evaluation-result-1580070-1238914919/solver-1580070-1238914919 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1580070-1238914919.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: 2.00 2.01 2.11 4/86 27507
/proc/meminfo: memFree=1602832/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=30156 CPUtime=0.1
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 5495 0 0 0 7 3 0 0 18 0 1 0 1164156078 30879744 5311 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 7539 5312 50 127 0 7409 0

[startup+0.204809 s]
/proc/loadavg: 2.00 2.01 2.11 4/86 27507
/proc/meminfo: memFree=1602832/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=41756 CPUtime=0.19
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 8378 0 0 0 15 4 0 0 19 0 1 0 1164156078 42758144 8194 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 10472 8195 50 127 0 10342 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47112

[startup+0.30182 s]
/proc/loadavg: 2.00 2.01 2.11 4/86 27507
/proc/meminfo: memFree=1602832/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=47796 CPUtime=0.28
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 9727 0 0 0 23 5 0 0 19 0 1 0 1164156078 48943104 9543 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 11949 9543 50 127 0 11819 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53152

[startup+0.401833 s]
/proc/loadavg: 2.00 2.01 2.11 4/86 27507
/proc/meminfo: memFree=1602832/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=53340 CPUtime=0.38
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 11199 0 0 0 32 6 0 0 20 0 1 0 1164156078 54620160 11015 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 13335 11015 50 127 0 13205 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 58696

[startup+0.70187 s]
/proc/loadavg: 2.00 2.01 2.11 4/86 27507
/proc/meminfo: memFree=1602832/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=69652 CPUtime=0.69
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 15178 0 0 0 59 10 0 0 23 0 1 0 1164156078 71323648 14994 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 17413 14995 51 127 0 17283 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75008

[startup+1.50197 s]
/proc/loadavg: 2.00 2.01 2.11 3/88 27509
/proc/meminfo: memFree=1512960/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=112340 CPUtime=1.48
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 25266 0 0 0 133 15 0 0 25 0 1 0 1164156078 115036160 25066 1992294400 134512640 135034092 4294956096 18446744073709551615 134584977 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 28085 25066 67 127 0 27955 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117696

[startup+3.10217 s]
/proc/loadavg: 2.00 2.01 2.11 3/88 27509
/proc/meminfo: memFree=1493888/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=117484 CPUtime=3.08
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 29648 0 0 0 288 20 0 0 25 0 1 0 1164156078 120303616 26788 1992294400 134512640 135034092 4294956096 18446744073709551615 134566222 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 29371 26788 68 127 0 29241 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122840

[startup+6.30157 s]
/proc/loadavg: 2.00 2.01 2.11 3/88 27509
/proc/meminfo: memFree=1482496/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=0
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164156078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27507/statm: 1339 235 195 169 0 50 0
[pid=27508] ppid=27507 vsize=117508 CPUtime=6.28
/proc/27508/stat : 27508 (SatElite) R 27507 27507 27420 0 -1 4194304 34696 0 0 0 605 23 0 0 25 0 1 0 1164156078 120328192 26954 1992294400 134512640 135034092 4294956096 18446744073709551615 134566432 0 0 4096 3 0 0 0 17 1 0 0
/proc/27508/statm: 29377 26954 68 127 0 29247 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 122864

[startup+12.7014 s]
/proc/loadavg: 2.08 2.03 2.12 4/89 27511
/proc/meminfo: memFree=1490112/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=106908 CPUtime=4.98
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 23101 0 0 0 488 10 0 0 25 0 2 0 1164156848 109473792 23075 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 26727 23075 83 193 0 26531 0
[pid=27510/tid=27511] ppid=27507 vsize=106908 CPUtime=2.03
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 948 0 0 0 203 0 0 0 25 0 2 0 1164156940 109473792 23075 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 112264

[startup+25.508 s]
/proc/loadavg: 2.28 2.08 2.13 4/89 27511
/proc/meminfo: memFree=1488320/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=109140 CPUtime=17.79
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 23675 0 0 0 1768 11 0 0 25 0 2 0 1164156848 111759360 23649 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 27285 23649 83 193 0 27089 0
[pid=27510/tid=27511] ppid=27507 vsize=109140 CPUtime=8.43
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 1287 0 0 0 843 0 0 0 25 0 2 0 1164156940 111759360 23649 1992294400 134512640 135305190 4294956144 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 114496

[startup+51.1012 s]
/proc/loadavg: 2.53 2.15 2.15 4/89 27511
/proc/meminfo: memFree=1481472/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=116084 CPUtime=43.37
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 25405 0 0 0 4324 13 0 0 25 0 2 0 1164156848 118870016 25379 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 29021 25379 83 193 0 28825 0
[pid=27510/tid=27511] ppid=27507 vsize=116084 CPUtime=21.22
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 2095 0 0 0 2121 1 0 0 25 0 2 0 1164156940 118870016 25379 1992294400 134512640 135305190 4294956144 18446744073709551615 134557200 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 121440

[startup+102.302 s]
/proc/loadavg: 2.79 2.28 2.19 4/89 27511
/proc/meminfo: memFree=1467520/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=130584 CPUtime=94.55
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 29009 0 0 0 9439 16 0 0 25 0 2 0 1164156848 133718016 28983 1992294400 134512640 135305190 4294956144 18446744073709551615 134556752 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 32646 28983 83 193 0 32450 0
[pid=27510/tid=27511] ppid=27507 vsize=130584 CPUtime=46.8
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 3827 0 0 0 4677 3 0 0 25 0 2 0 1164156940 133718016 28983 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 135940

[startup+162.301 s]
/proc/loadavg: 2.92 2.41 2.24 4/89 27511
/proc/meminfo: memFree=1452608/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=145132 CPUtime=154.54
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 32638 0 0 0 15432 22 0 0 25 0 2 0 1164156848 148615168 32612 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 36283 32612 83 193 0 36087 0
[pid=27510/tid=27511] ppid=27507 vsize=145132 CPUtime=76.79
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 5668 0 0 0 7674 5 0 0 25 0 2 0 1164156940 148615168 32612 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 150488

[startup+222.302 s]
/proc/loadavg: 2.97 2.51 2.29 4/89 27511
/proc/meminfo: memFree=1450112/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=147512 CPUtime=214.53
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 33235 0 0 0 21430 23 0 0 25 0 2 0 1164156848 151052288 33209 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 36878 33209 83 193 0 36682 0
[pid=27510/tid=27511] ppid=27507 vsize=147512 CPUtime=106.78
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 5851 0 0 0 10673 5 0 0 25 0 2 0 1164156940 151052288 33209 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 152868

[startup+282.301 s]
/proc/loadavg: 2.99 2.60 2.33 4/89 27511
/proc/meminfo: memFree=1440960/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=156580 CPUtime=274.5
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35527 0 0 0 27424 26 0 0 25 0 2 0 1164156848 160337920 35501 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39145 35501 83 193 0 38949 0

################
# More data... #
################

[pid=27510] ppid=27507 vsize=157628 CPUtime=694.38
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35756 0 0 0 69411 27 0 0 25 0 2 0 1164156848 161411072 35730 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39407 35730 83 193 0 39211 0
[pid=27510/tid=27511] ppid=27507 vsize=157628 CPUtime=346.68
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7007 0 0 0 34661 7 0 0 25 0 2 0 1164156940 161411072 35730 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 162984

[startup+762.301 s]
/proc/loadavg: 2.99 2.91 2.58 4/89 27511
/proc/meminfo: memFree=1439872/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=157628 CPUtime=754.36
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35769 0 0 0 75409 27 0 0 25 0 2 0 1164156848 161411072 35743 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39407 35743 83 193 0 39211 0
[pid=27510/tid=27511] ppid=27507 vsize=157628 CPUtime=376.68
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7020 0 0 0 37661 7 0 0 25 0 2 0 1164156940 161411072 35743 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 162984

[startup+822.302 s]
/proc/loadavg: 2.99 2.92 2.60 4/89 27511
/proc/meminfo: memFree=1439680/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=157848 CPUtime=814.34
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35805 0 0 0 81407 27 0 0 25 0 2 0 1164156848 161636352 35779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39462 35779 83 193 0 39266 0
[pid=27510/tid=27511] ppid=27507 vsize=157848 CPUtime=406.67
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7038 0 0 0 40660 7 0 0 25 0 2 0 1164156940 161636352 35779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 163204

[startup+882.301 s]
/proc/loadavg: 2.99 2.93 2.63 4/89 27511
/proc/meminfo: memFree=1439552/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=157848 CPUtime=874.33
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35828 0 0 0 87406 27 0 0 25 0 2 0 1164156848 161636352 35802 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39462 35802 83 193 0 39266 0
[pid=27510/tid=27511] ppid=27507 vsize=157848 CPUtime=436.67
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7061 0 0 0 43660 7 0 0 25 0 2 0 1164156940 161636352 35802 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 163204

[startup+942.302 s]
/proc/loadavg: 2.99 2.94 2.65 4/89 27511
/proc/meminfo: memFree=1439232/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158260 CPUtime=934.31
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35906 0 0 0 93404 27 0 0 25 0 2 0 1164156848 162058240 35880 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39565 35880 83 193 0 39369 0
[pid=27510/tid=27511] ppid=27507 vsize=158260 CPUtime=466.66
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7108 0 0 0 46659 7 0 0 25 0 2 0 1164156940 162058240 35880 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 163616

[startup+1002.31 s]
/proc/loadavg: 2.99 2.95 2.66 4/89 27511
/proc/meminfo: memFree=1439168/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158380 CPUtime=994.29
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 35920 0 0 0 99402 27 0 0 25 0 2 0 1164156848 162181120 35894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39595 35894 83 193 0 39399 0
[pid=27510/tid=27511] ppid=27507 vsize=158380 CPUtime=496.66
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7113 0 0 0 49659 7 0 0 25 0 2 0 1164156940 162181120 35894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 163736

[startup+1062.3 s]
/proc/loadavg: 2.99 2.95 2.68 4/89 27511
/proc/meminfo: memFree=1438656/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158812 CPUtime=1054.27
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 36048 0 0 0 105400 27 0 0 25 0 2 0 1164156848 162623488 36022 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39703 36022 83 193 0 39507 0
[pid=27510/tid=27511] ppid=27507 vsize=158812 CPUtime=526.65
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7148 0 0 0 52658 7 0 0 25 0 2 0 1164156940 162623488 36022 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 164168

[startup+1122.3 s]
/proc/loadavg: 2.99 2.96 2.70 4/89 27511
/proc/meminfo: memFree=1438592/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158884 CPUtime=1114.25
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 36063 0 0 0 111398 27 0 0 25 0 2 0 1164156848 162697216 36037 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39721 36037 83 193 0 39525 0
[pid=27510/tid=27511] ppid=27507 vsize=158884 CPUtime=556.65
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7158 0 0 0 55658 7 0 0 25 0 2 0 1164156940 162697216 36037 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 164240

[startup+1182.3 s]
/proc/loadavg: 2.99 2.97 2.72 4/89 27511
/proc/meminfo: memFree=1438528/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158884 CPUtime=1174.23
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 36074 0 0 0 117396 27 0 0 25 0 2 0 1164156848 162697216 36048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39721 36048 83 193 0 39525 0
[pid=27510/tid=27511] ppid=27507 vsize=158884 CPUtime=586.64
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7169 0 0 0 58657 7 0 0 25 0 2 0 1164156940 162697216 36048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 164240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 2.99 2.97 2.72 4/89 27511
/proc/meminfo: memFree=1438464/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158884 CPUtime=1192.43
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 36077 0 0 0 119216 27 0 0 25 0 2 0 1164156848 162697216 36051 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39721 36051 83 193 0 39525 0
[pid=27510/tid=27511] ppid=27507 vsize=158884 CPUtime=595.74
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7172 0 0 0 59567 7 0 0 25 0 2 0 1164156940 162697216 36051 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 164240

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

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

[startup+1200.5 s]
/proc/loadavg: 2.99 2.97 2.72 4/89 27511
/proc/meminfo: memFree=1438464/2055920 swapFree=4170232/4192956
[pid=27507] ppid=27505 vsize=5356 CPUtime=7.67
/proc/27507/stat : 27507 (manysat.sh) S 27505 27507 27420 0 -1 4194304 312 38355 0 0 0 0 736 31 19 0 1 0 1164156078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27507/statm: 1339 238 195 169 0 50 0
[pid=27510] ppid=27507 vsize=158884 CPUtime=1192.43
/proc/27510/stat : 27510 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194304 36077 0 0 0 119216 27 0 0 25 0 2 0 1164156848 162697216 36051 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27510/statm: 39721 36051 83 193 0 39525 0
[pid=27510/tid=27511] ppid=27507 vsize=158884 CPUtime=595.74
/proc/27510/task/27511/stat : 27511 (manysat1.1_stat) R 27507 27507 27420 0 -1 4194368 7172 0 0 0 59567 7 0 0 25 0 2 0 1164156940 162697216 36051 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 164240

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27507 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=368879
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=317951
# CPU time returned by wait4() is 7.68683
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.52
CPU system time (s): 0.58
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 164240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.36888
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38667
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= 27

runsolver used 1.47578 second user time and 3.99739 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-05 09:02:00
IDJOB=1580070
IDBENCH=71010
IDSOLVER=515
FILE ID=node92/1580070-1238914919
PBS_JOBID= 9101398
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=1717161182

node92.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.249
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.249
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:       1603312 kB
Buffers:         43420 kB
Cached:         338088 kB
SwapCached:       7384 kB
Active:         169028 kB
Inactive:       222148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603312 kB
SwapTotal:     4192956 kB
SwapFree:      4170232 kB
Dirty:           20384 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            45444 kB
Committed_AS:  2115820 kB
PageTables:       2768 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= 66516 MiB
End job on node92 at 2009-04-05 09:22:03