Trace number 2087099

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 1808.12

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-16.xml
MD5SUMb7e9524b8eaa9cb78435f60b3e354238
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 benchmark151.099
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-2087099-1247385239/watcher-2087099-1247385239 -o /tmp/evaluation-result-2087099-1247385239/solver-2087099-1247385239 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2087099-1247385239.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: 1.92 1.98 1.99 4/69 27404
/proc/meminfo: memFree=1643520/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5260 CPUtime=0
/proc/27404/stat : 27404 (solver) R 27402 27404 26776 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 25591774 5386240 50 996147200 4194304 4889804 548682068704 18446744073709551615 233630081690 0 0 4096 0 0 0 0 17 1 0 0
/proc/27404/statm: 1315 50 37 169 0 14 0

[startup+0.259377 s]
/proc/loadavg: 1.92 1.98 1.99 4/69 27404
/proc/meminfo: memFree=1643520/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301381 s]
/proc/loadavg: 1.92 1.98 1.99 4/69 27404
/proc/meminfo: memFree=1643520/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.401401 s]
/proc/loadavg: 1.92 1.98 1.99 4/69 27404
/proc/meminfo: memFree=1643520/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701445 s]
/proc/loadavg: 1.92 1.98 1.99 4/69 27404
/proc/meminfo: memFree=1643520/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50157 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 27413
/proc/meminfo: memFree=1623120/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
[pid=27407] ppid=27404 vsize=8156 CPUtime=1.46
/proc/27407/stat : 27407 (ld-linux.so.2) R 27404 27404 26776 0 -1 4194304 1483 0 0 0 46 100 0 0 25 0 1 0 25591775 8351744 1465 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27407/statm: 2039 1465 100 29 0 1626 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13512

[startup+3.10283 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 27413
/proc/meminfo: memFree=1592400/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
[pid=27407] ppid=27404 vsize=13788 CPUtime=3.06
/proc/27407/stat : 27407 (ld-linux.so.2) R 27404 27404 26776 0 -1 4194304 2953 0 0 0 93 213 0 0 25 0 1 0 25591775 14118912 2935 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27407/statm: 3447 2935 100 29 0 3034 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 19144

[startup+6.30135 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 27413
/proc/meminfo: memFree=1522384/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
[pid=27407] ppid=27404 vsize=25800 CPUtime=6.21
/proc/27407/stat : 27407 (ld-linux.so.2) R 27404 27404 26776 0 -1 4194304 5877 0 0 0 192 429 0 0 25 0 1 0 25591775 26419200 5859 996147200 1448431616 1448550632 4294956128 18446744073709551615 134516883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27407/statm: 6450 5859 100 29 0 6037 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 31156

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 27413
/proc/meminfo: memFree=1486352/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 25591774 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 241 200 169 0 50 0
[pid=27407] ppid=27404 vsize=49352 CPUtime=12.55
/proc/27407/stat : 27407 (ld-linux.so.2) R 27404 27404 26776 0 -1 4194304 11780 0 0 0 385 870 0 0 25 0 1 0 25591775 50536448 11762 996147200 1448431616 1448550632 4294956128 18446744073709551615 134536247 0 0 4096 0 0 0 0 17 1 0 0
/proc/27407/statm: 12338 11762 100 29 0 11925 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 54708

[startup+25.5065 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 27424
/proc/meminfo: memFree=1425488/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=311820 CPUtime=8.63
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 25827 0 12 0 850 13 0 0 25 0 9 0 25593423 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 134709552 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 77955 25250 647 2003 0 75367 0
[pid=27415/tid=27417] ppid=27404 vsize=311820 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=311820 CPUtime=0.21
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 20 0 1 0 21 0 0 0 18 0 9 0 25593447 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27419] ppid=27404 vsize=311820 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27420] ppid=27404 vsize=311820 CPUtime=0
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25593455 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27404 vsize=311820 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25593455 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27422] ppid=27404 vsize=311820 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27423] ppid=27404 vsize=311820 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27424] ppid=27404 vsize=311820 CPUtime=0.02
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 19 0 0 0 2 0 0 0 15 0 9 0 25593455 319303680 25250 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 317176

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 27424
/proc/meminfo: memFree=1215248/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=380524 CPUtime=33.96
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 79652 0 12 0 3360 36 0 0 25 0 9 0 25593423 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 135488257 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 95131 78731 650 2003 0 92543 0
[pid=27415/tid=27417] ppid=27404 vsize=380524 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=380524 CPUtime=0.87
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 48 0 1 0 87 0 0 0 21 0 9 0 25593447 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27419] ppid=27404 vsize=380524 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27420] ppid=27404 vsize=380524 CPUtime=0
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25593455 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27404 vsize=380524 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25593455 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27422] ppid=27404 vsize=380524 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27423] ppid=27404 vsize=380524 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27424] ppid=27404 vsize=380524 CPUtime=0.12
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 775 0 0 0 12 0 0 0 15 0 9 0 25593455 389656576 78731 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 385880

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 27424
/proc/meminfo: memFree=851152/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=797524 CPUtime=84.99
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 173921 0 12 0 8428 71 0 0 25 0 9 0 25593423 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 135304456 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 199381 168090 691 2003 0 196793 0
[pid=27415/tid=27417] ppid=27404 vsize=797524 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=797524 CPUtime=1.65
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 74 0 1 0 165 0 0 0 23 0 9 0 25593447 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27404 vsize=797524 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27404 vsize=797524 CPUtime=0.3
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 30 0 0 0 18 0 9 0 25593455 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27404 vsize=797524 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25593455 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27404 vsize=797524 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27404 vsize=797524 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27404 vsize=797524 CPUtime=0.12
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 775 0 0 0 12 0 0 0 15 0 9 0 25593455 816664576 168090 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 802880

