Trace number 2087088

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
Conquer 2009-07-10? (TO) 1800.09 1807.82

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-12.xml
MD5SUMccf341648ea4c9765316041a04d071c1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark199.893
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data


Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s 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-2087088-1247385171/watcher-2087088-1247385171 -o /tmp/evaluation-result-2087088-1247385171/solver-2087088-1247385171 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2087088-1247385171.xml -dir HOME -tmpdir HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.03 2.01 4/73 28206
/proc/meminfo: memFree=1816016/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) R 28204 28206 27177 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 25583818 5484544 235 996147200 4194304 4889804 548682068704 18446744073709551615 4401472 0 0 4100 65536 0 0 0 17 1 0 0
/proc/28206/statm: 1339 235 195 169 0 50 0

[startup+0.058657 s]
/proc/loadavg: 2.15 2.03 2.01 4/73 28206
/proc/meminfo: memFree=1816016/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) D 28204 28206 27177 0 -1 4194304 271 0 0 0 0 0 0 0 19 0 1 0 25583818 5484544 239 996147200 4194304 4889804 548682068704 18446744073709551615 266134583909 0 0 4100 65536 18446744071563608240 0 0 17 1 0 0
/proc/28206/statm: 1339 239 199 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101666 s]
/proc/loadavg: 2.15 2.03 2.01 4/73 28206
/proc/meminfo: memFree=1816016/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 25583818 5484544 240 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 240 199 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301688 s]
/proc/loadavg: 2.15 2.03 2.01 4/73 28206
/proc/meminfo: memFree=1816016/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25583818 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701729 s]
/proc/loadavg: 2.15 2.03 2.01 4/73 28206
/proc/meminfo: memFree=1816016/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25583818 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50182 s]
/proc/loadavg: 2.29 2.06 2.02 3/75 28209
/proc/meminfo: memFree=1811264/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25583818 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 241 200 169 0 50 0
[pid=28209] ppid=28206 vsize=7308 CPUtime=1.38
/proc/28209/stat : 28209 (ld-linux.so.2) R 28206 28206 27177 0 -1 4194304 1413 0 0 0 43 95 0 0 25 0 1 0 25583828 7483392 1395 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28209/statm: 1827 1395 100 29 0 1414 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 12664

[startup+3.102 s]
/proc/loadavg: 2.29 2.06 2.02 3/75 28209
/proc/meminfo: memFree=1805056/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25583818 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 241 200 169 0 50 0
[pid=28209] ppid=28206 vsize=12976 CPUtime=2.97
/proc/28209/stat : 28209 (ld-linux.so.2) R 28206 28206 27177 0 -1 4194304 2885 0 0 0 92 205 0 0 25 0 1 0 25583828 13287424 2867 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28209/statm: 3244 2867 100 29 0 2831 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 18332

[startup+6.30135 s]
/proc/loadavg: 2.35 2.08 2.02 3/75 28209
/proc/meminfo: memFree=1787264/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25583818 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 241 200 169 0 50 0
[pid=28209] ppid=28206 vsize=25308 CPUtime=6.12
/proc/28209/stat : 28209 (ld-linux.so.2) R 28206 28206 27177 0 -1 4194304 5790 0 0 0 190 422 0 0 25 0 1 0 25583828 25915392 5772 996147200 1448431616 1448550632 4294956128 18446744073709551615 4159397857 0 0 4096 0 0 0 0 17 1 0 0
/proc/28209/statm: 6327 5772 100 29 0 5914 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30664

[startup+12.7011 s]
/proc/loadavg: 2.32 2.08 2.02 3/75 28209
/proc/meminfo: memFree=1750784/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=0
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25583818 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 241 200 169 0 50 0
[pid=28209] ppid=28206 vsize=48292 CPUtime=12.46
/proc/28209/stat : 28209 (ld-linux.so.2) R 28206 28206 27177 0 -1 4194304 11650 0 0 0 382 864 0 0 25 0 1 0 25583828 49451008 11632 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28209/statm: 12073 11632 100 29 0 11660 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 53648

[startup+25.5025 s]
/proc/loadavg: 2.25 2.07 2.02 3/83 28220
/proc/meminfo: memFree=1692800/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=311820 CPUtime=8.13
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 25224 0 7 0 802 11 0 0 25 0 9 0 25585520 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 134909358 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28211/statm: 77955 24648 645 2003 0 75367 0
[pid=28211/tid=28213] ppid=28206 vsize=311820 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=311820 CPUtime=0.19
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 21 0 0 0 19 0 0 0 17 0 9 0 25585541 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28215] ppid=28206 vsize=311820 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28216] ppid=28206 vsize=311820 CPUtime=0
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25585549 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28217] ppid=28206 vsize=311820 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25585549 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28218] ppid=28206 vsize=311820 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28219] ppid=28206 vsize=311820 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28220] ppid=28206 vsize=311820 CPUtime=0.02
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 19 0 0 0 2 0 0 0 15 0 9 0 25585549 319303680 24648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 317176

