Trace number 1775156

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 1/2009-03-20? (TO) 10000.1 5012.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |  167931   500698 |   50379       0        0     nan |  0.000 % |
2.19/2.25	c |         0 |  166431   731017 |      --       0       --      -- |     --   | -1500/230319
2.19/2.25	c ==============================================================================
2.19/2.25	c Result  :   #vars: 1151   #clauses: 166431   #literals: 731017
2.19/2.25	c CPU time:   2.22866 s
2.19/2.25	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-1775156-1241293848/watcher-1775156-1241293848 -o /tmp/evaluation-result-1775156-1241293848/solver-1775156-1241293848 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775156-1241293848.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.38 3.86 3.87 3/64 27607
/proc/meminfo: memFree=1294304/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=0
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157418248 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 235 195 169 0 50 0
[pid=27608] ppid=27607 vsize=1008 CPUtime=0
/proc/27608/stat : 27608 (SatElite) R 27607 27607 27570 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 157418248 1032192 147 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27608/statm: 252 147 50 127 0 122 0

[startup+0.105428 s]
/proc/loadavg: 3.38 3.86 3.87 3/64 27607
/proc/meminfo: memFree=1294304/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=0
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157418248 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 235 195 169 0 50 0
[pid=27608] ppid=27607 vsize=10488 CPUtime=0.09
/proc/27608/stat : 27608 (SatElite) R 27607 27607 27570 0 -1 4194304 2446 0 0 0 9 0 0 0 18 0 1 0 157418248 10739712 2430 1992294400 134512640 135034092 4294956112 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 0 0 0
/proc/27608/statm: 2622 2430 50 127 0 2492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15844

[startup+0.201438 s]
/proc/loadavg: 3.38 3.86 3.87 3/64 27607
/proc/meminfo: memFree=1294304/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=0
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157418248 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 235 195 169 0 50 0
[pid=27608] ppid=27607 vsize=13272 CPUtime=0.19
/proc/27608/stat : 27608 (SatElite) R 27607 27607 27570 0 -1 4194304 3162 0 0 0 18 1 0 0 18 0 1 0 157418248 13590528 3146 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/27608/statm: 3318 3146 68 127 0 3188 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18628

[startup+0.301448 s]
/proc/loadavg: 3.38 3.86 3.87 3/64 27607
/proc/meminfo: memFree=1294304/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=0
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157418248 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 235 195 169 0 50 0
[pid=27608] ppid=27607 vsize=13936 CPUtime=0.29
/proc/27608/stat : 27608 (SatElite) R 27607 27607 27570 0 -1 4194304 3335 0 0 0 28 1 0 0 19 0 1 0 157418248 14270464 3319 1992294400 134512640 135034092 4294956112 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 0 0 0
/proc/27608/statm: 3484 3319 68 127 0 3354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19292

[startup+0.701488 s]
/proc/loadavg: 3.38 3.86 3.87 3/64 27607
/proc/meminfo: memFree=1294304/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=0
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157418248 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 235 195 169 0 50 0
[pid=27608] ppid=27607 vsize=18132 CPUtime=0.69
/proc/27608/stat : 27608 (SatElite) R 27607 27607 27570 0 -1 4194304 4062 0 0 0 67 2 0 0 23 0 1 0 157418248 18567168 4046 1992294400 134512640 135034092 4294956112 18446744073709551615 134582814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27608/statm: 4533 4046 68 127 0 4403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23488

[startup+1.50157 s]
/proc/loadavg: 3.38 3.86 3.87 2/66 27609
/proc/meminfo: memFree=1276304/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=0
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157418248 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 235 195 169 0 50 0
[pid=27608] ppid=27607 vsize=19476 CPUtime=1.49
/proc/27608/stat : 27608 (SatElite) R 27607 27607 27570 0 -1 4194304 4234 0 0 0 147 2 0 0 25 0 1 0 157418248 19943424 4218 1992294400 134512640 135034092 4294956112 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 0 0 0
/proc/27608/statm: 4869 4218 68 127 0 4739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24832

[startup+3.10174 s]
/proc/loadavg: 3.38 3.86 3.87 2/66 27609
/proc/meminfo: memFree=1276176/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 5356

