Trace number 1732954

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.01 601.52

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3421
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
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 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   38430   456120 |   11528       0        0     nan |  0.000 % |
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 45   #clauses: 38430   #literals: 456120
0.00/0.06	c CPU time:   0.052991 s
0.00/0.06	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-1732954-1240784154/watcher-1732954-1240784154 -o /tmp/evaluation-result-1732954-1240784154/solver-1732954-1240784154 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1732954-1240784154.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.00 1.00 1.00 3/65 28407
/proc/meminfo: memFree=1729832/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106444671 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 235 195 169 0 50 0
[pid=28408] ppid=28407 vsize=692 CPUtime=0
/proc/28408/stat : 28408 (SatElite) R 28407 28407 28336 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 106444672 708608 91 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28408/statm: 173 92 50 127 0 43 0

[startup+0.063828 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28407
/proc/meminfo: memFree=1729832/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106444671 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 235 195 169 0 50 0
[pid=28408] ppid=28407 vsize=5816 CPUtime=0.05
/proc/28408/stat : 28408 (SatElite) R 28407 28407 28336 0 -1 4194304 1339 0 0 0 5 0 0 0 19 0 1 0 106444672 5955584 1323 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/28408/statm: 1454 1323 67 127 0 1324 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11172

[startup+0.101835 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28407
/proc/meminfo: memFree=1729832/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106444671 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 235 195 169 0 50 0
[pid=28408] ppid=28407 vsize=5816 CPUtime=0.09
/proc/28408/stat : 28408 (SatElite) R 28407 28407 28336 0 -1 4194304 1339 0 0 0 9 0 0 0 19 0 1 0 106444672 5955584 1323 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/28408/statm: 1454 1323 67 127 0 1324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11172

[startup+0.301885 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28407
/proc/meminfo: memFree=1729832/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+0.701955 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28407
/proc/meminfo: memFree=1729832/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 28411
/proc/meminfo: memFree=1717648/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=23272 CPUtime=2.51
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 2951 0 0 0 251 0 0 0 25 0 2 0 106444691 23830528 2937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 5818 2937 83 193 0 5622 0
[pid=28410/tid=28411] ppid=28407 vsize=23272 CPUtime=1.22
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 484 0 0 0 122 0 0 0 25 0 2 0 106444699 23830528 2937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 28628

[startup+3.10239 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 28411
/proc/meminfo: memFree=1715664/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=26972 CPUtime=5.72
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 3663 0 0 0 570 2 0 0 25 0 2 0 106444691 27619328 3649 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 6743 3649 83 193 0 6547 0
[pid=28410/tid=28411] ppid=28407 vsize=26972 CPUtime=2.81
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 864 0 0 0 281 0 0 0 17 0 2 0 106444699 27619328 3649 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 32328

[startup+6.30197 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 28411
/proc/meminfo: memFree=1711376/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=29340 CPUtime=12.1
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 4375 0 0 0 1208 2 0 0 25 0 2 0 106444691 30044160 4361 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 7335 4361 83 193 0 7139 0
[pid=28410/tid=28411] ppid=28407 vsize=29340 CPUtime=6.02
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 1059 0 0 0 601 1 0 0 18 0 2 0 106444699 30044160 4361 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 34696

[startup+12.7021 s]
/proc/loadavg: 1.22 1.05 1.02 3/68 28411
/proc/meminfo: memFree=1708560/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=32012 CPUtime=24.86
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 5000 0 0 0 2484 2 0 0 25 0 2 0 106444691 32780288 4986 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 8003 4986 83 193 0 7807 0
[pid=28410/tid=28411] ppid=28407 vsize=32012 CPUtime=12.41
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 1326 0 0 0 1240 1 0 0 21 0 2 0 106444699 32780288 4986 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 37368

[startup+25.5014 s]
/proc/loadavg: 1.34 1.08 1.02 3/68 28411
/proc/meminfo: memFree=1704336/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=37260 CPUtime=50.4
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 6032 0 0 0 5036 4 0 0 25 0 2 0 106444691 38154240 6018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 9315 6018 83 193 0 9119 0
[pid=28410/tid=28411] ppid=28407 vsize=37260 CPUtime=25.21
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 1771 0 0 0 2519 2 0 0 25 0 2 0 106444699 38154240 6018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 42616

[startup+51.1011 s]
/proc/loadavg: 1.56 1.15 1.05 3/68 28411
/proc/meminfo: memFree=1701264/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=39716 CPUtime=101.48
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 6810 0 0 0 10143 5 0 0 25 0 2 0 106444691 40669184 6796 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 9929 6796 83 193 0 9733 0
[pid=28410/tid=28411] ppid=28407 vsize=39716 CPUtime=50.79
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 2100 0 0 0 5077 2 0 0 25 0 2 0 106444699 40669184 6796 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 45072

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.10 3/68 28411
/proc/meminfo: memFree=1694544/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=47548 CPUtime=203.66
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 8455 0 0 0 20358 8 0 0 25 0 2 0 106444691 48689152 8441 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 11887 8441 83 193 0 11691 0
[pid=28410/tid=28411] ppid=28407 vsize=47548 CPUtime=101.97
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 3198 0 0 0 10193 4 0 0 25 0 2 0 106444699 48689152 8441 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 52904

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.15 3/68 28411
/proc/meminfo: memFree=1690320/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=51932 CPUtime=323.39
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 9491 0 0 0 32329 10 0 0 25 0 2 0 106444691 53178368 9477 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 12983 9477 83 193 0 12787 0
[pid=28410/tid=28411] ppid=28407 vsize=51932 CPUtime=161.93
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 3844 0 0 0 16188 5 0 0 25 0 2 0 106444699 53178368 9477 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.57
Current children cumulated vsize (KiB) 57288

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.20 3/68 28411
/proc/meminfo: memFree=1683728/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=59600 CPUtime=443.12
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 11114 0 0 0 44299 13 0 0 25 0 2 0 106444691 61030400 11100 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 14900 11100 83 193 0 14704 0
[pid=28410/tid=28411] ppid=28407 vsize=59600 CPUtime=221.92
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 5023 0 0 0 22184 8 0 0 25 0 2 0 106444699 61030400 11100 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.3
Current children cumulated vsize (KiB) 64956

[startup+282.303 s]
/proc/loadavg: 1.99 1.61 1.25 3/68 28411
/proc/meminfo: memFree=1682192/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=61552 CPUtime=562.85
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 11485 0 0 0 56271 14 0 0 25 0 2 0 106444691 63029248 11471 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 15388 11471 83 193 0 15192 0
[pid=28410/tid=28411] ppid=28407 vsize=61552 CPUtime=281.88
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 5209 0 0 0 28180 8 0 0 25 0 2 0 106444699 63029248 11471 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.03
Current children cumulated vsize (KiB) 66908

[startup+342.303 s]
/proc/loadavg: 1.99 1.67 1.30 3/68 28411
/proc/meminfo: memFree=1677264/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=66404 CPUtime=682.58
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 12771 0 0 0 68242 16 0 0 25 0 2 0 106444691 67997696 12757 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 16601 12757 83 193 0 16405 0
[pid=28410/tid=28411] ppid=28407 vsize=66404 CPUtime=341.86
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 6004 0 0 0 34176 10 0 0 25 0 2 0 106444699 67997696 12757 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.76
Current children cumulated vsize (KiB) 71760

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.34 3/68 28411
/proc/meminfo: memFree=1675856/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=68024 CPUtime=802.32
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 13085 0 0 0 80215 17 0 0 25 0 2 0 106444691 69656576 13071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 17006 13071 83 193 0 16810 0
[pid=28410/tid=28411] ppid=28407 vsize=68024 CPUtime=401.82
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 6217 0 0 0 40172 10 0 0 25 0 2 0 106444699 69656576 13071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.5
Current children cumulated vsize (KiB) 73380

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/68 28411
/proc/meminfo: memFree=1670096/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=74512 CPUtime=922.03
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 14505 0 0 0 92184 19 0 0 25 0 2 0 106444691 76300288 14491 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 18628 14491 83 193 0 18432 0
[pid=28410/tid=28411] ppid=28407 vsize=74512 CPUtime=461.79
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 7077 0 0 0 46167 12 0 0 25 0 2 0 106444699 76300288 14491 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.21
Current children cumulated vsize (KiB) 79868

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/68 28411
/proc/meminfo: memFree=1669200/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=75760 CPUtime=1041.78
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 14723 0 0 0 104158 20 0 0 25 0 2 0 106444691 77578240 14709 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 18940 14709 83 193 0 18744 0
[pid=28410/tid=28411] ppid=28407 vsize=75760 CPUtime=521.76
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 7171 0 0 0 52164 12 0 0 25 0 2 0 106444699 77578240 14709 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.96
Current children cumulated vsize (KiB) 81116

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.45 3/68 28411
/proc/meminfo: memFree=1666896/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=77948 CPUtime=1161.51
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 15304 0 0 0 116130 21 0 0 25 0 2 0 106444691 79818752 15290 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 19487 15290 83 193 0 19291 0
[pid=28410/tid=28411] ppid=28407 vsize=77948 CPUtime=581.74
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 7483 0 0 0 58162 12 0 0 25 0 2 0 106444699 79818752 15290 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.69
Current children cumulated vsize (KiB) 83304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.503 s]
/proc/loadavg: 1.99 1.85 1.46 3/68 28411
/proc/meminfo: memFree=1665360/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=79664 CPUtime=1199.83
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 15682 0 0 0 119962 21 0 0 25 0 2 0 106444691 81575936 15668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 19916 15668 83 193 0 19720 0
[pid=28410/tid=28411] ppid=28407 vsize=79664 CPUtime=600.93
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 7757 0 0 0 60081 12 0 0 25 0 2 0 106444699 81575936 15668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 85020

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

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

[startup+601.503 s]
/proc/loadavg: 1.99 1.85 1.46 3/68 28411
/proc/meminfo: memFree=1665360/2055920 swapFree=4181416/4192956
[pid=28407] ppid=28405 vsize=5356 CPUtime=0.18
/proc/28407/stat : 28407 (manysat.sh) S 28405 28407 28336 0 -1 4194304 312 1342 0 0 0 0 18 0 17 0 1 0 106444671 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28407/statm: 1339 238 195 169 0 50 0
[pid=28410] ppid=28407 vsize=79664 CPUtime=1199.83
/proc/28410/stat : 28410 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194304 15682 0 0 0 119962 21 0 0 25 0 2 0 106444691 81575936 15668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28410/statm: 19916 15668 83 193 0 19720 0
[pid=28410/tid=28411] ppid=28407 vsize=79664 CPUtime=600.93
/proc/28410/task/28411/stat : 28411 (manysat1.1_stat) R 28407 28407 28336 0 -1 4194368 7757 0 0 0 60081 12 0 0 25 0 2 0 106444699 81575936 15668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 85020

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.52
CPU time (s): 1200.01
CPU user time (s): 1199.8
CPU system time (s): 0.21
CPU usage (%): 199.496
Max. virtual memory (cumulated for all children) (KiB): 85020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.182972
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1654
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= 5
involuntary context switches= 3

runsolver used 0.534918 second user time and 1.66775 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-27 00:15:54
IDJOB=1732954
IDBENCH=71131
IDSOLVER=513
FILE ID=node84/1732954-1240784154
PBS_JOBID= 9187300
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1734638464

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1730376 kB
Buffers:         40332 kB
Cached:         210836 kB
SwapCached:       5396 kB
Active:          70796 kB
Inactive:       188152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730376 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:          13440 kB
Slab:            52632 kB
Committed_AS:   388940 kB
PageTables:       1368 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= 66212 MiB
End job on node84 at 2009-04-27 00:25:57