Trace number 2058477

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-10SAT 241.595 241.873

General information on the benchmark

Namecsp/QWH-20/
normalized-qwh-20-166-7_ext.xml
MD5SUMbae1b7ecfcce2b6a64814f4296ee5aeb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.45678
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5092
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5092
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

241.50/241.87	s SATISFIABLE
241.50/241.87	v 13 4 17 6 5 15 16 9 14 10 0 7 3 11 8 18 2 12 19 1 18 14 3 2 0 10 5 11 13 8 1 17 9 12 16 19 7 4 6 15 3 7 6 15 13 5 14 19 8 18 11 1 12 4 17 16 10 0 2 9 16 13 5 4 18 11 7 12 1 0 17 14 19 10 9 2 8 6 15 3 4 10 12 7 19 2 8 18 17 6 13 3 0 15 11 5 9 1 16 14 2 11 4 16 1 7 19 5 15 13 3 18 6 17 14 8 12 9 0 10 9 6 14 17 11 4 13 16 18 3 10 8 5 0 7 12 15 19 1 2 7 2 11 1 16 12 0 8 5 14 6 9 10 19 4 15 13 3 17 18 17 3 0 5 7 19 15 14 9 12 4 10 1 2 13 11 16 8 18 6 11 17 7 12 6 14 2 3 19 1 15 13 16 9 10 4 5 18 8 0 19 18 13 14 9 0 3 4 12 16 2 6 11 7 15 1 17 10 5 8 8 19 18 11 2 17 1 0 3 4 12 15 7 16 6 9 14 5 10 13 10 5 16 18 15 8 12 7 0 19 9 2 13 1 3 6 4 17 14 11 1 9 15 8 3 16 4 13 6 7 19 0 17 18 2 10 11 14 12 5 0 8 10 19 12 13 11 6 7 2 18 16 4 14 5 3 1 15 9 17 14 1 19 10 8 9 6 17 2 15 5 11 18 3 12 13 0 16 4 7 12 0 1 13 17 6 10 15 16 9 7 5 2 8 18 14 19 11 3 4 5 15 2 9 14 18 17 10 4 11 16 19 8 6 1 0 3 7 13 12 15 12 9 0 10 3 18 1 11 5 8 4 14 13 19 17 6 2 7 16 6 16 8 3 4 1 9 2 10 17 14 12 15 5 0 7 18 13 11 19

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2058477-1247339521/watcher-2058477-1247339521 -o /tmp/evaluation-result-2058477-1247339521/solver-2058477-1247339521 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2058477-1247339521.xml -dir HOME -tmpdir HOME 

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


[startup+0 s]
/proc/loadavg: 2.15 2.05 2.08 4/83 17503
/proc/meminfo: memFree=1828664/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=18576 CPUtime=0
/proc/17503/stat : 17503 (runsolver) R 17501 17503 16623 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21017491 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 243665530151 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17503/statm: 4644 284 249 26 0 2626 0

[startup+0.0458421 s]
/proc/loadavg: 2.15 2.05 2.08 4/83 17503
/proc/meminfo: memFree=1828664/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 21017491 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10185 s]
/proc/loadavg: 2.15 2.05 2.08 4/83 17503
/proc/meminfo: memFree=1828664/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.301886 s]
/proc/loadavg: 2.15 2.05 2.08 4/83 17503
/proc/meminfo: memFree=1828664/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.701959 s]
/proc/loadavg: 2.15 2.05 2.08 4/83 17503
/proc/meminfo: memFree=1828664/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+1.5021 s]
/proc/loadavg: 2.15 2.05 2.08 3/93 17517
/proc/meminfo: memFree=1819560/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312204 CPUtime=1.23
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 4293 0 0 0 121 2 0 0 25 0 9 0 21017500 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 134806963 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78051 3788 689 2003 0 75462 0
[pid=17508/tid=17510] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312204 CPUtime=0.01
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 17 0 0 0 1 0 0 0 16 0 9 0 21017518 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21017520 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312204 CPUtime=0
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21017521 319696896 3788 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 317560

