Trace number 2069972

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-10UNSAT 781.993 786.678

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-8_ext.xml
MD5SUM3a9e9d3ebe1dfad3d0836badbf30412b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark529.862
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

781.90/786.67	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069972-1247350928/watcher-2069972-1247350928 -o /tmp/evaluation-result-2069972-1247350928/solver-2069972-1247350928 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2069972-1247350928.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.48 1.66 1.86 4/81 16242
/proc/meminfo: memFree=1774088/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5256 CPUtime=0
/proc/16242/stat : 16242 (solver) R 16240 16242 15063 0 -1 4194304 57 0 0 0 0 0 0 0 21 0 1 0 22159481 5382144 42 996147200 4194304 4889804 548682068704 18446744073709551615 255233950416 0 0 4096 0 0 0 0 17 1 0 0
/proc/16242/statm: 1314 42 31 169 0 9 0

[startup+0.0868381 s]
/proc/loadavg: 1.48 1.66 1.86 4/81 16242
/proc/meminfo: memFree=1774088/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 22159481 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102836 s]
/proc/loadavg: 1.48 1.66 1.86 4/81 16242
/proc/meminfo: memFree=1774088/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 22159481 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302855 s]
/proc/loadavg: 1.48 1.66 1.86 4/81 16242
/proc/meminfo: memFree=1774088/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701899 s]
/proc/loadavg: 1.48 1.66 1.86 4/81 16242
/proc/meminfo: memFree=1774088/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+1.50199 s]
/proc/loadavg: 1.48 1.66 1.86 3/91 16256
/proc/meminfo: memFree=1765944/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=1.13
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 3431 0 0 0 111 2 0 0 25 0 9 0 22159499 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 134810705 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 2900 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=0.01
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 14 0 0 0 1 0 0 0 16 0 9 0 22159517 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 2900 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 318208

[startup+3.10198 s]
/proc/loadavg: 1.48 1.66 1.86 3/91 16256
/proc/meminfo: memFree=1761080/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=2.71
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 4299 0 0 0 269 2 0 0 25 0 9 0 22159499 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 135304174 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 3508 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=0.02
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 18 0 0 0 2 0 0 0 16 0 9 0 22159517 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3508 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 318208

[startup+6.30232 s]
/proc/loadavg: 1.52 1.66 1.86 3/91 16256
/proc/meminfo: memFree=1763768/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=5.9
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 4888 0 0 0 587 3 0 0 25 0 9 0 22159499 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 135302404 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 3129 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=0.04
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 4 0 0 0 16 0 9 0 22159517 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3129 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 318208

[startup+12.702 s]
/proc/loadavg: 1.56 1.67 1.86 3/91 16256
/proc/meminfo: memFree=1763704/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=12.27
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 5896 0 0 0 1222 5 0 0 25 0 9 0 22159499 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 135304283 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 3065 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=0.07
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 7 0 0 0 16 0 9 0 22159517 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=0.03
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 3 0 0 0 15 0 9 0 22159519 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3065 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 318208

[startup+25.5024 s]
/proc/loadavg: 1.65 1.69 1.86 3/91 16256
/proc/meminfo: memFree=1763448/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=25
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 7326 0 0 0 2494 6 0 0 25 0 9 0 22159499 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 137648538 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 3113 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=0.13
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 13 0 0 0 16 0 9 0 22159517 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 9 0 0 0 15 0 9 0 22159519 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 0 0 0 0 15 0 9 0 22159519 320360448 3113 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 318208

[startup+51.1021 s]
/proc/loadavg: 1.77 1.71 1.86 3/91 16256
/proc/meminfo: memFree=1763768/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 769.72
Current children cumulated vsize (KiB) 318208

[startup+780.702 s]
/proc/loadavg: 1.99 1.88 1.87 3/84 17014
/proc/meminfo: memFree=1825096/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=775.9
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 69768 0 0 0 77466 124 0 0 25 0 9 0 22159499 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 135447012 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 3001 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=3.59
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 324 35 0 0 16 0 9 0 22159517 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 1 4 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=4.02
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 398 4 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 5 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0.01
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0.06
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 6 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 3 6 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 776.05
Current children cumulated vsize (KiB) 318208

[startup+783.903 s]
/proc/loadavg: 1.99 1.88 1.87 3/84 17014
/proc/meminfo: memFree=1824968/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=779.07
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 69906 0 0 0 77783 124 0 0 25 0 9 0 22159499 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 134806648 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 2981 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=3.6
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 325 35 0 0 16 0 9 0 22159517 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 1 4 0 0 15 0 9 0 22159519 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=4.03
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 399 4 0 0 15 0 9 0 22159519 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 5 0 0 15 0 9 0 22159519 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0.02
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 22159519 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0.06
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 6 0 0 15 0 9 0 22159519 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 3 6 0 0 15 0 9 0 22159519 320360448 2981 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 779.22
Current children cumulated vsize (KiB) 318208

