Trace number 1732804

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 0/2009-03-20? (TO) 1200.13 601.919

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c Parsing...
0.18/0.23	c ==============================================================================
0.18/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.23	c ==============================================================================
0.18/0.23	c |         0 |  139590  1667160 |   41876       0        0     nan |  0.000 % |
0.18/0.23	c ==============================================================================
0.18/0.23	c Result  :   #vars: 55   #clauses: 139590   #literals: 1667160
0.18/0.23	c CPU time:   0.204968 s
0.18/0.23	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-1732804-1240783340/watcher-1732804-1240783340 -o /tmp/evaluation-result-1732804-1240783340/solver-1732804-1240783340 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1732804-1240783340.cnf aimd 0 

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


[startup+0 s]
/proc/loadavg: 1.99 1.86 1.49 3/64 14488
/proc/meminfo: memFree=861576/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361558 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14488/statm: 1339 235 195 169 0 50 0
[pid=14489] ppid=14488 vsize=824 CPUtime=0
/proc/14489/stat : 14489 (SatElite) R 14488 14488 13931 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 106361558 843776 94 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14489/statm: 206 94 50 127 0 76 0

[startup+0.00820599 s]
/proc/loadavg: 1.99 1.86 1.49 3/64 14488
/proc/meminfo: memFree=861576/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361558 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14488/statm: 1339 235 195 169 0 50 0
[pid=14489] ppid=14488 vsize=956 CPUtime=0
/proc/14489/stat : 14489 (SatElite) R 14488 14488 13931 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 106361558 978944 131 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14489/statm: 239 131 50 127 0 109 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6312

[startup+0.101216 s]
/proc/loadavg: 1.99 1.86 1.49 3/64 14488
/proc/meminfo: memFree=861576/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361558 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14488/statm: 1339 235 195 169 0 50 0
[pid=14489] ppid=14488 vsize=6796 CPUtime=0.09
/proc/14489/stat : 14489 (SatElite) R 14488 14488 13931 0 -1 4194304 1501 0 0 0 8 1 0 0 18 0 1 0 106361558 6959104 1485 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14489/statm: 1699 1486 50 127 0 1569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12152

[startup+0.301237 s]
/proc/loadavg: 1.99 1.86 1.49 3/64 14488
/proc/meminfo: memFree=861576/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361558 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14488/statm: 1339 235 195 169 0 50 0
[pid=14489] ppid=14488 vsize=19496 CPUtime=0.29
/proc/14489/stat : 14489 (SatElite) R 14488 14488 13931 0 -1 4194304 4604 0 0 0 27 2 0 0 19 0 1 0 106361558 19963904 4588 1992294400 134512640 135034092 4294956096 18446744073709551615 134808401 0 0 4096 3 0 0 0 17 1 0 0
/proc/14489/statm: 4874 4588 67 127 0 4744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24852

[startup+0.701283 s]
/proc/loadavg: 1.99 1.86 1.49 3/64 14488
/proc/meminfo: memFree=861576/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361558 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14488/statm: 1339 235 195 169 0 50 0
[pid=14489] ppid=14488 vsize=19496 CPUtime=0.69
/proc/14489/stat : 14489 (SatElite) R 14488 14488 13931 0 -1 4194304 4604 0 0 0 65 4 0 0 22 0 1 0 106361558 19963904 4588 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/14489/statm: 4874 4588 67 127 0 4744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24852

[startup+1.50139 s]
/proc/loadavg: 1.91 1.84 1.49 2/66 14491
/proc/meminfo: memFree=831992/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=43224 CPUtime=1.22
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 7271 0 0 0 118 4 0 0 18 0 2 0 106361633 44261376 7256 1992294400 134512640 135305190 4294956144 18446744073709551615 134839099 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14491/statm: 10806 7256 83 193 0 10610 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 48580

[startup+3.10157 s]
/proc/loadavg: 1.91 1.84 1.49 3/67 14492
/proc/meminfo: memFree=825520/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=46828 CPUtime=4.4
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 8189 0 0 0 435 5 0 0 25 0 2 0 106361633 47951872 8174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14491/statm: 11707 8174 83 193 0 11511 0
[pid=14491/tid=14492] ppid=14488 vsize=46828 CPUtime=2.05
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 1353 0 0 0 204 1 0 0 25 0 2 0 106361661 47951872 8174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 52184

[startup+6.30294 s]
/proc/loadavg: 1.92 1.84 1.49 3/67 14492
/proc/meminfo: memFree=821424/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=51868 CPUtime=10.79
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 9166 0 0 0 1073 6 0 0 25 0 2 0 106361633 53112832 9151 1992294400 134512640 135305190 4294956144 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14491/statm: 12967 9151 83 193 0 12771 0
[pid=14491/tid=14492] ppid=14488 vsize=51868 CPUtime=5.25
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 1994 0 0 0 523 2 0 0 25 0 2 0 106361661 53112832 9151 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 57224

