Trace number 2071622

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Conquer 2009-07-10? (TO) 1800.11 1802.82

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-10_ext.xml
MD5SUM65d02ec746f3e95546a88b0bab96d2df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data


Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071622-1247354282/watcher-2071622-1247354282 -o /tmp/evaluation-result-2071622-1247354282/solver-2071622-1247354282 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2071622-1247354282.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.00 2.00 2.06 4/72 19933
/proc/meminfo: memFree=1878888/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=18576 CPUtime=0
/proc/19933/stat : 19933 (runsolver) R 19931 19933 18100 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22495663 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19933/statm: 4644 284 249 26 0 2626 0

[startup+0.221659 s]
/proc/loadavg: 2.00 2.00 2.06 4/72 19933
/proc/meminfo: memFree=1878888/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 22495663 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301671 s]
/proc/loadavg: 2.00 2.00 2.06 4/72 19933
/proc/meminfo: memFree=1878888/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 22495663 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.401693 s]
/proc/loadavg: 2.00 2.00 2.06 4/72 19933
/proc/meminfo: memFree=1878888/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 22495663 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701751 s]
/proc/loadavg: 2.00 2.00 2.06 4/72 19933
/proc/meminfo: memFree=1878888/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 22495663 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50292 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 19947
/proc/meminfo: memFree=1873432/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=311692 CPUtime=0.59
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 2410 0 0 0 58 1 0 0 24 0 9 0 22495735 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 134708834 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/19938/statm: 77923 1921 643 2003 0 75334 0
[pid=19938/tid=19940] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22495754 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19942] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19943] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22495756 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19944] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22495756 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19945] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19946] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19947] ppid=19933 vsize=311692 CPUtime=0
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 319172608 1921 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 317048

