Trace number 2079542

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Conquer 2009-07-10UNSAT 457.355 459.852

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-22_ext.xml
MD5SUM3bc8c0707d4037ec121632cb9f65acc5
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 benchmark58.8751
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

457.28/459.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079542-1247368207/watcher-2079542-1247368207 -o /tmp/evaluation-result-2079542-1247368207/solver-2079542-1247368207 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2079542-1247368207.xml -dir HOME -tmpdir HOME 

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


[startup+0 s]
/proc/loadavg: 1.99 2.13 2.13 4/81 22797
/proc/meminfo: memFree=1563576/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=18576 CPUtime=0
/proc/22797/stat : 22797 (runsolver) R 22795 22797 16784 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23887782 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22797/statm: 4644 284 249 26 0 2626 0

[startup+0.233052 s]
/proc/loadavg: 1.99 2.13 2.13 4/81 22797
/proc/meminfo: memFree=1563576/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 23887782 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301066 s]
/proc/loadavg: 1.99 2.13 2.13 4/81 22797
/proc/meminfo: memFree=1563576/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 23887782 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.401084 s]
/proc/loadavg: 1.99 2.13 2.13 4/81 22797
/proc/meminfo: memFree=1563576/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 23887782 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701148 s]
/proc/loadavg: 1.99 2.13 2.13 4/81 22797
/proc/meminfo: memFree=1563576/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 23887782 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50232 s]
/proc/loadavg: 2.15 2.16 2.14 3/91 22811
/proc/meminfo: memFree=1557928/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=311688 CPUtime=0.53
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 2049 0 0 0 52 1 0 0 24 0 9 0 23887859 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 134696410 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 77922 1567 633 2003 0 75334 0
[pid=22802/tid=22804] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 23887877 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23887879 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 23887879 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23887879 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23887879 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23887879 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=311688 CPUtime=0
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 319168512 1567 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 317044

[startup+3.10267 s]
/proc/loadavg: 2.15 2.16 2.14 3/91 22811
/proc/meminfo: memFree=1533096/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=313880 CPUtime=2.12
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 11015 0 0 0 208 4 0 0 25 0 9 0 23887859 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 134793520 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78470 10479 690 2003 0 75882 0
[pid=22802/tid=22804] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=313880 CPUtime=0.05
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 19 0 0 0 5 0 0 0 17 0 9 0 23887877 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=313880 CPUtime=0.01
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 1 0 0 0 16 0 9 0 23887879 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 319236

[startup+6.30236 s]
/proc/loadavg: 2.15 2.16 2.14 3/91 22811
/proc/meminfo: memFree=1522280/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=313880 CPUtime=5.32
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 11045 0 0 0 527 5 0 0 25 0 9 0 23887859 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 135303821 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78470 10439 690 2003 0 75882 0
[pid=22802/tid=22804] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=313880 CPUtime=0.09
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 9 0 0 0 17 0 9 0 23887877 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=313880 CPUtime=0.01
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 1 0 0 0 16 0 9 0 23887879 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=313880 CPUtime=0
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 23887879 321413120 10439 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 319236

[startup+12.7027 s]
/proc/loadavg: 2.13 2.16 2.14 3/91 22811
/proc/meminfo: memFree=1521320/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=11.68
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 11797 0 0 0 1163 5 0 0 25 0 9 0 23887859 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 142713376 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 10679 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=0.12
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 12 0 0 0 17 0 9 0 23887877 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=0.02
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 2 0 0 0 16 0 9 0 23887879 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.02
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 2 0 0 0 15 0 9 0 23887879 322224128 10679 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 320028

[startup+25.5065 s]
/proc/loadavg: 2.19 2.17 2.14 3/91 22811
/proc/meminfo: memFree=1538344/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=24.41
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 13073 0 0 0 2434 7 0 0 25 0 9 0 23887859 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 135303812 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6479 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=0.19
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 19 0 0 0 17 0 9 0 23887877 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=0.07
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 7 0 0 0 16 0 9 0 23887879 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.02
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 2 0 0 0 15 0 9 0 23887879 322224128 6479 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 320028

[startup+51.103 s]
/proc/loadavg: 2.18 2.17 2.14 3/91 22811
/proc/meminfo: memFree=1540968/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 445.63
Current children cumulated vsize (KiB) 320028

[startup+454.508 s]
/proc/loadavg: 2.00 2.06 2.09 3/91 22811
/proc/meminfo: memFree=1535464/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=451.27
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 37357 0 0 0 45081 46 0 0 25 0 9 0 23887859 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6767 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=1.54
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 148 6 0 0 17 0 9 0 23887877 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=3.11
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 311 0 0 0 16 0 9 0 23887879 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23887879 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.04
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 3 1 0 0 15 0 9 0 23887879 322224128 6767 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 452.01
Current children cumulated vsize (KiB) 320028

