Trace number 2091499

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 70.2803 71.1428

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-5_ext.xml
MD5SUM7050be9d9b718a739901370d608c528b
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 benchmark7.2589
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

70.21/71.14	s SATISFIABLE
70.21/71.14	v 2 4 6 0 5 1 1 6 3 9 11 16 18 9 5 4 7 11 7 10 6 1 7 12 9 9 17 12 0 5 7 18 15 9 6 15 5 9 7 10

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-2091499-1247394768/watcher-2091499-1247394768 -o /tmp/evaluation-result-2091499-1247394768/solver-2091499-1247394768 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2091499-1247394768.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.08 2.02 2.00 4/75 28162
/proc/meminfo: memFree=1818208/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=8160 CPUtime=0
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 26542413 8355840 27 996147200 134512640 142716928 4294956272 18446744073709551615 2601259 0 0 4096 0 0 0 0 17 1 0 0
/proc/28166/statm: 2040 27 22 2003 0 455 0

[startup+0.20731 s]
/proc/loadavg: 2.08 2.02 2.00 4/75 28162
/proc/meminfo: memFree=1818208/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=20048 CPUtime=0
/proc/28166/stat : 28166 (Conquer) S 28162 28162 25333 0 -1 0 593 0 0 0 0 0 0 0 18 0 2 0 26542413 20529152 298 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 5012 298 237 2003 0 3058 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25404

[startup+0.302331 s]
/proc/loadavg: 2.08 2.02 2.00 4/75 28162
/proc/meminfo: memFree=1818208/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=306136 CPUtime=0.01
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 1475 0 0 0 1 0 0 0 16 0 3 0 26542413 313483264 1037 996147200 134512640 142716928 4294956224 18446744073709551615 137778608 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 76534 1037 463 2003 0 73946 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 311492

[startup+0.402332 s]
/proc/loadavg: 2.08 2.02 2.00 4/75 28162
/proc/meminfo: memFree=1818208/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311688 CPUtime=0.11
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 2049 0 0 0 10 1 0 0 19 0 9 0 26542413 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 134696410 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 77922 1567 633 2003 0 75334 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 317044

[startup+0.702362 s]
/proc/loadavg: 2.08 2.02 2.00 4/75 28162
/proc/meminfo: memFree=1818208/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311688 CPUtime=0.41
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 2049 0 0 0 40 1 0 0 22 0 9 0 26542413 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 134696410 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 77922 1567 633 2003 0 75334 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 317044

