Trace number 2058961

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 1817.42

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-13_ext.xml
MD5SUM449c5198a410e7a374498cb58b914070
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.81172
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
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-2058961-1247339758/watcher-2058961-1247339758 -o /tmp/evaluation-result-2058961-1247339758/solver-2058961-1247339758 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2058961-1247339758.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.93 1.98 1.99 4/81 13430
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5260 CPUtime=0
/proc/13430/stat : 13430 (solver) R 13428 13430 12565 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 21042762 5386240 50 996147200 4194304 4889804 548682068704 18446744073709551615 269754617669 0 0 4096 0 0 0 0 17 1 0 0
/proc/13430/statm: 1315 50 37 169 0 14 0

[startup+0.059209 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 13430
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 21042762 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101209 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 13430
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 21042762 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301234 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 13430
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701287 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 13430
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+1.5024 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 13444
/proc/meminfo: memFree=1811336/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=311688 CPUtime=1.13
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 4225 0 0 0 111 2 0 0 25 0 9 0 21042780 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 134739181 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 77922 3716 669 2003 0 75334 0
[pid=13435/tid=13437] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=311688 CPUtime=0.01
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 17 0 0 0 1 0 0 0 16 0 9 0 21042798 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21042800 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21042800 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21042800 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21042800 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21042800 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=311688 CPUtime=0
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21042800 319168512 3716 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 317044

[startup+3.10261 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 13444
/proc/meminfo: memFree=1805448/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312712 CPUtime=2.71
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 5150 0 0 0 269 2 0 0 25 0 9 0 21042780 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 134812436 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78178 4636 682 2003 0 75590 0
[pid=13435/tid=13437] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312712 CPUtime=0.03
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 19 0 0 0 3 0 0 0 17 0 9 0 21042798 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 21042800 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312712 CPUtime=0
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21042800 320217088 4636 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 318068

[startup+6.30203 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 13444
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312848 CPUtime=5.89
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 14847 0 0 0 582 7 0 0 25 0 9 0 21042780 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 134813553 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78212 14257 689 2003 0 75624 0
[pid=13435/tid=13437] ppid=13430 vsize=312848 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312848 CPUtime=0.05
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 22 0 0 0 5 0 0 0 17 0 9 0 21042798 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312848 CPUtime=0
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312848 CPUtime=0
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 21042800 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312848 CPUtime=0
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312848 CPUtime=0
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312848 CPUtime=0
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312848 CPUtime=0.01
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 38 0 0 0 1 0 0 0 15 0 9 0 21042800 320356352 14257 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 318204

[startup+12.7029 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 13444
/proc/meminfo: memFree=1766664/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=12.23
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 17040 0 0 0 1213 10 0 0 25 0 9 0 21042780 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 134839504 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 14104 689 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=0.1
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 10 0 0 0 17 0 9 0 21042798 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=0.03
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 3 0 0 0 16 0 9 0 21042800 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.01
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 49 0 0 0 1 0 0 0 16 0 9 0 21042800 320507904 14104 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 318352

[startup+25.5016 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 13444
/proc/meminfo: memFree=1766344/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=24.9
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 21651 0 0 0 2475 15 0 0 25 0 9 0 21042780 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 137459140 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 11284 692 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=0.2
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 20 0 0 0 17 0 9 0 21042798 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=0.08
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 8 0 0 0 16 0 9 0 21042800 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21042800 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.02
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 49 0 0 0 2 0 0 0 15 0 9 0 21042800 320507904 11284 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 318352

[startup+51.102 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 13444
/proc/meminfo: memFree=1780616/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 21042800 320507904 7289 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0.03
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21042800 320507904 7289 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.22
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 50 0 0 0 18 4 0 0 15 0 9 0 21042800 320507904 7289 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.6
Current children cumulated vsize (KiB) 318352

[startup+1602.3 s]
/proc/loadavg: 2.13 2.12 2.07 3/84 13496
/proc/meminfo: memFree=1811528/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=1586.89
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 262104 0 0 0 158310 379 0 0 25 0 9 0 21042780 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 134793386 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 6829 692 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=8.81
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 837 44 0 0 16 0 9 0 21042798 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0.03
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=8.03
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 800 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0.02
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0.03
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.23
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 50 0 0 0 18 5 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.04
Current children cumulated vsize (KiB) 318352

[startup+1662.3 s]
/proc/loadavg: 2.05 2.10 2.06 3/84 13496
/proc/meminfo: memFree=1809672/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=1646.31
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 274644 0 0 0 164238 393 0 0 25 0 9 0 21042780 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 134818957 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 6829 692 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=9.08
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 862 46 0 0 16 0 9 0 21042798 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0.03
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=8.38
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 835 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0.02
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.24
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 50 0 0 0 19 5 0 0 15 0 9 0 21042800 320507904 6829 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 318352

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.06 3/84 13496
/proc/meminfo: memFree=1811016/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=1705.75
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 281930 0 0 0 170168 407 0 0 25 0 9 0 21042780 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 134813595 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 7281 692 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=9.33
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 885 48 0 0 16 0 9 0 21042798 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=8.77
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 874 3 0 0 15 0 9 0 21042800 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 21042800 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0.02
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 21042800 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.24
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 50 0 0 0 19 5 0 0 15 0 9 0 21042800 320507904 7281 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.9
Current children cumulated vsize (KiB) 318352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/84 13496
/proc/meminfo: memFree=1810312/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=1765.18
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 291184 0 0 0 176094 424 0 0 25 0 9 0 21042780 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 134750561 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 6825 692 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=9.59
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 909 50 0 0 16 0 9 0 21042798 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=9.14
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 911 3 0 0 15 0 9 0 21042800 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 21042800 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0.02
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 21042800 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.24
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 50 0 0 0 19 5 0 0 15 0 9 0 21042800 320507904 6825 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.33
Current children cumulated vsize (KiB) 318352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.05 2.06 2.05 3/84 13496
/proc/meminfo: memFree=1809480/2055920 swapFree=4192812/4192956
[pid=13430] ppid=13428 vsize=5356 CPUtime=0.15
/proc/13430/stat : 13430 (solver) S 13428 13430 12565 0 -1 4194304 361 313 0 0 0 0 4 11 15 0 1 0 21042762 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13430/statm: 1339 242 201 169 0 50 0
[pid=13435] ppid=13430 vsize=312996 CPUtime=1799.94
/proc/13435/stat : 13435 (Conquer) R 13430 13430 12565 0 -1 0 296798 0 0 0 179562 432 0 0 25 0 9 0 21042780 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 134839579 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13435/statm: 78249 6833 692 2003 0 75661 0
[pid=13435/tid=13437] ppid=13430 vsize=312996 CPUtime=0
/proc/13435/task/13437/stat : 13437 (Conquer) S 13430 13430 12565 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21042780 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=13435/tid=13438] ppid=13430 vsize=312996 CPUtime=9.74
/proc/13435/task/13438/stat : 13438 (Conquer) S 13430 13430 12565 0 -1 64 31 0 0 0 923 51 0 0 16 0 9 0 21042798 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13439] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13439/stat : 13439 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13440] ppid=13430 vsize=312996 CPUtime=9.36
/proc/13435/task/13440/stat : 13440 (Conquer) S 13430 13430 12565 0 -1 64 2 0 0 0 933 3 0 0 15 0 9 0 21042800 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13441] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13441/stat : 13441 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 21042800 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13442] ppid=13430 vsize=312996 CPUtime=0.02
/proc/13435/task/13442/stat : 13442 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 21042800 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13443] ppid=13430 vsize=312996 CPUtime=0.04
/proc/13435/task/13443/stat : 13443 (Conquer) S 13430 13430 12565 0 -1 64 1 0 0 0 0 4 0 0 15 0 9 0 21042800 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13435/tid=13444] ppid=13430 vsize=312996 CPUtime=0.24
/proc/13435/task/13444/stat : 13444 (Conquer) S 13430 13430 12565 0 -1 64 50 0 0 0 19 5 0 0 15 0 9 0 21042800 320507904 6833 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 318352

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 13430 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=43993
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=121981
# CPU time returned by wait4() is 0.165974
# 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): 1817.42
CPU time (s): 1800.09
CPU user time (s): 1795.66
CPU system time (s): 4.43
CPU usage (%): 99.0464
Max. virtual memory (cumulated for all children) (KiB): 318356

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

runsolver used 1.9767 second user time and 6.37503 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 21:15:58
IDJOB=2058961
IDBENCH=53538
IDSOLVER=740
FILE ID=node13/2058961-1247339758
PBS_JOBID= 9506647
Free space on /tmp= 66296 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-13_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058961-1247339758/watcher-2058961-1247339758 -o /tmp/evaluation-result-2058961-1247339758/solver-2058961-1247339758 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2058961-1247339758.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 449c5198a410e7a374498cb58b914070
RANDOM SEED=1718932489

node13.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.241
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.241
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:       1820088 kB
Buffers:         22120 kB
Cached:         106944 kB
SwapCached:          0 kB
Active:         155228 kB
Inactive:        33220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21836 kB
Writeback:           0 kB
Mapped:          79744 kB
Slab:            32308 kB
Committed_AS:   219904 kB
PageTables:       2028 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= 66276 MiB
End job on node13 at 2009-07-11 21:46:18