[startup+457.702 s]
/proc/loadavg: 2.00 2.05 2.08 3/91 22811
/proc/meminfo: memFree=1537448/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=454.45
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 37379 0 0 0 45399 46 0 0 25 0 9 0 23887859 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 134793558 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6231 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=1.55
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 149 6 0 0 16 0 9 0 23887877 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=3.14
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 314 0 0 0 15 0 9 0 23887879 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.04
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 3 1 0 0 15 0 9 0 23887879 322224128 6231 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.19
Current children cumulated vsize (KiB) 320028

[startup+458.502 s]
/proc/loadavg: 2.00 2.05 2.08 3/91 22811
/proc/meminfo: memFree=1537448/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=455.24
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 37385 0 0 0 45478 46 0 0 25 0 9 0 23887859 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 134793577 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6227 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=1.55
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 149 6 0 0 16 0 9 0 23887877 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=3.14
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 314 0 0 0 15 0 9 0 23887879 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.04
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 3 1 0 0 15 0 9 0 23887879 322224128 6227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.98
Current children cumulated vsize (KiB) 320028

[startup+459.303 s]
/proc/loadavg: 2.00 2.05 2.08 3/91 22811
/proc/meminfo: memFree=1537448/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=456.04
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 37391 0 0 0 45558 46 0 0 25 0 9 0 23887859 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 134810684 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6215 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=1.55
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 149 6 0 0 16 0 9 0 23887877 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=3.15
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 315 0 0 0 15 0 9 0 23887879 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.04
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 3 1 0 0 15 0 9 0 23887879 322224128 6215 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.78
Current children cumulated vsize (KiB) 320028

[startup+459.703 s]
/proc/loadavg: 2.00 2.05 2.08 3/91 22811
/proc/meminfo: memFree=1537448/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=456.44
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 37395 0 0 0 45598 46 0 0 25 0 9 0 23887859 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6211 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=1.55
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 149 6 0 0 16 0 9 0 23887877 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=3.16
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 316 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.04
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 3 1 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.18
Current children cumulated vsize (KiB) 320028

[startup+459.803 s]
/proc/loadavg: 2.00 2.05 2.08 3/91 22811
/proc/meminfo: memFree=1537448/2055920 swapFree=4192812/4192956
[pid=22797] ppid=22795 vsize=5356 CPUtime=0.74
/proc/22797/stat : 22797 (solver) S 22795 22797 16784 0 -1 4194304 361 817 0 0 0 0 21 53 15 0 1 0 23887782 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22797/statm: 1339 242 201 169 0 50 0
[pid=22802] ppid=22797 vsize=314672 CPUtime=456.54
/proc/22802/stat : 22802 (Conquer) R 22797 22797 16784 0 -1 0 37395 0 0 0 45608 46 0 0 25 0 9 0 23887859 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 135304464 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 78668 6211 690 2003 0 76080 0
[pid=22802/tid=22804] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22804/stat : 22804 (Conquer) S 22797 22797 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23887859 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22797 vsize=314672 CPUtime=1.55
/proc/22802/task/22805/stat : 22805 (Conquer) S 22797 22797 16784 0 -1 64 25 0 0 0 149 6 0 0 16 0 9 0 23887877 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22806/stat : 22806 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22797 vsize=314672 CPUtime=3.16
/proc/22802/task/22807/stat : 22807 (Conquer) S 22797 22797 16784 0 -1 64 5 0 0 0 316 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22808/stat : 22808 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22809/stat : 22809 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22797 vsize=314672 CPUtime=0
/proc/22802/task/22810/stat : 22810 (Conquer) S 22797 22797 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=22802/tid=22811] ppid=22797 vsize=314672 CPUtime=0.04
/proc/22802/task/22811/stat : 22811 (Conquer) S 22797 22797 16784 0 -1 64 223 0 0 0 3 1 0 0 15 0 9 0 23887879 322224128 6211 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.28
Current children cumulated vsize (KiB) 320028

Child status: 0
Real time (s): 459.852
CPU time (s): 457.355
CPU user time (s): 456.343
CPU system time (s): 1.01285
CPU usage (%): 99.4571
Max. virtual memory (cumulated for all children) (KiB): 320032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 456.343
system time used= 1.01285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38731
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= 18620
involuntary context switches= 22315

runsolver used 0.533918 second user time and 1.58676 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 05:10:07
IDJOB=2079542
IDBENCH=56913
IDSOLVER=740
FILE ID=node10/2079542-1247368207
PBS_JOBID= 9506990
Free space on /tmp= 66412 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-22_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079542-1247368207/watcher-2079542-1247368207 -o /tmp/evaluation-result-2079542-1247368207/solver-2079542-1247368207 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2079542-1247368207.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 3bc8c0707d4037ec121632cb9f65acc5
RANDOM SEED=1680501847

node10.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.279
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.279
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:       1564056 kB
Buffers:         57664 kB
Cached:         295596 kB
SwapCached:          0 kB
Active:         237980 kB
Inactive:       175916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22108 kB
Writeback:           0 kB
Mapped:          81064 kB
Slab:            63044 kB
Committed_AS:   238336 kB
PageTables:       1884 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= 66392 MiB
End job on node10 at 2009-07-12 05:17:47