Trace number 2087044

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

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-20.xml
MD5SUM6d5f02cccaa55c134438d9df18996966
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 benchmark304.851
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-2087044-1247385014/watcher-2087044-1247385014 -o /tmp/evaluation-result-2087044-1247385014/solver-2087044-1247385014 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2087044-1247385014.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.14 2.04 2.01 4/80 25202
/proc/meminfo: memFree=1449080/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) R 25200 25202 24569 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 25567794 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 4606200 0 0 4100 65536 0 0 0 17 1 0 0
/proc/25202/statm: 1339 233 193 169 0 50 0

[startup+0.0600239 s]
/proc/loadavg: 2.14 2.04 2.01 4/80 25202
/proc/meminfo: memFree=1449080/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101025 s]
/proc/loadavg: 2.14 2.04 2.01 4/80 25202
/proc/meminfo: memFree=1449080/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301041 s]
/proc/loadavg: 2.14 2.04 2.01 4/80 25202
/proc/meminfo: memFree=1449080/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701077 s]
/proc/loadavg: 2.14 2.04 2.01 4/80 25202
/proc/meminfo: memFree=1449080/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50115 s]
/proc/loadavg: 2.14 2.04 2.01 3/82 25205
/proc/meminfo: memFree=1443112/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
[pid=25205] ppid=25202 vsize=8124 CPUtime=1.46
/proc/25205/stat : 25205 (ld-linux.so.2) R 25202 25202 24569 0 -1 4194304 1500 0 0 0 44 102 0 0 25 0 1 0 25567795 8318976 1482 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25205/statm: 2031 1482 100 29 0 1618 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13480

[startup+3.10129 s]
/proc/loadavg: 2.14 2.04 2.01 3/82 25205
/proc/meminfo: memFree=1436840/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
[pid=25205] ppid=25202 vsize=13696 CPUtime=3.03
/proc/25205/stat : 25205 (ld-linux.so.2) R 25202 25202 24569 0 -1 4194304 2950 0 0 0 94 209 0 0 25 0 1 0 25567795 14024704 2932 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25205/statm: 3424 2932 100 29 0 3011 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 19052

[startup+6.30256 s]
/proc/loadavg: 2.21 2.05 2.01 3/82 25205
/proc/meminfo: memFree=1419432/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
[pid=25205] ppid=25202 vsize=25772 CPUtime=6.2
/proc/25205/stat : 25205 (ld-linux.so.2) R 25202 25202 24569 0 -1 4194304 5858 0 0 0 191 429 0 0 25 0 1 0 25567795 26390528 5840 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25205/statm: 6443 5840 100 29 0 6030 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 31128

[startup+12.7011 s]
/proc/loadavg: 2.19 2.05 2.01 3/82 25205
/proc/meminfo: memFree=1382888/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25567794 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 241 200 169 0 50 0
[pid=25205] ppid=25202 vsize=48156 CPUtime=12.53
/proc/25205/stat : 25205 (ld-linux.so.2) R 25202 25202 24569 0 -1 4194304 11722 0 0 0 385 868 0 0 25 0 1 0 25567795 49311744 11704 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25205/statm: 12039 11704 100 29 0 11626 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 53512

[startup+25.5012 s]
/proc/loadavg: 2.15 2.05 2.01 3/90 25218
/proc/meminfo: memFree=1322976/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=311820 CPUtime=8.56
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 25821 0 13 0 843 13 0 0 25 0 9 0 25569451 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 134601623 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 77955 25247 645 2003 0 75367 0
[pid=25207/tid=25209] ppid=25202 vsize=311820 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=311820 CPUtime=0.19
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 20 0 1 0 19 0 0 0 17 0 9 0 25569474 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25211] ppid=25202 vsize=311820 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25212] ppid=25202 vsize=311820 CPUtime=0
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25569482 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25213] ppid=25202 vsize=311820 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25569482 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25214] ppid=25202 vsize=311820 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=311820 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=311820 CPUtime=0.02
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 19 0 0 0 2 0 0 0 15 0 9 0 25569482 319303680 25247 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 317176