[startup+3.10122 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 19947
/proc/meminfo: memFree=1852888/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316292 CPUtime=2.18
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 7198 0 0 0 214 4 0 0 25 0 9 0 22495735 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 135303506 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/19938/statm: 79073 6684 685 2003 0 76484 0
[pid=19938/tid=19940] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316292 CPUtime=0.04
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 16 0 0 0 4 0 0 0 16 0 9 0 22495754 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 22495756 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22495756 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 17 0 0 0 0 0 0 0 15 0 9 0 22495756 323883008 6684 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 321648

[startup+6.30286 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 19947
/proc/meminfo: memFree=1853080/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316292 CPUtime=5.36
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 7988 0 0 0 532 4 0 0 25 0 9 0 22495735 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 135303900 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/19938/statm: 79073 7347 694 2003 0 76484 0
[pid=19938/tid=19940] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316292 CPUtime=0.07
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 18 0 0 0 7 0 0 0 17 0 9 0 22495754 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22495756 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22495756 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 22495756 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22495756 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316292 CPUtime=0
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22495756 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316292 CPUtime=0.01
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 17 0 0 0 1 0 0 0 15 0 9 0 22495756 323883008 7347 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 321648

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 19947
/proc/meminfo: memFree=1833688/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316820 CPUtime=11.72
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 12136 0 0 0 1166 6 0 0 25 0 9 0 22495735 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/19938/statm: 79205 11459 694 2003 0 76616 0
[pid=19938/tid=19940] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316820 CPUtime=0.11
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 25 0 0 0 11 0 0 0 17 0 9 0 22495754 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22495756 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22495756 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 22495756 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22495756 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22495756 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316820 CPUtime=0.03
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 3 0 0 0 15 0 9 0 22495756 324423680 11459 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 322176

[startup+25.5076 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 19947
/proc/meminfo: memFree=1855192/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316820 CPUtime=24.46
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 12846 0 0 0 2438 8 0 0 25 0 9 0 22495735 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 134793558 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/19938/statm: 79205 6095 694 2003 0 76616 0
[pid=19938/tid=19940] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316820 CPUtime=0.21
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 25 0 0 0 21 0 0 0 16 0 9 0 22495754 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316820 CPUtime=0.03
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 3 0 0 0 15 0 9 0 22495756 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22495756 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316820 CPUtime=0
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22495756 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316820 CPUtime=0.03
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 3 0 0 0 15 0 9 0 22495756 324423680 6095 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 322176

[startup+51.1027 s]
/proc/loadavg: 2.06 2.02 2.06 3/82 19947
/proc/meminfo: memFree=1855320/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=19938] ppid=19933 vsize=316952 CPUtime=1539
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 131381 0 0 0 153743 157 0 0 25 0 9 0 22495735 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 135303812 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/19938/statm: 79238 5800 694 2003 0 76649 0
[pid=19938/tid=19940] ppid=19933 vsize=316952 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316952 CPUtime=6.91
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 62 0 0 0 659 32 0 0 16 0 9 0 22495754 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316952 CPUtime=0.02
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 2 0 0 16 0 9 0 22495756 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316952 CPUtime=8.18
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 816 2 0 0 16 0 9 0 22495756 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 1 3 0 0 16 0 9 0 22495756 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316952 CPUtime=0.01
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 22495756 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316952 CPUtime=0.06
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 5 0 0 16 0 9 0 22495756 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316952 CPUtime=0.16
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 13 3 0 0 15 0 9 0 22495756 324558848 5800 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.71
Current children cumulated vsize (KiB) 322308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20016
/proc/meminfo: memFree=1824792/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316952 CPUtime=1598.97
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 135785 0 0 0 159735 162 0 0 25 0 9 0 22495735 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 135304188 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/19938/statm: 79238 6640 694 2003 0 76649 0
[pid=19938/tid=19940] ppid=19933 vsize=316952 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316952 CPUtime=7.2
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 62 0 0 0 687 33 0 0 16 0 9 0 22495754 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 22495756 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316952 CPUtime=8.46
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 844 2 0 0 15 0 9 0 22495756 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 1 3 0 0 15 0 9 0 22495756 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316952 CPUtime=0.01
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 22495756 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316952 CPUtime=0.06
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 5 0 0 15 0 9 0 22495756 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316952 CPUtime=0.18
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 14 4 0 0 15 0 9 0 22495756 324558848 6640 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.68
Current children cumulated vsize (KiB) 322308

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20016
/proc/meminfo: memFree=1828184/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316952 CPUtime=1658.94
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 141953 0 0 0 165723 171 0 0 25 0 9 0 22495735 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 134793558 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/19938/statm: 79238 5668 694 2003 0 76649 0
[pid=19938/tid=19940] ppid=19933 vsize=316952 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316952 CPUtime=7.52
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 62 0 0 0 717 35 0 0 17 0 9 0 22495754 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 3 0 0 16 0 9 0 22495756 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316952 CPUtime=8.72
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 869 3 0 0 16 0 9 0 22495756 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 1 3 0 0 16 0 9 0 22495756 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316952 CPUtime=0.01
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 22495756 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316952 CPUtime=0.06
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 5 0 0 16 0 9 0 22495756 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316952 CPUtime=0.18
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 14 4 0 0 15 0 9 0 22495756 324558848 5668 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.65
Current children cumulated vsize (KiB) 322308

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20016
/proc/meminfo: memFree=1824280/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316952 CPUtime=1718.9
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 146673 0 0 0 171714 176 0 0 25 0 9 0 22495735 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 134806640 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/19938/statm: 79238 6648 694 2003 0 76649 0
[pid=19938/tid=19940] ppid=19933 vsize=316952 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316952 CPUtime=7.79
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 62 0 0 0 743 36 0 0 16 0 9 0 22495754 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 22495756 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316952 CPUtime=9.04
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 901 3 0 0 15 0 9 0 22495756 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 1 3 0 0 15 0 9 0 22495756 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316952 CPUtime=0.01
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 22495756 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316952 CPUtime=0.06
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 5 0 0 15 0 9 0 22495756 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316952 CPUtime=0.19
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 15 4 0 0 15 0 9 0 22495756 324558848 6648 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.61
Current children cumulated vsize (KiB) 322308

[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 20016
/proc/meminfo: memFree=1824664/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316952 CPUtime=1778.88
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 150567 0 0 0 177705 183 0 0 25 0 9 0 22495735 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 135304045 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/19938/statm: 79238 6580 694 2003 0 76649 0
[pid=19938/tid=19940] ppid=19933 vsize=316952 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316952 CPUtime=8.09
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 62 0 0 0 772 37 0 0 17 0 9 0 22495754 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 3 0 0 16 0 9 0 22495756 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316952 CPUtime=9.33
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 930 3 0 0 16 0 9 0 22495756 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 1 3 0 0 16 0 9 0 22495756 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316952 CPUtime=0.01
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 22495756 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316952 CPUtime=0.07
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 2 5 0 0 16 0 9 0 22495756 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316952 CPUtime=0.19
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 15 4 0 0 15 0 9 0 22495756 324558848 6580 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.59
Current children cumulated vsize (KiB) 322308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 20016
/proc/meminfo: memFree=1825880/2055924 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=5356 CPUtime=0.71
/proc/19933/stat : 19933 (solver) S 19931 19933 18100 0 -1 4194304 361 790 0 0 0 0 19 52 15 0 1 0 22495663 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19933/statm: 1339 242 201 169 0 50 0
[pid=19938] ppid=19933 vsize=316952 CPUtime=1799.37
/proc/19938/stat : 19938 (Conquer) R 19933 19933 18100 0 -1 0 151651 0 0 0 179752 185 0 0 25 0 9 0 22495735 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 135447028 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/19938/statm: 79238 6180 694 2003 0 76649 0
[pid=19938/tid=19940] ppid=19933 vsize=316952 CPUtime=0
/proc/19938/task/19940/stat : 19940 (Conquer) S 19933 19933 18100 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22495736 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=19938/tid=19941] ppid=19933 vsize=316952 CPUtime=8.2
/proc/19938/task/19941/stat : 19941 (Conquer) S 19933 19933 18100 0 -1 64 62 0 0 0 782 38 0 0 16 0 9 0 22495754 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19942] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19942/stat : 19942 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 1 3 0 0 15 0 9 0 22495756 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19943] ppid=19933 vsize=316952 CPUtime=9.42
/proc/19938/task/19943/stat : 19943 (Conquer) S 19933 19933 18100 0 -1 64 5 0 0 0 939 3 0 0 15 0 9 0 22495756 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19944] ppid=19933 vsize=316952 CPUtime=0.04
/proc/19938/task/19944/stat : 19944 (Conquer) S 19933 19933 18100 0 -1 64 2 0 0 0 1 3 0 0 15 0 9 0 22495756 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19945] ppid=19933 vsize=316952 CPUtime=0.01
/proc/19938/task/19945/stat : 19945 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 22495756 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19946] ppid=19933 vsize=316952 CPUtime=0.07
/proc/19938/task/19946/stat : 19946 (Conquer) S 19933 19933 18100 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 22495756 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=19938/tid=19947] ppid=19933 vsize=316952 CPUtime=0.19
/proc/19938/task/19947/stat : 19947 (Conquer) S 19933 19933 18100 0 -1 64 154 0 0 0 15 4 0 0 15 0 9 0 22495756 324558848 6180 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 322308

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.82
CPU time (s): 1800.11
CPU user time (s): 1797.73
CPU system time (s): 2.38364
CPU usage (%): 99.8495
Max. virtual memory (cumulated for all children) (KiB): 322308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.73
system time used= 2.38364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152822
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= 77378
involuntary context switches= 57567

runsolver used 2.36364 second user time and 5.87711 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 01:18:02
IDJOB=2071622
IDBENCH=55514
IDSOLVER=740
FILE ID=node6/2071622-1247354282
PBS_JOBID= 9506903
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 65d02ec746f3e95546a88b0bab96d2df
RANDOM SEED=1202902432

node6.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.263
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.263
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:      2055924 kB
MemFree:       1879368 kB
Buffers:         11888 kB
Cached:          94396 kB
SwapCached:          0 kB
Active:         104628 kB
Inactive:        24936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1879368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21872 kB
Writeback:           0 kB
Mapped:          34824 kB
Slab:            32436 kB
Committed_AS:   158648 kB
PageTables:       1828 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= 66376 MiB
End job on node6 at 2009-07-12 01:48:07