[startup+1.50248 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 28176
/proc/meminfo: memFree=1801360/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311688 CPUtime=1.2
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 8106 0 0 0 116 4 0 0 25 0 9 0 26542413 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 134750806 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 77922 7591 684 2003 0 75334 0
[pid=28166/tid=28169] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26542431 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26542433 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311688 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319168512 7591 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 317044

[startup+3.10165 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 28176
/proc/meminfo: memFree=1786448/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311820 CPUtime=2.8
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 15448 0 0 0 271 9 0 0 25 0 9 0 26542413 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 134809016 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 77955 13488 688 2003 0 75367 0
[pid=28166/tid=28169] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311820 CPUtime=0.04
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 21 0 0 0 4 0 0 0 16 0 9 0 26542431 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26542433 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311820 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26542433 319303680 13488 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 317176

[startup+6.30301 s]
/proc/loadavg: 2.16 2.03 2.01 3/85 28176
/proc/meminfo: memFree=1760336/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=5.98
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 18145 0 0 0 587 11 0 0 25 0 9 0 26542413 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 134809832 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28166/statm: 77988 11089 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.07
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 7 0 0 0 16 0 9 0 26542431 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 11089 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 317308

[startup+12.7017 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 28176
/proc/meminfo: memFree=1785040/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=12.01
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 24877 0 0 0 1184 17 0 0 25 0 9 0 26542413 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 134831326 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 8513 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.12
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 12 0 0 0 16 0 9 0 26542431 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311956 CPUtime=0
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26542433 319442944 8514 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311956 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319442944 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 317308

[startup+25.5072 s]
/proc/loadavg: 2.11 2.03 2.01 3/85 28176
/proc/meminfo: memFree=1784400/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=24.76
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 27933 0 0 0 2453 23 0 0 25 0 9 0 26542413 319438848 8713 996147200 134512640 142716928 4294956224 18446744073709551615 134809210 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 8713 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 8713 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.2
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 19 1 0 0 16 0 9 0 26542431 319438848 8713 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8713 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.07
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 7 0 0 0 15 0 9 0 26542433 319438848 8713 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0

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

Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 317308

[startup+64.1016 s]
/proc/loadavg: 2.20 2.06 2.02 3/85 28176
/proc/meminfo: memFree=1783056/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=63.16
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 39499 0 0 0 6274 42 0 0 25 0 9 0 26542413 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 134825749 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 9041 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.45
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 43 2 0 0 16 0 9 0 26542431 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.24
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 24 0 0 0 15 0 9 0 26542433 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9041 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.24
Current children cumulated vsize (KiB) 317308

[startup+67.3079 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 28176
/proc/meminfo: memFree=1784912/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=66.35
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 40501 0 0 0 6591 44 0 0 25 0 9 0 26542413 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 134809247 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 9005 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.47
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 44 3 0 0 16 0 9 0 26542431 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.25
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 25 0 0 0 15 0 9 0 26542433 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 9005 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.43
Current children cumulated vsize (KiB) 317308

[startup+68.9021 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 28176
/proc/meminfo: memFree=1783184/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=67.93
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 40569 0 0 0 6749 44 0 0 25 0 9 0 26542413 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 134750806 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 8525 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.49
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 46 3 0 0 16 0 9 0 26542431 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.26
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 26 0 0 0 15 0 9 0 26542433 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8525 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.01
Current children cumulated vsize (KiB) 317308

[startup+70.5013 s]
/proc/loadavg: 2.17 2.06 2.01 3/85 28176
/proc/meminfo: memFree=1784976/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=69.54
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 40641 0 0 0 6909 45 0 0 25 0 9 0 26542413 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 134852914 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 8513 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.5
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 47 3 0 0 16 0 9 0 26542431 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.26
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 26 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8513 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.62
Current children cumulated vsize (KiB) 317308

[startup+70.9014 s]
/proc/loadavg: 2.17 2.06 2.01 3/85 28176
/proc/meminfo: memFree=1784976/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=69.93
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 40657 0 0 0 6948 45 0 0 25 0 9 0 26542413 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4160639584 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 8509 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.5
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 47 3 0 0 16 0 9 0 26542431 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.27
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 27 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (KiB) 317308

[startup+71.1014 s]
/proc/loadavg: 2.17 2.06 2.01 3/85 28176
/proc/meminfo: memFree=1784976/2055920 swapFree=4192812/4192956
[pid=28162] ppid=28160 vsize=5356 CPUtime=0.08
/proc/28162/stat : 28162 (solver) S 28160 28162 25333 0 -1 4194304 361 381 0 0 0 0 2 6 15 0 1 0 26542402 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28162/statm: 1339 242 201 169 0 50 0
[pid=28166] ppid=28162 vsize=311952 CPUtime=70.13
/proc/28166/stat : 28166 (Conquer) R 28162 28162 25333 0 -1 0 40667 0 0 0 6968 45 0 0 25 0 9 0 26542413 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 134750818 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28166/statm: 77988 8509 688 2003 0 75400 0
[pid=28166/tid=28169] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28169/stat : 28169 (Conquer) S 28162 28162 25333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26542413 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=28166/tid=28170] ppid=28162 vsize=311952 CPUtime=0.5
/proc/28166/task/28170/stat : 28170 (Conquer) S 28162 28162 25333 0 -1 64 30 0 0 0 47 3 0 0 16 0 9 0 26542431 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28171] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28171/stat : 28171 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28172] ppid=28162 vsize=311952 CPUtime=0.27
/proc/28166/task/28172/stat : 28172 (Conquer) S 28162 28162 25333 0 -1 64 2 0 0 0 27 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28173] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28173/stat : 28173 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28174] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28174/stat : 28174 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28175] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28175/stat : 28175 (Conquer) S 28162 28162 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28166/tid=28176] ppid=28162 vsize=311952 CPUtime=0
/proc/28166/task/28176/stat : 28176 (Conquer) S 28162 28162 25333 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26542433 319438848 8509 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.21
Current children cumulated vsize (KiB) 317308

Child status: 0
Real time (s): 71.1428
CPU time (s): 70.2803
CPU user time (s): 69.7454
CPU system time (s): 0.534918
CPU usage (%): 98.7877
Max. virtual memory (cumulated for all children) (KiB): 317312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.7454
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41569
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= 4423
involuntary context switches= 3990

runsolver used 0.095985 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 12:32:51
IDJOB=2091499
IDBENCH=60070
IDSOLVER=740
FILE ID=node85/2091499-1247394768
PBS_JOBID= 9507297
Free space on /tmp= 126552 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-5_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2091499-1247394768/watcher-2091499-1247394768 -o /tmp/evaluation-result-2091499-1247394768/solver-2091499-1247394768 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2091499-1247394768.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 7050be9d9b718a739901370d608c528b
RANDOM SEED=1288649231

node85.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.220
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.220
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:       1818624 kB
Buffers:         24600 kB
Cached:         120036 kB
SwapCached:          0 kB
Active:         144340 kB
Inactive:        42268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20856 kB
Writeback:           0 kB
Mapped:          53100 kB
Slab:            35940 kB
Committed_AS:   211972 kB
PageTables:       1844 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= 126532 MiB
End job on node85 at 2009-07-12 12:34:02