[startup+162.302 s]
/proc/loadavg: 1.92 1.97 1.99 3/79 27427
/proc/meminfo: memFree=850792/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=816540 CPUtime=144.96
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 182706 0 12 0 14420 76 0 0 25 0 9 0 25593423 836136960 176567 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 204135 176567 691 2003 0 201547 0
[pid=27415/tid=27417] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 836136960 176567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=816540 CPUtime=2.6
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 75 0 1 0 260 0 0 0 25 0 9 0 25593447 836136960 176567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0

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

/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 836136960 85525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27423] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 836136960 85525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27424] ppid=27404 vsize=816540 CPUtime=0.75
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 5539 0 0 0 73 2 0 0 15 0 9 0 25593455 836136960 85525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.06
Current children cumulated vsize (KiB) 821896

[startup+1662.31 s]
/proc/loadavg: 2.03 2.09 2.03 3/90 27597
/proc/meminfo: memFree=434896/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=816540 CPUtime=1638.57
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 351988 0 12 0 163632 225 0 0 25 0 9 0 25593423 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 135447008 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 204135 94389 691 2003 0 201547 0
[pid=27415/tid=27417] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=816540 CPUtime=11.42
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 85 0 1 0 1123 19 0 0 17 0 9 0 25593447 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27419] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27420] ppid=27404 vsize=816540 CPUtime=8.97
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 896 1 0 0 17 0 9 0 25593455 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27422] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27423] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27424] ppid=27404 vsize=816540 CPUtime=0.76
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 5539 0 0 0 74 2 0 0 15 0 9 0 25593455 836136960 94389 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.88
Current children cumulated vsize (KiB) 821896

[startup+1722.3 s]
/proc/loadavg: 2.10 2.10 2.04 3/90 27597
/proc/meminfo: memFree=464912/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=816540 CPUtime=1698.33
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 354548 0 12 0 169603 230 0 0 25 0 9 0 25593423 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 204135 86857 691 2003 0 201547 0
[pid=27415/tid=27417] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=816540 CPUtime=11.68
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 85 0 1 0 1148 20 0 0 17 0 9 0 25593447 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27419] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27420] ppid=27404 vsize=816540 CPUtime=9.35
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 934 1 0 0 17 0 9 0 25593455 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27422] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27423] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27424] ppid=27404 vsize=816540 CPUtime=0.77
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 5539 0 0 0 75 2 0 0 15 0 9 0 25593455 836136960 86857 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.64
Current children cumulated vsize (KiB) 821896

