Trace number 2070973

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.05 1815.03

General information on the benchmark

Namecsp/dubois/
normalized-dubois-28_ext.xml
MD5SUM0cec5daf3cd3e5179f902ca1da45a8db
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 benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints56
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension56
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-2070973-1247352252/watcher-2070973-1247352252 -o /tmp/evaluation-result-2070973-1247352252/solver-2070973-1247352252 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2070973-1247352252.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.03 2.02 4/73 16567
/proc/meminfo: memFree=1839792/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5260 CPUtime=0
/proc/16567/stat : 16567 (solver) R 16565 16567 15863 0 -1 4194304 68 0 0 0 0 0 0 0 20 0 1 0 22287918 5386240 51 996147200 4194304 4889804 548682068704 18446744073709551615 233399449737 0 0 4096 0 0 0 0 17 1 0 0
/proc/16567/statm: 1315 51 37 169 0 14 0

[startup+0.073244 s]
/proc/loadavg: 2.00 2.03 2.02 4/73 16567
/proc/meminfo: memFree=1839792/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101243 s]
/proc/loadavg: 2.00 2.03 2.02 4/73 16567
/proc/meminfo: memFree=1839792/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301265 s]
/proc/loadavg: 2.00 2.03 2.02 4/73 16567
/proc/meminfo: memFree=1839792/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701302 s]
/proc/loadavg: 2.00 2.03 2.02 4/73 16567
/proc/meminfo: memFree=1839792/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50139 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 16581
/proc/meminfo: memFree=1829792/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=1.29
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 3914 0 0 0 127 2 0 0 25 0 9 0 22287919 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 134828741 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 77922 3384 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22287938 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 317044