[startup+12.7017 s]
/proc/loadavg: 1.93 1.85 1.49 3/67 14492
/proc/meminfo: memFree=815792/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=56156 CPUtime=23.56
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 10189 0 0 0 2349 7 0 0 25 0 2 0 106361633 57503744 10170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 14039 10170 83 193 0 13843 0
[pid=14491/tid=14492] ppid=14488 vsize=56156 CPUtime=11.63
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 2705 0 0 0 1160 3 0 0 20 0 2 0 106361661 57503744 10170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 61512

[startup+25.5011 s]
/proc/loadavg: 1.94 1.85 1.50 3/67 14492
/proc/meminfo: memFree=811760/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=61256 CPUtime=49.1
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 11229 0 0 0 4902 8 0 0 17 0 2 0 106361633 62726144 11210 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 15314 11210 83 193 0 15118 0
[pid=14491/tid=14492] ppid=14488 vsize=61256 CPUtime=24.42
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 2985 0 0 0 2439 3 0 0 25 0 2 0 106361661 62726144 11210 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 66612

[startup+51.1011 s]
/proc/loadavg: 1.96 1.86 1.51 3/67 14492
/proc/meminfo: memFree=807600/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=65608 CPUtime=100.18
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 12305 0 0 0 10008 10 0 0 25 0 2 0 106361633 67182592 12270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 16402 12270 83 193 0 16206 0
[pid=14491/tid=14492] ppid=14488 vsize=65608 CPUtime=50
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 3545 0 0 0 4996 4 0 0 25 0 2 0 106361661 67182592 12270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 70964

[startup+102.307 s]
/proc/loadavg: 1.98 1.88 1.53 3/67 14492
/proc/meminfo: memFree=804272/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=69460 CPUtime=202.36
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 13096 0 0 0 20225 11 0 0 25 0 2 0 106361633 71127040 13061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 17365 13061 83 193 0 17169 0
[pid=14491/tid=14492] ppid=14488 vsize=69460 CPUtime=101.19
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 3918 0 0 0 10114 5 0 0 25 0 2 0 106361661 71127040 13061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.09
Current children cumulated vsize (KiB) 74816

[startup+162.303 s]
/proc/loadavg: 1.99 1.90 1.56 3/67 14492
/proc/meminfo: memFree=799216/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=74980 CPUtime=322.08
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 14408 0 0 0 32195 13 0 0 25 0 2 0 106361633 76779520 14373 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 18745 14373 83 193 0 18549 0
[pid=14491/tid=14492] ppid=14488 vsize=74980 CPUtime=161.16
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 4642 0 0 0 16110 6 0 0 25 0 2 0 106361661 76779520 14373 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.81
Current children cumulated vsize (KiB) 80336

[startup+222.302 s]
/proc/loadavg: 1.99 1.92 1.58 3/67 14492
/proc/meminfo: memFree=795120/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=78812 CPUtime=441.82
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 15390 0 0 0 44167 15 0 0 25 0 2 0 106361633 80703488 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 19703 15355 83 193 0 19507 0
[pid=14491/tid=14492] ppid=14488 vsize=78812 CPUtime=221.14
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 5101 0 0 0 22107 7 0 0 25 0 2 0 106361661 80703488 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.55
Current children cumulated vsize (KiB) 84168

[startup+282.301 s]
/proc/loadavg: 1.99 1.93 1.61 3/67 14492
/proc/meminfo: memFree=791792/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=82648 CPUtime=561.56
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 16209 0 0 0 56140 16 0 0 25 0 2 0 106361633 84631552 16174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 20662 16174 83 193 0 20466 0
[pid=14491/tid=14492] ppid=14488 vsize=82648 CPUtime=281.12
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 5512 0 0 0 28104 8 0 0 25 0 2 0 106361661 84631552 16174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.29
Current children cumulated vsize (KiB) 88004

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.63 3/67 14492
/proc/meminfo: memFree=784504/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=90692 CPUtime=681.31
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 18036 0 0 0 68110 21 0 0 25 0 2 0 106361633 92868608 18001 1992294400 134512640 135305190 4294956144 18446744073709551615 134538530 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 22673 18001 83 193 0 22477 0
[pid=14491/tid=14492] ppid=14488 vsize=90692 CPUtime=341.11
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 6419 0 0 0 34100 11 0 0 25 0 2 0 106361661 92868608 18001 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.04
Current children cumulated vsize (KiB) 96048