[startup+785.502 s]
/proc/loadavg: 1.99 1.88 1.87 3/84 17014
/proc/meminfo: memFree=1824776/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=780.66
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 70066 0 0 0 77941 125 0 0 25 0 9 0 22159499 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 134806648 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 3001 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=3.61
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 326 35 0 0 16 0 9 0 22159517 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 1 4 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=4.04
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 400 4 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 5 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0.02
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0.06
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 6 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 3 6 0 0 15 0 9 0 22159519 320360448 3001 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 780.81
Current children cumulated vsize (KiB) 318208

[startup+786.302 s]
/proc/loadavg: 1.99 1.88 1.87 3/84 17014
/proc/meminfo: memFree=1824776/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=781.46
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 70066 0 0 0 78021 125 0 0 25 0 9 0 22159499 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 135303900 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 2993 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=3.61
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 326 35 0 0 16 0 9 0 22159517 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 1 4 0 0 15 0 9 0 22159519 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=4.05
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 401 4 0 0 15 0 9 0 22159519 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 5 0 0 15 0 9 0 22159519 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0.02
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 22159519 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0.06
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 6 0 0 15 0 9 0 22159519 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 3 6 0 0 15 0 9 0 22159519 320360448 2993 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 781.61
Current children cumulated vsize (KiB) 318208

[startup+786.507 s]
/proc/loadavg: 1.99 1.88 1.87 3/84 17014
/proc/meminfo: memFree=1824840/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=781.66
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 70066 0 0 0 78041 125 0 0 25 0 9 0 22159499 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 135447008 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 2989 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=3.61
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 326 35 0 0 16 0 9 0 22159517 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 1 4 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=4.05
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 401 4 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 5 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0.02
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0.06
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 6 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 3 6 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 781.81
Current children cumulated vsize (KiB) 318208

[startup+786.602 s]
/proc/loadavg: 1.99 1.88 1.87 3/84 17014
/proc/meminfo: memFree=1824840/2055920 swapFree=4192812/4192956
[pid=16242] ppid=16240 vsize=5356 CPUtime=0.15
/proc/16242/stat : 16242 (solver) S 16240 16242 15063 0 -1 4194304 361 419 0 0 0 0 3 12 15 0 1 0 22159481 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16242/statm: 1339 242 201 169 0 50 0
[pid=16247] ppid=16242 vsize=312852 CPUtime=781.75
/proc/16247/stat : 16247 (Conquer) R 16242 16242 15063 0 -1 0 70066 0 0 0 78050 125 0 0 25 0 9 0 22159499 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 135447008 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 78213 2989 695 2003 0 75623 0
[pid=16247/tid=16249] ppid=16242 vsize=312852 CPUtime=0
/proc/16247/task/16249/stat : 16249 (Conquer) S 16242 16242 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22159499 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16242 vsize=312852 CPUtime=3.61
/proc/16247/task/16250/stat : 16250 (Conquer) S 16242 16242 15063 0 -1 64 19 0 0 0 326 35 0 0 16 0 9 0 22159517 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16251/stat : 16251 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 1 4 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16242 vsize=312852 CPUtime=4.05
/proc/16247/task/16252/stat : 16252 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 401 4 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16242 vsize=312852 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (Conquer) S 16242 16242 15063 0 -1 64 2 0 0 0 0 5 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16242 vsize=312852 CPUtime=0.02
/proc/16247/task/16254/stat : 16254 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16242 vsize=312852 CPUtime=0.06
/proc/16247/task/16255/stat : 16255 (Conquer) S 16242 16242 15063 0 -1 64 1 0 0 0 0 6 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16247/tid=16256] ppid=16242 vsize=312852 CPUtime=0.09
/proc/16247/task/16256/stat : 16256 (Conquer) S 16242 16242 15063 0 -1 64 43 0 0 0 3 6 0 0 15 0 9 0 22159519 320360448 2989 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 781.9
Current children cumulated vsize (KiB) 318208

Child status: 0
Real time (s): 786.678
CPU time (s): 781.993
CPU user time (s): 780.612
CPU system time (s): 1.38079
CPU usage (%): 99.4044
Max. virtual memory (cumulated for all children) (KiB): 318212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 780.612
system time used= 1.38079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71004
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= 76878
involuntary context switches= 57528

runsolver used 0.946856 second user time and 2.6306 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 00:22:08
IDJOB=2069972
IDBENCH=55118
IDSOLVER=740
FILE ID=node19/2069972-1247350928
PBS_JOBID= 9506874
Free space on /tmp= 66428 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-8_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069972-1247350928/watcher-2069972-1247350928 -o /tmp/evaluation-result-2069972-1247350928/solver-2069972-1247350928 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2069972-1247350928.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 3a9e9d3ebe1dfad3d0836badbf30412b
RANDOM SEED=1295589645

node19.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.211
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.211
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:       1774568 kB
Buffers:         10812 kB
Cached:         111996 kB
SwapCached:          0 kB
Active:         211464 kB
Inactive:        24788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21040 kB
Writeback:           0 kB
Mapped:         133948 kB
Slab:            30032 kB
Committed_AS:   303460 kB
PageTables:       2128 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= 66404 MiB
End job on node19 at 2009-07-12 00:35:15