[startup+3.10255 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 16581
/proc/meminfo: memFree=1828320/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=2.88
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 3982 0 0 0 285 3 0 0 25 0 9 0 22287919 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 134793246 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 77922 3384 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=0.02
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 16 0 0 0 2 0 0 0 16 0 9 0 22287938 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3384 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 317044

[startup+6.30287 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 16581
/proc/meminfo: memFree=1826720/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=6.04
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 5843 0 0 0 599 5 0 0 25 0 9 0 22287919 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 135288586 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 77922 3673 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=0.04
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 17 0 0 0 4 0 0 0 16 0 9 0 22287938 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 317044

[startup+12.7025 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 16581
/proc/meminfo: memFree=1826848/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=12.38
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 6683 0 0 0 1230 8 0 0 25 0 9 0 22287919 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 134808784 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 77922 3613 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=0.11
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 17 0 0 0 10 1 0 0 16 0 9 0 22287938 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=0.01
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 1 0 0 0 15 0 9 0 22287939 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3613 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 317044

[startup+25.5018 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 16581
/proc/meminfo: memFree=1827168/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=25.06
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 9609 0 0 0 2492 14 0 0 25 0 9 0 22287919 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 134845952 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 77922 3569 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=0.23
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 17 0 0 0 21 2 0 0 16 0 9 0 22287938 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287939 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=0.02
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 2 0 0 0 15 0 9 0 22287939 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22287940 319168512 3569 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 317044

[startup+51.1013 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 16581
/proc/meminfo: memFree=1827040/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=16572] ppid=16567 vsize=311688 CPUtime=1531.05
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 534206 0 0 0 152231 874 0 0 25 0 9 0 22287919 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 134810724 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/16572/statm: 77922 3944 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=15.38
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 20 0 0 0 1390 148 0 0 16 0 9 0 22287938 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0.17
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 13 0 0 15 0 9 0 22287939 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=1.1
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 99 11 0 0 15 0 9 0 22287939 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0.23
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 5 18 0 0 15 0 9 0 22287940 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0.1
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 1 9 0 0 15 0 9 0 22287940 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0.23
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 19 0 0 15 0 9 0 22287940 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0.18
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 3 15 0 0 15 0 9 0 22287940 319168512 3944 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.05
Current children cumulated vsize (KiB) 317044

[startup+1602.3 s]
/proc/loadavg: 2.41 2.26 2.15 5/93 16745
/proc/meminfo: memFree=1141320/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=1590.58
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 577450 0 0 0 158141 917 0 0 25 0 9 0 22287919 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 134852853 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 77922 3700 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=16
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 20 0 0 0 1444 156 0 0 16 0 9 0 22287938 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0.18
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 14 0 0 15 0 9 0 22287939 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=1.14
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 103 11 0 0 15 0 9 0 22287939 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0.24
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 6 18 0 0 15 0 9 0 22287940 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0.11
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 1 10 0 0 15 0 9 0 22287940 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0.25
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 5 20 0 0 15 0 9 0 22287940 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0.19
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 4 15 0 0 15 0 9 0 22287940 319168512 3700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.58
Current children cumulated vsize (KiB) 317044

[startup+1662.3 s]
/proc/loadavg: 2.47 2.31 2.17 3/93 16745
/proc/meminfo: memFree=1136712/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=1649.9
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 603222 0 0 0 164036 954 0 0 25 0 9 0 22287919 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 134829597 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/16572/statm: 77922 4664 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=16.61
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 20 0 0 0 1500 161 0 0 16 0 9 0 22287938 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0.19
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 15 0 0 15 0 9 0 22287939 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=1.18
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 107 11 0 0 15 0 9 0 22287939 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0.25
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 6 19 0 0 15 0 9 0 22287940 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0.11
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 1 10 0 0 15 0 9 0 22287940 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0.25
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 5 20 0 0 15 0 9 0 22287940 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0.2
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 4 16 0 0 15 0 9 0 22287940 319168512 4664 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.9
Current children cumulated vsize (KiB) 317044

[startup+1722.3 s]
/proc/loadavg: 2.61 2.38 2.20 4/93 16745
/proc/meminfo: memFree=1136776/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=1709.34
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 646690 0 0 0 169927 1007 0 0 25 0 9 0 22287919 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4160639584 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/16572/statm: 77922 4728 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=17.23
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 20 0 0 0 1555 168 0 0 16 0 9 0 22287938 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0.19
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 15 0 0 15 0 9 0 22287939 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=1.21
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 110 11 0 0 15 0 9 0 22287939 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0.26
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 6 20 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0.11
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 1 10 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0.26
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 5 21 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0.2
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 4 16 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.34
Current children cumulated vsize (KiB) 317044

[startup+1782.3 s]
/proc/loadavg: 2.58 2.42 2.22 5/93 16745
/proc/meminfo: memFree=1140296/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=1768.25
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 693756 0 0 0 175766 1059 0 0 25 0 9 0 22287919 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 134750654 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/16572/statm: 77922 4360 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=17.86
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 20 0 0 0 1611 175 0 0 16 0 9 0 22287938 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0.19
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 15 0 0 15 0 9 0 22287939 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=1.25
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 113 12 0 0 15 0 9 0 22287939 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0.26
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 6 20 0 0 15 0 9 0 22287940 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0.13
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22287940 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0.27
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 5 22 0 0 15 0 9 0 22287940 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0.21
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 4 17 0 0 15 0 9 0 22287940 319168512 4360 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.25
Current children cumulated vsize (KiB) 317044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.01 s]
/proc/loadavg: 2.69 2.46 2.24 3/93 16745
/proc/meminfo: memFree=1136136/2055920 swapFree=4192812/4192956
[pid=16567] ppid=16565 vsize=5356 CPUtime=0
/proc/16567/stat : 16567 (solver) S 16565 16567 15863 0 -1 4194304 361 312 0 0 0 0 0 0 21 0 1 0 22287918 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16567/statm: 1339 242 201 169 0 50 0
[pid=16572] ppid=16567 vsize=311688 CPUtime=1800.02
/proc/16572/stat : 16572 (Conquer) R 16567 16567 15863 0 -1 0 714920 0 0 0 178915 1087 0 0 25 0 9 0 22287919 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 134810505 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/16572/statm: 77922 4728 691 2003 0 75334 0
[pid=16572/tid=16574] ppid=16567 vsize=311688 CPUtime=0
/proc/16572/task/16574/stat : 16574 (Conquer) S 16567 16567 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22287920 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=16572/tid=16575] ppid=16567 vsize=311688 CPUtime=18.19
/proc/16572/task/16575/stat : 16575 (Conquer) S 16567 16567 15863 0 -1 64 20 0 0 0 1641 178 0 0 16 0 9 0 22287938 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16576] ppid=16567 vsize=311688 CPUtime=0.2
/proc/16572/task/16576/stat : 16576 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 4 16 0 0 15 0 9 0 22287939 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16577] ppid=16567 vsize=311688 CPUtime=1.26
/proc/16572/task/16577/stat : 16577 (Conquer) S 16567 16567 15863 0 -1 64 2 0 0 0 114 12 0 0 15 0 9 0 22287939 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16578] ppid=16567 vsize=311688 CPUtime=0.27
/proc/16572/task/16578/stat : 16578 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 6 21 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16579] ppid=16567 vsize=311688 CPUtime=0.13
/proc/16572/task/16579/stat : 16579 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16580] ppid=16567 vsize=311688 CPUtime=0.27
/proc/16572/task/16580/stat : 16580 (Conquer) S 16567 16567 15863 0 -1 64 1 0 0 0 5 22 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=16572/tid=16581] ppid=16567 vsize=311688 CPUtime=0.21
/proc/16572/task/16581/stat : 16581 (Conquer) S 16567 16567 15863 0 -1 64 3 0 0 0 4 17 0 0 15 0 9 0 22287940 319168512 4728 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 317044

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): 1815.03
CPU time (s): 1800.05
CPU user time (s): 1789.16
CPU system time (s): 10.8833
CPU usage (%): 99.1747
Max. virtual memory (cumulated for all children) (KiB): 317048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.16
system time used= 10.8833
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 715613
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= 351063
involuntary context switches= 243201

runsolver used 2.26765 second user time and 6.02308 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 00:44:12
IDJOB=2070973
IDBENCH=55423
IDSOLVER=740
FILE ID=node70/2070973-1247352252
PBS_JOBID= 9506833
Free space on /tmp= 66416 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/dubois/normalized-dubois-28_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070973-1247352252/watcher-2070973-1247352252 -o /tmp/evaluation-result-2070973-1247352252/solver-2070973-1247352252 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2070973-1247352252.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 0cec5daf3cd3e5179f902ca1da45a8db
RANDOM SEED=172667414

node70.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.214
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.214
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:       1840272 kB
Buffers:         33012 kB
Cached:         117064 kB
SwapCached:          0 kB
Active:         116416 kB
Inactive:        52188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20968 kB
Writeback:           0 kB
Mapped:          29240 kB
Slab:            32508 kB
Committed_AS:   217696 kB
PageTables:       1708 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= 66396 MiB
End job on node70 at 2009-07-12 01:14:30