[startup+51.1023 s]
/proc/loadavg: 2.30 2.10 2.03 3/83 28220
/proc/meminfo: memFree=1464320/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=380280 CPUtime=33.47
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 83479 0 7 0 3312 35 0 0 25 0 9 0 25585520 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 134708810 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28211/statm: 95070 82561 648 2003 0 92482 0
[pid=28211/tid=28213] ppid=28206 vsize=380280 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=380280 CPUtime=0.81
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 34 0 0 0 81 0 0 0 22 0 9 0 25585541 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28215] ppid=28206 vsize=380280 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28216] ppid=28206 vsize=380280 CPUtime=0
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25585549 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28217] ppid=28206 vsize=380280 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25585549 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28218] ppid=28206 vsize=380280 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28219] ppid=28206 vsize=380280 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28220] ppid=28206 vsize=380280 CPUtime=0.11
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 712 0 0 0 11 0 0 0 15 0 9 0 25585549 389406720 82561 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 385636

[startup+102.308 s]
/proc/loadavg: 2.13 2.08 2.03 3/83 28220
/proc/meminfo: memFree=1076672/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=798740 CPUtime=84.16
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 182784 0 7 0 8345 71 0 0 25 0 9 0 25585520 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 134805902 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28211/statm: 199685 177000 689 2003 0 197097 0
[pid=28211/tid=28213] ppid=28206 vsize=798740 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=798740 CPUtime=1.61
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 111 0 0 0 161 0 0 0 24 0 9 0 25585541 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28215] ppid=28206 vsize=798740 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28216] ppid=28206 vsize=798740 CPUtime=0.33
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 33 0 0 0 18 0 9 0 25585549 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28217] ppid=28206 vsize=798740 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25585549 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28218] ppid=28206 vsize=798740 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28219] ppid=28206 vsize=798740 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28220] ppid=28206 vsize=798740 CPUtime=0.12
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 712 0 0 0 12 0 0 0 15 0 9 0 25585549 817909760 177000 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 804096

[startup+162.303 s]
/proc/loadavg: 2.24 2.11 2.04 3/84 28221
/proc/meminfo: memFree=1274040/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=818408 CPUtime=143.86
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 187919 0 7 0 14309 77 0 0 25 0 9 0 25585520 838049792 127819 996147200 134512640 142716928 4294956224 18446744073709551615 135304770 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28211/statm: 204602 127819 689 2003 0 202014 0
[pid=28211/tid=28213] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 838049792 127819 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=818408 CPUtime=2.64
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 111 0 0 0 261 3 0 0 25 0 9 0 25585541 838049792 127819 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0

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

/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 83832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28219] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 83832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28220] ppid=28206 vsize=818408 CPUtime=0.7
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 5655 0 0 0 68 2 0 0 15 0 9 0 25585549 838049792 83832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.74
Current children cumulated vsize (KiB) 823764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/91 28477
/proc/meminfo: memFree=1261944/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=818408 CPUtime=1578.73
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 371442 0 7 0 157676 197 0 0 25 0 9 0 25585520 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28211/statm: 204602 96056 689 2003 0 202014 0
[pid=28211/tid=28213] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=818408 CPUtime=10.91
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 112 0 0 0 1070 21 0 0 17 0 9 0 25585541 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28215] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28216] ppid=28206 vsize=818408 CPUtime=8.66
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 866 0 0 0 17 0 9 0 25585549 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28217] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28218] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28219] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28220] ppid=28206 vsize=818408 CPUtime=0.7
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 5655 0 0 0 68 2 0 0 15 0 9 0 25585549 838049792 96056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.45
Current children cumulated vsize (KiB) 823764

[startup+1662.3 s]
/proc/loadavg: 2.10 2.06 2.07 3/91 28477
/proc/meminfo: memFree=1324664/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=818408 CPUtime=1638.47
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 373356 0 7 0 163647 200 0 0 25 0 9 0 25585520 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28211/statm: 204602 80332 689 2003 0 202014 0
[pid=28211/tid=28213] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=818408 CPUtime=11.27
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 120 0 0 0 1105 22 0 0 17 0 9 0 25585541 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28215] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28216] ppid=28206 vsize=818408 CPUtime=9.07
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 907 0 0 0 17 0 9 0 25585549 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28217] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28218] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28219] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28220] ppid=28206 vsize=818408 CPUtime=0.71
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 5655 0 0 0 69 2 0 0 15 0 9 0 25585549 838049792 80332 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.19
Current children cumulated vsize (KiB) 823764

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.06 3/91 28477
/proc/meminfo: memFree=1315256/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=818408 CPUtime=1698.27
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 376368 0 7 0 169625 202 0 0 25 0 9 0 25585520 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 134750393 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28211/statm: 204602 82636 689 2003 0 202014 0
[pid=28211/tid=28213] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=818408 CPUtime=11.56
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 120 0 0 0 1134 22 0 0 16 0 9 0 25585541 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28215] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28216] ppid=28206 vsize=818408 CPUtime=9.42
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 942 0 0 0 16 0 9 0 25585549 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28211/tid=28217] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28218] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28219] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28220] ppid=28206 vsize=818408 CPUtime=0.72
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 5655 0 0 0 70 2 0 0 15 0 9 0 25585549 838049792 82636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.99
Current children cumulated vsize (KiB) 823764