[startup+51.1014 s]
/proc/loadavg: 2.10 2.04 2.01 3/90 25218
/proc/meminfo: memFree=1105832/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=380144 CPUtime=33.92
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 81279 0 13 0 3357 35 0 0 25 0 9 0 25569451 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 134742325 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 95036 80375 648 2003 0 92448 0
[pid=25207/tid=25209] ppid=25202 vsize=380144 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=380144 CPUtime=0.81
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 33 0 1 0 81 0 0 0 22 0 9 0 25569474 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25211] ppid=25202 vsize=380144 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25212] ppid=25202 vsize=380144 CPUtime=0
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25569482 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25213] ppid=25202 vsize=380144 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25569482 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25214] ppid=25202 vsize=380144 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=380144 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 389267456 80375 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=380144 CPUtime=0.13
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 703 0 0 0 13 0 0 0 15 0 9 0 25569482 389267456 80375 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) 385500

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/90 25218
/proc/meminfo: memFree=727464/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=797192 CPUtime=84.64
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 178434 0 13 0 8395 69 0 0 25 0 9 0 25569451 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 137648541 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 199298 172736 689 2003 0 196710 0
[pid=25207/tid=25209] ppid=25202 vsize=797192 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=797192 CPUtime=1.64
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 109 0 1 0 164 0 0 0 24 0 9 0 25569474 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25211] ppid=25202 vsize=797192 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25212] ppid=25202 vsize=797192 CPUtime=0.34
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 34 0 0 0 18 0 9 0 25569482 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25213] ppid=25202 vsize=797192 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25569482 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25214] ppid=25202 vsize=797192 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=797192 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=797192 CPUtime=0.13
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 703 0 0 0 13 0 0 0 15 0 9 0 25569482 816324608 172736 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 802548

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 25218
/proc/meminfo: memFree=973608/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=816464 CPUtime=144.08
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 183387 0 13 0 14332 76 0 0 25 0 9 0 25569451 836059136 111141 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 204116 111141 689 2003 0 201528 0
[pid=25207/tid=25209] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 836059136 111141 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=816464 CPUtime=2.67
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 109 0 1 0 263 4 0 0 25 0 9 0 25569474 836059136 111141 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0

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