[startup+3.1014 s]
/proc/loadavg: 2.14 2.05 2.08 3/93 17517
/proc/meminfo: memFree=1804712/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=2.83
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 10551 0 0 0 278 5 0 0 25 0 9 0 21017500 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 134753572 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 9999 689 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=0.03
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 21 0 0 0 3 0 0 0 17 0 9 0 21017518 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 21017520 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 18 0 0 0 0 0 0 0 16 0 9 0 21017521 319836160 9999 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 317696

[startup+6.30298 s]
/proc/loadavg: 2.14 2.05 2.08 3/93 17517
/proc/meminfo: memFree=1787688/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=6.03
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 15184 0 0 0 596 7 0 0 25 0 9 0 21017500 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 134750788 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 9056 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=0.07
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 7 0 0 0 17 0 9 0 21017518 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21017520 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 0 0 0 0 16 0 9 0 21017521 319836160 9056 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 317696

[startup+12.7021 s]
/proc/loadavg: 2.19 2.06 2.08 3/93 17517
/proc/meminfo: memFree=1802216/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=12.42
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 16424 0 0 0 1233 9 0 0 25 0 9 0 21017500 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 134805069 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6976 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=0.13
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 13 0 0 0 16 0 9 0 21017518 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21017521 319836160 6976 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 317696

[startup+25.5025 s]
/proc/loadavg: 2.16 2.06 2.08 3/93 17517
/proc/meminfo: memFree=1802856/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=25.22
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 16724 0 0 0 2511 11 0 0 25 0 9 0 21017500 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 134813130 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6888 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=0.21
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 21 0 0 0 16 0 9 0 21017518 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.05
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 5 0 0 0 15 0 9 0 21017520 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21017521 319836160 6888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 317696

[startup+51.1021 s]
/proc/loadavg: 2.11 2.05 2.08 3/93 17517
/proc/meminfo: memFree=1802920/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 230.01
Current children cumulated vsize (KiB) 317696

[startup+236.701 s]
/proc/loadavg: 2.12 2.08 2.08 3/93 17517
/proc/meminfo: memFree=1802728/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=236.34
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 23514 0 0 0 23579 55 0 0 25 0 9 0 21017500 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 134839569 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6860 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=1.57
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 151 6 0 0 16 0 9 0 21017518 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.94
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 94 0 0 0 15 0 9 0 21017520 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0.02
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 2 0 0 0 15 0 9 0 21017521 319836160 6860 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.4
Current children cumulated vsize (KiB) 317696

[startup+239.903 s]
/proc/loadavg: 2.11 2.08 2.08 3/93 17517
/proc/meminfo: memFree=1802792/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=239.54
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 23590 0 0 0 23898 56 0 0 25 0 9 0 21017500 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 134813131 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6836 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=1.59
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 153 6 0 0 16 0 9 0 21017518 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.95
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 95 0 0 0 15 0 9 0 21017520 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0.03
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 2 1 0 0 15 0 9 0 21017521 319836160 6836 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 239.6
Current children cumulated vsize (KiB) 317696

[startup+240.703 s]
/proc/loadavg: 2.11 2.08 2.08 3/93 17517
/proc/meminfo: memFree=1802792/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=240.34
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 23610 0 0 0 23978 56 0 0 25 0 9 0 21017500 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 135376654 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6832 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=1.59
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 153 6 0 0 16 0 9 0 21017518 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.95
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 95 0 0 0 15 0 9 0 21017520 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0.03
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 2 1 0 0 15 0 9 0 21017521 319836160 6832 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 240.4
Current children cumulated vsize (KiB) 317696