[startup+6.30107 s]
/proc/loadavg: 3.19 3.81 3.85 5/69 27613
/proc/meminfo: memFree=1237240/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=85972 CPUtime=7.17
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 13324 0 0 0 707 10 0 0 20 0 4 0 157418499 88035328 13310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 21493 13310 83 193 0 21297 0
[pid=27610/tid=27611] ppid=27607 vsize=85972 CPUtime=2.28
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 808 0 0 0 228 0 0 0 18 0 4 0 157418537 88035328 13310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=85972 CPUtime=0.41
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 557 0 0 0 41 0 0 0 18 0 4 0 157418537 88035328 13310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=85972 CPUtime=2.97
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 918 0 0 0 295 2 0 0 17 0 4 0 157418537 88035328 13310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 91328

[startup+12.7027 s]
/proc/loadavg: 3.26 3.81 3.85 5/69 27613
/proc/meminfo: memFree=1231104/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=91204 CPUtime=19.94
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 14628 0 0 0 1983 11 0 0 24 0 4 0 157418499 93392896 14614 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 22801 14614 83 193 0 22605 0
[pid=27610/tid=27611] ppid=27607 vsize=91204 CPUtime=6.96
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 1354 0 0 0 695 1 0 0 18 0 4 0 157418537 93392896 14614 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=91204 CPUtime=2.17
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 772 0 0 0 217 0 0 0 25 0 4 0 157418537 93392896 14614 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=91204 CPUtime=7.6
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 1296 0 0 0 758 2 0 0 21 0 4 0 157418537 93392896 14614 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.44
Current children cumulated vsize (KiB) 96560

[startup+25.502 s]
/proc/loadavg: 3.42 3.82 3.85 5/69 27613
/proc/meminfo: memFree=1222592/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=99848 CPUtime=45.49
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 16832 0 0 0 4535 14 0 0 25 0 4 0 157418499 102244352 16818 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 24962 16818 83 193 0 24766 0
[pid=27610/tid=27611] ppid=27607 vsize=99848 CPUtime=13.73
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 2181 0 0 0 1371 2 0 0 25 0 4 0 157418537 102244352 16818 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=99848 CPUtime=8.01
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 1114 0 0 0 800 1 0 0 25 0 4 0 157418537 102244352 16818 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=99848 CPUtime=14.56
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 1911 0 0 0 1453 3 0 0 17 0 4 0 157418537 102244352 16818 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.99
Current children cumulated vsize (KiB) 105204

[startup+51.1016 s]
/proc/loadavg: 3.62 3.83 3.86 5/69 27613
/proc/meminfo: memFree=1213440/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=109260 CPUtime=96.56
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 19083 0 0 0 9639 17 0 0 25 0 4 0 157418499 111882240 19069 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 27315 19069 83 193 0 27119 0
[pid=27610/tid=27611] ppid=27607 vsize=109260 CPUtime=27.2
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 2914 0 0 0 2717 3 0 0 25 0 4 0 157418537 111882240 19069 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=109260 CPUtime=13.7
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 1190 0 0 0 1369 1 0 0 25 0 4 0 157418537 111882240 19069 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=109260 CPUtime=34.45
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 2454 0 0 0 3442 3 0 0 21 0 4 0 157418537 111882240 19069 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.06
Current children cumulated vsize (KiB) 114616

[startup+102.302 s]
/proc/loadavg: 3.83 3.86 3.86 5/69 27613
/proc/meminfo: memFree=1196800/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=126944 CPUtime=198.74
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 23225 0 0 0 19852 22 0 0 25 0 4 0 157418499 129990656 23211 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 31736 23211 83 193 0 31540 0
[pid=27610/tid=27611] ppid=27607 vsize=126944 CPUtime=53.66
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 4065 0 0 0 5362 4 0 0 25 0 4 0 157418537 129990656 23211 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=126944 CPUtime=34.6
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 2202 0 0 0 3457 3 0 0 25 0 4 0 157418537 129990656 23211 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=126944 CPUtime=64.98
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 3814 0 0 0 6493 5 0 0 25 0 4 0 157418537 129990656 23211 1992294400 134512640 135305190 4294956160 18446744073709551615 134528690 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.24
Current children cumulated vsize (KiB) 132300

