Trace number 2058906

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 42.4266 43.0995

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-0_ext.xml
MD5SUM5240de074e9cbc6096cab22826be74e1
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 benchmark4.72128
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2058906-1247339743/watcher-2058906-1247339743 -o /tmp/evaluation-result-2058906-1247339743/solver-2058906-1247339743 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2058906-1247339743.xml -dir HOME -tmpdir HOME 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14527
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0
/proc/14527/stat : 14527 (solver) R 14525 14527 13694 0 -1 4194304 272 0 0 0 0 0 0 0 20 0 1 0 21040861 5484544 240 996147200 4194304 4889804 548682068704 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14527/statm: 1339 240 199 169 0 50 0
[pid=14528] ppid=14527 vsize=5356 CPUtime=0
/proc/14528/stat : 14528 (solver) R 14527 14527 13694 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 21040861 5484544 240 996147200 4194304 4889804 548682068704 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14528/statm: 1339 240 199 169 0 50 0

[startup+0.0914401 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14527
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 21040861 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101453 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14527
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301457 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14527
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701501 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14527
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.5026 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1835496/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=311692 CPUtime=1.14
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 3485 0 7 0 112 2 0 0 25 0 9 0 21040871 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 134739167 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 77923 2990 668 2003 0 75334 0
[pid=14532/tid=14534] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=311692 CPUtime=0.01
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 16 0 1 0 1 0 0 0 16 0 9 0 21040893 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21040897 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=311692 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 21040898 319172608 2990 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 317048

[startup+3.10277 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1825128/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=2.73
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 10095 0 7 0 268 5 0 0 25 0 9 0 21040871 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 134807006 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 9560 688 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.03
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 21 0 1 0 3 0 0 0 17 0 9 0 21040893 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040897 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 21040897 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 18 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 9560 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 317696

[startup+6.30111 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1798504/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=5.89
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 12159 0 7 0 583 6 0 0 25 0 9 0 21040871 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 134813130 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 10706 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.05
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 5 0 0 0 17 0 9 0 21040893 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040897 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 21040897 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21040898 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 18 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 10706 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 317696

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1816488/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=12.23
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 13128 0 7 0 1216 7 0 0 25 0 9 0 21040871 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 134829105 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6535 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.11
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 11 0 0 0 16 0 9 0 21040893 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.01
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 1 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 317696

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1818600/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=24.91
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 16144 0 7 0 2479 12 0 0 25 0 9 0 21040871 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 134768448 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6519 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.2
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 19 1 0 0 16 0 9 0 21040893 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.05
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 5 0 0 0 15 0 9 0 21040897 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6519 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 317696

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


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

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

[startup+38.3016 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=37.57
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 17780 0 7 0 3743 14 0 0 25 0 9 0 21040871 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 134831426 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6527 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.26
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 25 1 0 0 16 0 9 0 21040893 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.12
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 12 0 0 0 15 0 9 0 21040897 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6527 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.65
Current children cumulated vsize (KiB) 317696

[startup+41.5029 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1816552/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=40.75
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 20978 0 7 0 4058 17 0 0 25 0 9 0 21040871 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 134750785 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6535 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.28
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 27 1 0 0 16 0 9 0 21040893 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.13
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 13 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.83
Current children cumulated vsize (KiB) 317696

[startup+42.303 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1818600/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=41.54
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 21252 0 7 0 4137 17 0 0 25 0 9 0 21040871 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 134813338 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6791 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.28
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 27 1 0 0 16 0 9 0 21040893 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.14
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 14 0 0 0 15 0 9 0 21040897 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6791 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.62
Current children cumulated vsize (KiB) 317696

[startup+42.702 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1818600/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=41.93
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 21260 0 7 0 4176 17 0 0 25 0 9 0 21040871 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 134813371 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6535 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.28
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 27 1 0 0 16 0 9 0 21040893 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.14
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 14 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.01
Current children cumulated vsize (KiB) 317696

[startup+42.9071 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1818600/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=42.13
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 21264 0 7 0 4196 17 0 0 25 0 9 0 21040871 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 134829077 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6535 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.28
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 27 1 0 0 16 0 9 0 21040893 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.14
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 14 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.21
Current children cumulated vsize (KiB) 317696

[startup+43.0021 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 14541
/proc/meminfo: memFree=1818600/2055920 swapFree=4192812/4192956
[pid=14527] ppid=14525 vsize=5356 CPUtime=0.08
/proc/14527/stat : 14527 (solver) S 14525 14527 13694 0 -1 4194304 361 313 0 0 0 0 2 6 16 0 1 0 21040861 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 242 201 169 0 50 0
[pid=14532] ppid=14527 vsize=312340 CPUtime=42.23
/proc/14532/stat : 14532 (Conquer) R 14527 14527 13694 0 -1 0 21268 0 7 0 4206 17 0 0 25 0 9 0 21040871 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 134830630 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/14532/statm: 78085 6535 691 2003 0 75496 0
[pid=14532/tid=14534] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14534/stat : 14534 (Conquer) S 14527 14527 13694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21040876 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=14532/tid=14535] ppid=14527 vsize=312340 CPUtime=0.28
/proc/14532/task/14535/stat : 14535 (Conquer) S 14527 14527 13694 0 -1 64 28 0 1 0 27 1 0 0 16 0 9 0 21040893 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14536] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14536/stat : 14536 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14537] ppid=14527 vsize=312340 CPUtime=0.14
/proc/14532/task/14537/stat : 14537 (Conquer) S 14527 14527 13694 0 -1 64 2 0 0 0 14 0 0 0 15 0 9 0 21040897 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14538] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14538/stat : 14538 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14539] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14539/stat : 14539 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14540] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14540/stat : 14540 (Conquer) S 14527 14527 13694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=14532/tid=14541] ppid=14527 vsize=312340 CPUtime=0
/proc/14532/task/14541/stat : 14541 (Conquer) S 14527 14527 13694 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 21040898 319836160 6535 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.31
Current children cumulated vsize (KiB) 317696

Child status: 0
Real time (s): 43.0995
CPU time (s): 42.4266
CPU user time (s): 42.1746
CPU system time (s): 0.251961
CPU usage (%): 98.4385
Max. virtual memory (cumulated for all children) (KiB): 317700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.1746
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22102
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2061
involuntary context switches= 3483

runsolver used 0.058991 second user time and 0.148977 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-11 21:15:43
IDJOB=2058906
IDBENCH=53533
IDSOLVER=740
FILE ID=node21/2058906-1247339743
PBS_JOBID= 9506741
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 5240de074e9cbc6096cab22826be74e1
RANDOM SEED=1696118836

node21.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.240
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.240
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:       1844056 kB
Buffers:         14304 kB
Cached:         109592 kB
SwapCached:          0 kB
Active:         113432 kB
Inactive:        51420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21052 kB
Writeback:           0 kB
Mapped:          61404 kB
Slab:            32276 kB
Committed_AS:   183968 kB
PageTables:       1864 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= 66360 MiB
End job on node21 at 2009-07-11 21:16:27