[startup+402.301 s]
/proc/loadavg: 1.99 1.95 1.65 3/67 14492
/proc/meminfo: memFree=783864/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=91128 CPUtime=801.05
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 18191 0 0 0 80083 22 0 0 25 0 2 0 106361633 93315072 18156 1992294400 134512640 135305190 4294956144 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 22782 18156 83 193 0 22586 0
[pid=14491/tid=14492] ppid=14488 vsize=91128 CPUtime=401.09
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 6517 0 0 0 40098 11 0 0 25 0 2 0 106361661 93315072 18156 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 801.78
Current children cumulated vsize (KiB) 96484

[startup+462.302 s]
/proc/loadavg: 1.99 1.95 1.67 3/67 14492
/proc/meminfo: memFree=782328/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=93012 CPUtime=920.79
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 18596 0 0 0 92057 22 0 0 25 0 2 0 106361633 95244288 18561 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 23253 18561 83 193 0 23057 0
[pid=14491/tid=14492] ppid=14488 vsize=93012 CPUtime=461.07
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 6635 0 0 0 46096 11 0 0 25 0 2 0 106361661 95244288 18561 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.52
Current children cumulated vsize (KiB) 98368

[startup+522.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 14492
/proc/meminfo: memFree=777144/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=98952 CPUtime=1040.54
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 19884 0 0 0 104029 25 0 0 25 0 2 0 106361633 101326848 19849 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 24738 19849 83 193 0 24542 0
[pid=14491/tid=14492] ppid=14488 vsize=98952 CPUtime=521.05
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 7376 0 0 0 52092 13 0 0 25 0 2 0 106361661 101326848 19849 1992294400 134512640 135305190 4294956144 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.27
Current children cumulated vsize (KiB) 104308

[startup+582.302 s]
/proc/loadavg: 1.99 1.96 1.70 3/67 14492
/proc/meminfo: memFree=776888/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=99168 CPUtime=1160.27
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 19954 0 0 0 116002 25 0 0 25 0 2 0 106361633 101548032 19919 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 24792 19919 83 193 0 24596 0
[pid=14491/tid=14492] ppid=14488 vsize=99168 CPUtime=581.04
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 7422 0 0 0 58091 13 0 0 25 0 2 0 106361661 101548032 19919 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161
Current children cumulated vsize (KiB) 104524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.902 s]
/proc/loadavg: 1.99 1.97 1.71 3/67 14492
/proc/meminfo: memFree=773752/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=102544 CPUtime=1199.4
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 20732 0 0 0 119913 27 0 0 25 0 2 0 106361633 105005056 20697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 25636 20697 83 193 0 25440 0
[pid=14491/tid=14492] ppid=14488 vsize=102544 CPUtime=600.63
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 8103 0 0 0 60049 14 0 0 25 0 2 0 106361661 105005056 20697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 107900

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

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

[startup+601.902 s]
/proc/loadavg: 1.99 1.97 1.71 3/67 14492
/proc/meminfo: memFree=773752/2055920 swapFree=4192956/4192956
[pid=14488] ppid=14486 vsize=5356 CPUtime=0.73
/proc/14488/stat : 14488 (manysat.sh) S 14486 14488 13931 0 -1 4194304 312 4607 0 0 0 0 69 4 16 0 1 0 106361558 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14488/statm: 1339 238 195 169 0 50 0
[pid=14491] ppid=14488 vsize=102544 CPUtime=1199.4
/proc/14491/stat : 14491 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194304 20732 0 0 0 119913 27 0 0 25 0 2 0 106361633 105005056 20697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14491/statm: 25636 20697 83 193 0 25440 0
[pid=14491/tid=14492] ppid=14488 vsize=102544 CPUtime=600.63
/proc/14491/task/14492/stat : 14492 (manysat1.1_stat) R 14488 14488 13931 0 -1 4194368 8103 0 0 0 60049 14 0 0 25 0 2 0 106361661 105005056 20697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 107900

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.919
CPU time (s): 1200.13
CPU user time (s): 1199.82
CPU system time (s): 0.31
CPU usage (%): 199.384
Max. virtual memory (cumulated for all children) (KiB): 107900

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

runsolver used 0.552915 second user time and 1.64975 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-27 00:02:20
IDJOB=1732804
IDBENCH=71128
IDSOLVER=513
FILE ID=node62/1732804-1240783340
PBS_JOBID= 9187225
Free space on /tmp= 66372 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732804-1240783340/watcher-1732804-1240783340 -o /tmp/evaluation-result-1732804-1240783340/solver-1732804-1240783340 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1732804-1240783340.cnf aimd 0

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=368826206

node62.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.220
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.220
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:        862120 kB
Buffers:         93688 kB
Cached:         990028 kB
SwapCached:          0 kB
Active:         305772 kB
Inactive:       793400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        862120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6380 kB
Writeback:           0 kB
Mapped:          25220 kB
Slab:            80532 kB
Committed_AS:   245996 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node62 at 2009-04-27 00:12:24