[startup+1782.3 s]
/proc/loadavg: 2.14 2.06 2.06 3/91 28477
/proc/meminfo: memFree=1314616/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=818408 CPUtime=1757.99
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 379550 0 7 0 175595 204 0 0 25 0 9 0 25585520 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 134793367 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28211/statm: 204602 82764 689 2003 0 202014 0
[pid=28211/tid=28213] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=818408 CPUtime=11.87
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 120 0 0 0 1165 22 0 0 17 0 9 0 25585541 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28215] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28216] ppid=28206 vsize=818408 CPUtime=9.85
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 985 0 0 0 16 0 9 0 25585549 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28217] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28218] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28219] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25585549 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28220] ppid=28206 vsize=818408 CPUtime=0.73
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 5655 0 0 0 71 2 0 0 15 0 9 0 25585549 838049792 82764 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.71
Current children cumulated vsize (KiB) 823764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.09 2.06 2.06 3/91 28477
/proc/meminfo: memFree=1314488/2055920 swapFree=4192812/4192956
[pid=28206] ppid=28204 vsize=5356 CPUtime=16.72
/proc/28206/stat : 28206 (solver) S 28204 28206 27177 0 -1 4194304 361 15761 0 0 0 0 519 1153 16 0 1 0 25583818 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28206/statm: 1339 242 201 169 0 50 0
[pid=28211] ppid=28206 vsize=818408 CPUtime=1783.37
/proc/28211/stat : 28211 (Conquer) R 28206 28206 27177 0 -1 0 380848 0 7 0 178132 205 0 0 25 0 9 0 25585520 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28211/statm: 204602 82772 689 2003 0 202014 0
[pid=28211/tid=28213] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28213/stat : 28213 (Conquer) S 28206 28206 27177 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25585523 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28211/tid=28214] ppid=28206 vsize=818408 CPUtime=12.01
/proc/28211/task/28214/stat : 28214 (Conquer) S 28206 28206 27177 0 -1 64 120 0 0 0 1179 22 0 0 17 0 9 0 25585541 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28215] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28215/stat : 28215 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28216] ppid=28206 vsize=818408 CPUtime=10
/proc/28211/task/28216/stat : 28216 (Conquer) S 28206 28206 27177 0 -1 64 5 0 0 0 1000 0 0 0 17 0 9 0 25585549 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28217] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28217/stat : 28217 (Conquer) S 28206 28206 27177 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28218] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28218/stat : 28218 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28219] ppid=28206 vsize=818408 CPUtime=0
/proc/28211/task/28219/stat : 28219 (Conquer) S 28206 28206 27177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25585549 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28211/tid=28220] ppid=28206 vsize=818408 CPUtime=0.74
/proc/28211/task/28220/stat : 28220 (Conquer) S 28206 28206 27177 0 -1 64 5655 0 0 0 72 2 0 0 15 0 9 0 25585549 838049792 82772 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 823764

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 28206 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=199209
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=540245
# CPU time returned by wait4() is 16.7395
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.82
CPU time (s): 1800.09
CPU user time (s): 1786.51
CPU system time (s): 13.58
CPU usage (%): 99.5723
Max. virtual memory (cumulated for all children) (KiB): 823764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.19921
system time used= 11.5402
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16122
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= 27
involuntary context switches= 385

runsolver used 2.11368 second user time and 6.15206 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 09:52:54
IDJOB=2087088
IDBENCH=58686
IDSOLVER=740
FILE ID=node35/2087088-1247385171
PBS_JOBID= 9507226
Free space on /tmp= 66276 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-12.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087088-1247385171/watcher-2087088-1247385171 -o /tmp/evaluation-result-2087088-1247385171/solver-2087088-1247385171 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2087088-1247385171.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= ccf341648ea4c9765316041a04d071c1
RANDOM SEED=1460697887

node35.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.213
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.213
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:       1816304 kB
Buffers:         11640 kB
Cached:         154008 kB
SwapCached:          0 kB
Active:         128416 kB
Inactive:        61208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           51544 kB
Writeback:           0 kB
Mapped:          34608 kB
Slab:            35264 kB
Committed_AS:   287708 kB
PageTables:       1780 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= 66224 MiB
End job on node35 at 2009-07-12 10:23:04