/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76522 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 836059136 76522 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=816464 CPUtime=0.72
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 5528 0 0 0 71 1 0 0 15 0 9 0 25569482 836059136 76522 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.97
Current children cumulated vsize (KiB) 821820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 25423
/proc/meminfo: memFree=1360360/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=816464 CPUtime=1579.65
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 275730 0 13 0 157818 147 0 0 25 0 9 0 25569451 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/25207/statm: 204116 81670 689 2003 0 201528 0
[pid=25207/tid=25209] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=816464 CPUtime=10.66
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 118 0 1 0 1051 15 0 0 17 0 9 0 25569474 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25211] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25212] ppid=25202 vsize=816464 CPUtime=8.47
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 846 1 0 0 17 0 9 0 25569482 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25213] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25214] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25215] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25216] ppid=25202 vsize=816464 CPUtime=0.73
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 5528 0 0 0 72 1 0 0 15 0 9 0 25569482 836059136 81670 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596
Current children cumulated vsize (KiB) 821820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 25423
/proc/meminfo: memFree=1387496/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=816464 CPUtime=1639.46
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 275836 0 13 0 163798 148 0 0 25 0 9 0 25569451 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 204116 74810 689 2003 0 201528 0
[pid=25207/tid=25209] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=816464 CPUtime=11.04
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 118 0 1 0 1088 16 0 0 17 0 9 0 25569474 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25211] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25212] ppid=25202 vsize=816464 CPUtime=8.85
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 884 1 0 0 17 0 9 0 25569482 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25213] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25214] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=816464 CPUtime=0.74
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 5528 0 0 0 73 1 0 0 15 0 9 0 25569482 836059136 74810 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.81
Current children cumulated vsize (KiB) 821820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25423
/proc/meminfo: memFree=1379304/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=816464 CPUtime=1698.9
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 278904 0 13 0 169740 150 0 0 25 0 9 0 25569451 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 135304448 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 204116 76822 689 2003 0 201528 0
[pid=25207/tid=25209] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=816464 CPUtime=11.31
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 118 0 1 0 1115 16 0 0 17 0 9 0 25569474 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25211] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25212] ppid=25202 vsize=816464 CPUtime=9.22
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 921 1 0 0 16 0 9 0 25569482 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25213] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25214] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=816464 CPUtime=0.75
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 5528 0 0 0 74 1 0 0 15 0 9 0 25569482 836059136 76822 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.25
Current children cumulated vsize (KiB) 821820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25423
/proc/meminfo: memFree=1378856/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=816464 CPUtime=1758.89
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 280724 0 13 0 175737 152 0 0 25 0 9 0 25569451 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/25207/statm: 204116 76962 689 2003 0 201528 0
[pid=25207/tid=25209] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=816464 CPUtime=11.68
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 118 0 1 0 1152 16 0 0 17 0 9 0 25569474 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25211] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25212] ppid=25202 vsize=816464 CPUtime=9.58
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 957 1 0 0 17 0 9 0 25569482 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25213] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25214] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25215] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=25207/tid=25216] ppid=25202 vsize=816464 CPUtime=0.76
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 5528 0 0 0 75 1 0 0 15 0 9 0 25569482 836059136 76962 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.24
Current children cumulated vsize (KiB) 821820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25423
/proc/meminfo: memFree=1381864/2055920 swapFree=4192812/4192956
[pid=25202] ppid=25200 vsize=5356 CPUtime=16.35
/proc/25202/stat : 25202 (solver) S 25200 25202 24569 0 -1 4194304 361 15409 0 0 0 0 504 1131 16 0 1 0 25567794 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 242 201 169 0 50 0
[pid=25207] ppid=25202 vsize=816464 CPUtime=1783.66
/proc/25207/stat : 25207 (Conquer) R 25202 25202 24569 0 -1 0 281100 0 13 0 178214 152 0 0 25 0 9 0 25569451 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/25207/statm: 204116 76166 689 2003 0 201528 0
[pid=25207/tid=25209] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25209/stat : 25209 (Conquer) S 25202 25202 24569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25569457 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=25207/tid=25210] ppid=25202 vsize=816464 CPUtime=11.81
/proc/25207/task/25210/stat : 25210 (Conquer) S 25202 25202 24569 0 -1 64 126 0 1 0 1165 16 0 0 17 0 9 0 25569474 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25211] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25211/stat : 25211 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25212] ppid=25202 vsize=816464 CPUtime=9.77
/proc/25207/task/25212/stat : 25212 (Conquer) S 25202 25202 24569 0 -1 64 5 0 0 0 976 1 0 0 17 0 9 0 25569482 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25213] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25213/stat : 25213 (Conquer) S 25202 25202 24569 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25214] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25214/stat : 25214 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25569482 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25215] ppid=25202 vsize=816464 CPUtime=0
/proc/25207/task/25215/stat : 25215 (Conquer) S 25202 25202 24569 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25569482 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=25207/tid=25216] ppid=25202 vsize=816464 CPUtime=0.77
/proc/25207/task/25216/stat : 25216 (Conquer) S 25202 25202 24569 0 -1 64 5528 0 0 0 76 1 0 0 15 0 9 0 25569482 836059136 76166 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 821820

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

Real time (s): 1807.23
CPU time (s): 1800.01
CPU user time (s): 1787.18
CPU system time (s): 12.83
CPU usage (%): 99.6007
Max. virtual memory (cumulated for all children) (KiB): 821824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.05123
system time used= 11.3193
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15770
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= 25
involuntary context switches= 674

runsolver used 2.03369 second user time and 6.23805 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 09:50:16
IDJOB=2087044
IDBENCH=58680
IDSOLVER=740
FILE ID=node31/2087044-1247385014
PBS_JOBID= 9507261
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 6d5f02cccaa55c134438d9df18996966
RANDOM SEED=100766359

node31.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.216
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	: 5931.00
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.216
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:       1449560 kB
Buffers:         12952 kB
Cached:         184384 kB
SwapCached:          0 kB
Active:         486792 kB
Inactive:        67292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           51176 kB
Writeback:           0 kB
Mapped:         374568 kB
Slab:            36564 kB
Committed_AS:   922324 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node31 at 2009-07-12 10:20:26