[startup+162.302 s]
/proc/loadavg: 3.94 3.88 3.87 5/69 27613
/proc/meminfo: memFree=1179328/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=144972 CPUtime=318.47
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 27564 0 0 0 31819 28 0 0 25 0 4 0 157418499 148451328 27550 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 36243 27550 83 193 0 36047 0
[pid=27610/tid=27611] ppid=27607 vsize=144972 CPUtime=84.32
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 4861 0 0 0 8426 6 0 0 25 0 4 0 157418537 148451328 27550 1992294400 134512640 135305190 4294956160 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=144972 CPUtime=60.5
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 3315 0 0 0 6046 4 0 0 25 0 4 0 157418537 148451328 27550 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=144972 CPUtime=99.05
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 4997 0 0 0 9899 6 0 0 18 0 4 0 157418537 148451328 27550 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 320.97
Current children cumulated vsize (KiB) 150328

[startup+222.307 s]

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

/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23068 0 0 0 231847 44 0 0 25 0 4 0 157418537 466104320 98015 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9061.03
Current children cumulated vsize (KiB) 460536

[startup+4602.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=895360/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=456440 CPUtime=9178.25
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 98633 0 0 0 917666 159 0 0 25 0 4 0 157418499 467394560 98277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 114110 98277 83 193 0 113914 0
[pid=27610/tid=27611] ppid=27607 vsize=456440 CPUtime=2313.88
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 22915 0 0 0 231351 37 0 0 25 0 4 0 157418537 467394560 98277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27607 vsize=456440 CPUtime=2247.87
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 24483 0 0 0 224743 44 0 0 25 0 4 0 157418537 467394560 98277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=456440 CPUtime=2348.76
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23072 0 0 0 234832 44 0 0 25 0 4 0 157418537 467394560 98277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9180.75
Current children cumulated vsize (KiB) 461796

[startup+4662.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=894016/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=458072 CPUtime=9297.99
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 98955 0 0 0 929639 160 0 0 25 0 4 0 157418499 469065728 98599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 114518 98599 83 193 0 114322 0
[pid=27610/tid=27611] ppid=27607 vsize=458072 CPUtime=2343.87
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 22953 0 0 0 234350 37 0 0 25 0 4 0 157418537 469065728 98599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27607 vsize=458072 CPUtime=2277.85
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 24709 0 0 0 227741 44 0 0 25 0 4 0 157418537 469065728 98599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=458072 CPUtime=2378.64
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23072 0 0 0 237820 44 0 0 25 0 4 0 157418537 469065728 98599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9300.49
Current children cumulated vsize (KiB) 463428

[startup+4722.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=892288/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=460184 CPUtime=9417.71
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 99416 0 0 0 941611 160 0 0 25 0 4 0 157418499 471228416 99038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 115046 99038 83 193 0 114850 0
[pid=27610/tid=27611] ppid=27607 vsize=460184 CPUtime=2373.73
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23237 0 0 0 237336 37 0 0 25 0 4 0 157418537 471228416 99038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27607 vsize=460184 CPUtime=2307.95
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 24865 0 0 0 230751 44 0 0 25 0 4 0 157418537 471228416 99038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=460184 CPUtime=2410.68
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23074 0 0 0 241024 44 0 0 20 0 4 0 157418537 471228416 99038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528433 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9420.21
Current children cumulated vsize (KiB) 465540

[startup+4782.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=889856/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=463132 CPUtime=9537.44
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 100058 0 0 0 953581 163 0 0 25 0 4 0 157418499 474247168 99680 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27610/statm: 115783 99680 83 193 0 115587 0
[pid=27610/tid=27611] ppid=27607 vsize=463132 CPUtime=2405.86
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23388 0 0 0 240549 37 0 0 25 0 4 0 157418537 474247168 99680 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=463132 CPUtime=2336.6
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 25117 0 0 0 233615 45 0 0 25 0 4 0 157418537 474247168 99680 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=463132 CPUtime=2439.73
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23100 0 0 0 243929 44 0 0 25 0 4 0 157418537 474247168 99680 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9539.94
Current children cumulated vsize (KiB) 468488

[startup+4842.31 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=888192/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=464928 CPUtime=9657.19
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 100471 0 0 0 965556 163 0 0 25 0 4 0 157418499 476086272 100093 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27610/statm: 116232 100093 83 193 0 116036 0
[pid=27610/tid=27611] ppid=27607 vsize=464928 CPUtime=2435.96
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23599 0 0 0 243558 38 0 0 25 0 4 0 157418537 476086272 100093 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=464928 CPUtime=2366.52
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 25130 0 0 0 236607 45 0 0 25 0 4 0 157418537 476086272 100093 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27607 vsize=464928 CPUtime=2469.57
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23231 0 0 0 246913 44 0 0 25 0 4 0 157418537 476086272 100093 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9659.69
Current children cumulated vsize (KiB) 470284

[startup+4902.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=886912/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=465504 CPUtime=9776.92
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 100775 0 0 0 977528 164 0 0 25 0 4 0 157418499 476676096 100397 1992294400 134512640 135305190 4294956160 18446744073709551615 134528245 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27610/statm: 116376 100397 83 193 0 116180 0
[pid=27610/tid=27611] ppid=27607 vsize=465504 CPUtime=2465.85
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23625 0 0 0 246547 38 0 0 25 0 4 0 157418537 476676096 100397 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=465504 CPUtime=2396.38
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 25150 0 0 0 239593 45 0 0 25 0 4 0 157418537 476676096 100397 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27607 vsize=465504 CPUtime=2499.42
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23367 0 0 0 249898 44 0 0 25 0 4 0 157418537 476676096 100397 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9779.42
Current children cumulated vsize (KiB) 470860

[startup+4962.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=882432/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=471344 CPUtime=9896.64
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 101900 0 0 0 989497 167 0 0 25 0 4 0 157418499 482656256 101522 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27610/statm: 117836 101522 83 193 0 117640 0
[pid=27610/tid=27611] ppid=27607 vsize=471344 CPUtime=2495.75
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23728 0 0 0 249537 38 0 0 25 0 4 0 157418537 482656256 101522 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27607 vsize=471344 CPUtime=2426.24
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 25357 0 0 0 242578 46 0 0 25 0 4 0 157418537 482656256 101522 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27607 vsize=471344 CPUtime=2529.41
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23904 0 0 0 252896 45 0 0 25 0 4 0 157418537 482656256 101522 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9899.14
Current children cumulated vsize (KiB) 476700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.9 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27627
/proc/meminfo: memFree=879296/2055920 swapFree=4181360/4192956
[pid=27607] ppid=27605 vsize=5356 CPUtime=2.5
/proc/27607/stat : 27607 (manysat.sh) S 27605 27607 27570 0 -1 4194304 313 4238 0 0 0 0 246 4 16 0 1 0 157418248 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 1339 238 195 169 0 50 0
[pid=27610] ppid=27607 vsize=473560 CPUtime=9997.63
/proc/27610/stat : 27610 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194304 102683 0 0 0 999594 169 0 0 25 0 4 0 157418499 484925440 102305 1992294400 134512640 135305190 4294956160 18446744073709551615 134538170 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 118390 102305 83 193 0 118194 0
[pid=27610/tid=27611] ppid=27607 vsize=473560 CPUtime=2522.04
/proc/27610/task/27611/stat : 27611 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 23886 0 0 0 252166 38 0 0 20 0 4 0 157418537 484925440 102305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27607 vsize=473560 CPUtime=2452.44
/proc/27610/task/27612/stat : 27612 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 25506 0 0 0 245197 47 0 0 25 0 4 0 157418537 484925440 102305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27607 vsize=473560 CPUtime=2553.5
/proc/27610/task/27613/stat : 27613 (manysat1.1_stat) R 27607 27607 27570 0 -1 4194368 24239 0 0 0 255304 46 0 0 25 0 4 0 157418537 484925440 102305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 478916

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5012.92
CPU time (s): 10000.1
CPU user time (s): 9998.4
CPU system time (s): 1.73
CPU usage (%): 199.487
Max. virtual memory (cumulated for all children) (KiB): 478916

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

runsolver used 5.63914 second user time and 13.8879 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 21:50:49
IDJOB=1775156
IDBENCH=71093
IDSOLVER=612
FILE ID=node17/1775156-1241293848
PBS_JOBID= 9225147
Free space on /tmp= 66448 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_09_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775156-1241293848/watcher-1775156-1241293848 -o /tmp/evaluation-result-1775156-1241293848/solver-1775156-1241293848 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1775156-1241293848.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED=404753742

node17.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.234
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.234
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:       1294784 kB
Buffers:         73852 kB
Cached:         586236 kB
SwapCached:       5428 kB
Active:          74028 kB
Inactive:       593840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294784 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:            4320 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            79232 kB
Committed_AS:   687680 kB
PageTables:       1452 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= 66440 MiB
End job on node17 at 2009-05-02 23:14:24