[startup+1782.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/90 27597
/proc/meminfo: memFree=467344/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=816540 CPUtime=1758.11
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 359244 0 12 0 175577 234 0 0 25 0 9 0 25593423 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 204135 86185 691 2003 0 201547 0
[pid=27415/tid=27417] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=816540 CPUtime=12.08
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 85 0 1 0 1188 20 0 0 16 0 9 0 25593447 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27404 vsize=816540 CPUtime=9.74
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 973 1 0 0 17 0 9 0 25593455 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25593455 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27404 vsize=816540 CPUtime=0.79
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 5539 0 0 0 77 2 0 0 15 0 9 0 25593455 836136960 86185 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.42
Current children cumulated vsize (KiB) 821896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.14 2.10 2.04 3/90 27597
/proc/meminfo: memFree=460496/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=816540 CPUtime=1783.78
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 361858 0 12 0 178142 236 0 0 25 0 9 0 25593423 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 204135 87945 691 2003 0 201547 0
[pid=27415/tid=27417] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=816540 CPUtime=12.25
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 85 0 1 0 1205 20 0 0 17 0 9 0 25593447 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27404 vsize=816540 CPUtime=9.89
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 988 1 0 0 17 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27404 vsize=816540 CPUtime=0.79
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 5539 0 0 0 77 2 0 0 15 0 9 0 25593455 836136960 87945 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) 821896

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

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

[startup+1808.1 s]
/proc/loadavg: 2.14 2.10 2.04 3/90 27597
/proc/meminfo: memFree=460496/2055920 swapFree=4192812/4192956
[pid=27404] ppid=27402 vsize=5356 CPUtime=16.31
/proc/27404/stat : 27404 (solver) S 27402 27404 26776 0 -1 4194304 361 15434 0 0 0 0 499 1132 16 0 1 0 25591774 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 242 201 169 0 50 0
[pid=27415] ppid=27404 vsize=816540 CPUtime=1783.78
/proc/27415/stat : 27415 (Conquer) R 27404 27404 26776 0 -1 0 361858 0 12 0 178142 236 0 0 25 0 9 0 25593423 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 204135 87945 691 2003 0 201547 0
[pid=27415/tid=27417] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27417/stat : 27417 (Conquer) S 27404 27404 26776 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25593429 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27404 vsize=816540 CPUtime=12.25
/proc/27415/task/27418/stat : 27418 (Conquer) S 27404 27404 26776 0 -1 64 85 0 1 0 1205 20 0 0 17 0 9 0 25593447 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27419/stat : 27419 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27404 vsize=816540 CPUtime=9.89
/proc/27415/task/27420/stat : 27420 (Conquer) S 27404 27404 26776 0 -1 64 5 0 0 0 988 1 0 0 17 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27421/stat : 27421 (Conquer) S 27404 27404 26776 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27422/stat : 27422 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27404 vsize=816540 CPUtime=0
/proc/27415/task/27423/stat : 27423 (Conquer) S 27404 27404 26776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25593455 836136960 87945 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27404 vsize=816540 CPUtime=0.79
/proc/27415/task/27424/stat : 27424 (Conquer) S 27404 27404 26776 0 -1 64 5539 0 0 0 77 2 0 0 15 0 9 0 25593455 836136960 87945 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) 821896

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27404 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=993240
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=329277
# CPU time returned by wait4() is 16.3225
# 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): 1808.12
CPU time (s): 1800.09
CPU user time (s): 1786.41
CPU system time (s): 13.68
CPU usage (%): 99.5559
Max. virtual memory (cumulated for all children) (KiB): 821900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.99324
system time used= 11.3293
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15795
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= 26
involuntary context switches= 375

runsolver used 2.29465 second user time and 5.95809 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 09:54:02
IDJOB=2087099
IDBENCH=58688
IDSOLVER=740
FILE ID=node3/2087099-1247385239
PBS_JOBID= 9507240
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= b7e9524b8eaa9cb78435f60b3e354238
RANDOM SEED=803426836

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1644448 kB
Buffers:         16188 kB
Cached:         156668 kB
SwapCached:          0 kB
Active:         122012 kB
Inactive:       229428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           65124 kB
Writeback:           0 kB
Mapped:          28688 kB
Slab:            45868 kB
Committed_AS:   164480 kB
PageTables:       1656 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= 66260 MiB
End job on node3 at 2009-07-12 10:24:12