[startup+241.501 s]
/proc/loadavg: 2.11 2.08 2.08 3/93 17517
/proc/meminfo: memFree=1802792/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=241.14
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 23628 0 0 0 24057 57 0 0 25 0 9 0 21017500 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 137648352 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6824 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=1.6
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 154 6 0 0 16 0 9 0 21017518 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.96
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 96 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0.03
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 2 1 0 0 15 0 9 0 21017521 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.2
Current children cumulated vsize (KiB) 317696

[startup+241.701 s]
/proc/loadavg: 2.11 2.08 2.08 3/93 17517
/proc/meminfo: memFree=1802792/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=241.34
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 23634 0 0 0 24077 57 0 0 25 0 9 0 21017500 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 135602047 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6824 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=1.6
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 154 6 0 0 16 0 9 0 21017518 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.96
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 96 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0.03
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 2 1 0 0 15 0 9 0 21017521 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.4
Current children cumulated vsize (KiB) 317696

[startup+241.801 s]
/proc/loadavg: 2.11 2.08 2.08 3/93 17517
/proc/meminfo: memFree=1802792/2055920 swapFree=4192812/4192956
[pid=17503] ppid=17501 vsize=5356 CPUtime=0.06
/proc/17503/stat : 17503 (solver) S 17501 17503 16623 0 -1 4194304 361 312 0 0 0 0 2 4 16 0 1 0 21017491 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17503/statm: 1339 242 201 169 0 50 0
[pid=17508] ppid=17503 vsize=312340 CPUtime=241.44
/proc/17508/stat : 17508 (Conquer) R 17503 17503 16623 0 -1 0 23638 0 0 0 24087 57 0 0 25 0 9 0 21017500 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 134831426 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 78085 6824 692 2003 0 75496 0
[pid=17508/tid=17510] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17510/stat : 17510 (Conquer) S 17503 17503 16623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21017501 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17503 vsize=312340 CPUtime=1.6
/proc/17508/task/17511/stat : 17511 (Conquer) S 17503 17503 16623 0 -1 64 26 0 0 0 154 6 0 0 16 0 9 0 21017518 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17512/stat : 17512 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17503 vsize=312340 CPUtime=0.96
/proc/17508/task/17513/stat : 17513 (Conquer) S 17503 17503 16623 0 -1 64 2 0 0 0 96 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17514/stat : 17514 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17515/stat : 17515 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17503 vsize=312340 CPUtime=0
/proc/17508/task/17516/stat : 17516 (Conquer) S 17503 17503 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21017520 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=17508/tid=17517] ppid=17503 vsize=312340 CPUtime=0.03
/proc/17508/task/17517/stat : 17517 (Conquer) S 17503 17503 16623 0 -1 64 19 0 0 0 2 1 0 0 15 0 9 0 21017521 319836160 6824 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.5
Current children cumulated vsize (KiB) 317696

Child status: 0
Real time (s): 241.873
CPU time (s): 241.595
CPU user time (s): 240.966
CPU system time (s): 0.628904
CPU usage (%): 99.8852
Max. virtual memory (cumulated for all children) (KiB): 317696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.966
system time used= 0.628904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24470
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= 14026
involuntary context switches= 14137

runsolver used 0.315951 second user time and 0.794879 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-11 21:12:01
IDJOB=2058477
IDBENCH=53494
IDSOLVER=740
FILE ID=node84/2058477-1247339521
PBS_JOBID= 9506674
Free space on /tmp= 66292 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/QWH-20/normalized-qwh-20-166-7_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058477-1247339521/watcher-2058477-1247339521 -o /tmp/evaluation-result-2058477-1247339521/solver-2058477-1247339521 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2058477-1247339521.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= bae1b7ecfcce2b6a64814f4296ee5aeb
RANDOM SEED=1108988608

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829080 kB
Buffers:         19700 kB
Cached:         109228 kB
SwapCached:          0 kB
Active:         139336 kB
Inactive:        30452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21764 kB
Writeback:           0 kB
Mapped:          61264 kB
Slab:            42168 kB
Committed_AS:   199404 kB
PageTables:       1848 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= 66272 MiB
End job on node84 at 2009-07-11 21:16:03