Trace number 2057388

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 266.214 269.196

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-57021_ext.xml
MD5SUM8b34465813a216ac0e5d9d1889796917
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark71.6251
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

266.11/269.19	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-2057388-1247317956/watcher-2057388-1247317956 -o /tmp/evaluation-result-2057388-1247317956/solver-2057388-1247317956 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2057388-1247317956.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.17 0.48 0.18 4/72 10758
/proc/meminfo: memFree=1119600/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0
/proc/10758/stat : 10758 (solver) R 10756 10758 10535 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 18862124 5484544 234 996147200 4194304 4889804 548682068704 18446744073709551615 4477184 0 0 4100 65536 0 0 0 17 1 0 0
/proc/10758/statm: 1339 234 194 169 0 50 0

[startup+0.0223231 s]
/proc/loadavg: 1.17 0.48 0.18 4/72 10758
/proc/meminfo: memFree=1119600/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 18862124 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102329 s]
/proc/loadavg: 1.17 0.48 0.18 4/72 10758
/proc/meminfo: memFree=1119600/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 18862124 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301349 s]
/proc/loadavg: 1.17 0.48 0.18 4/72 10758
/proc/meminfo: memFree=1119600/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+0.701391 s]
/proc/loadavg: 1.17 0.48 0.18 4/72 10758
/proc/meminfo: memFree=1119600/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+1.50149 s]
/proc/loadavg: 1.17 0.48 0.18 3/82 10772
/proc/meminfo: memFree=1112672/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311692 CPUtime=1.02
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 5590 0 2 0 99 3 0 0 25 0 9 0 18862140 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 134750609 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77923 5087 676 2003 0 75334 0
[pid=10763/tid=10765] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18862165 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 18862173 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311692 CPUtime=0
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18862173 319172608 5087 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 317048

[startup+3.10266 s]
/proc/loadavg: 1.24 0.50 0.19 3/82 10772
/proc/meminfo: memFree=1085728/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311824 CPUtime=2.6
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 14260 0 2 0 254 6 0 0 25 0 9 0 18862140 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 134750692 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77956 13680 683 2003 0 75367 0
[pid=10763/tid=10765] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311824 CPUtime=0.03
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 3 0 0 0 17 0 9 0 18862165 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18862173 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18862173 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18862173 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18862173 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18862173 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311824 CPUtime=0
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 18862173 319307776 13680 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 317180

[startup+6.303 s]
/proc/loadavg: 1.24 0.50 0.19 3/82 10772
/proc/meminfo: memFree=1079008/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=5.78
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 15637 0 2 0 569 9 0 0 25 0 9 0 18862140 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 137459564 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 8019 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=0.06
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 6 0 0 0 16 0 9 0 18862165 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 8019 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 317312

[startup+12.7027 s]
/proc/loadavg: 1.35 0.55 0.21 3/82 10772
/proc/meminfo: memFree=1084960/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=12.12
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 18545 0 2 0 1200 12 0 0 25 0 9 0 18862140 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 134909356 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7075 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=0.11
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 11 0 0 0 16 0 9 0 18862165 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 1 0 0 0 15 0 9 0 18862173 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7075 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 317312

[startup+25.5011 s]
/proc/loadavg: 1.45 0.60 0.22 3/82 10772
/proc/meminfo: memFree=1082656/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=24.78
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 29839 0 2 0 2457 21 0 0 25 0 9 0 18862140 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 134768448 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7123 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=0.18
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 17 1 0 0 16 0 9 0 18862165 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=0.07
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 7 0 0 0 15 0 9 0 18862173 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7123 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 317312

[startup+51.1018 s]
/proc/loadavg: 1.64 0.71 0.27 3/82 10772
/proc/meminfo: memFree=1074016/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 253.03
Current children cumulated vsize (KiB) 317312

[startup+262.303 s]
/proc/loadavg: 1.99 1.36 0.61 3/82 10772
/proc/meminfo: memFree=998624/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=259.24
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 135037 0 2 0 25781 143 0 0 25 0 9 0 18862140 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 134809134 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7835 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=1.51
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 138 13 0 0 16 0 9 0 18862165 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=1.3
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 130 0 0 0 15 0 9 0 18862173 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0.03
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 2 1 0 0 15 0 9 0 18862173 319442944 7835 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 259.37
Current children cumulated vsize (KiB) 317312

[startup+265.502 s]
/proc/loadavg: 1.99 1.37 0.62 3/82 10772
/proc/meminfo: memFree=997536/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=262.41
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 136527 0 2 0 26096 145 0 0 25 0 9 0 18862140 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 134750609 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7243 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=1.53
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 140 13 0 0 16 0 9 0 18862165 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=1.32
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 132 0 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0.03
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 2 1 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 262.54
Current children cumulated vsize (KiB) 317312

[startup+267.101 s]
/proc/loadavg: 1.99 1.37 0.62 3/82 10772
/proc/meminfo: memFree=998176/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=263.99
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 136743 0 2 0 26254 145 0 0 25 0 9 0 18862140 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 134806270 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7311 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=1.54
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 141 13 0 0 16 0 9 0 18862165 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=1.32
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 132 0 0 0 15 0 9 0 18862173 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0.03
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 2 1 0 0 15 0 9 0 18862173 319442944 7311 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.12
Current children cumulated vsize (KiB) 317312

[startup+267.902 s]
/proc/loadavg: 1.99 1.38 0.63 3/82 10772
/proc/meminfo: memFree=997856/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=264.79
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 137229 0 2 0 26333 146 0 0 25 0 9 0 18862140 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4160639584 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7243 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=1.54
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 141 13 0 0 16 0 9 0 18862165 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=1.33
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 133 0 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0.03
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 2 1 0 0 15 0 9 0 18862173 319442944 7243 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.92
Current children cumulated vsize (KiB) 317312

[startup+268.702 s]
/proc/loadavg: 1.99 1.38 0.63 3/82 10772
/proc/meminfo: memFree=996000/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=265.58
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 137753 0 2 0 26412 146 0 0 25 0 9 0 18862140 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 134809480 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7239 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=1.55
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 142 13 0 0 16 0 9 0 18862165 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=1.33
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 133 0 0 0 15 0 9 0 18862173 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0.03
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 2 1 0 0 15 0 9 0 18862173 319442944 7239 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.71
Current children cumulated vsize (KiB) 317312

[startup+269.102 s]
/proc/loadavg: 1.99 1.38 0.63 3/82 10772
/proc/meminfo: memFree=996000/2055920 swapFree=4192956/4192956
[pid=10758] ppid=10756 vsize=5356 CPUtime=0.13
/proc/10758/stat : 10758 (solver) S 10756 10758 10535 0 -1 4194304 361 385 0 4 0 0 4 9 15 0 1 0 18862124 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10758/statm: 1339 242 201 169 0 50 0
[pid=10763] ppid=10758 vsize=311956 CPUtime=265.98
/proc/10763/stat : 10763 (Conquer) R 10758 10758 10535 0 -1 0 137899 0 2 0 26452 146 0 0 25 0 9 0 18862140 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 134750680 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/10763/statm: 77989 7367 683 2003 0 75400 0
[pid=10763/tid=10765] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10765/stat : 10765 (Conquer) S 10758 10758 10535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18862147 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=10763/tid=10766] ppid=10758 vsize=311956 CPUtime=1.55
/proc/10763/task/10766/stat : 10766 (Conquer) S 10758 10758 10535 0 -1 64 22 0 0 0 142 13 0 0 16 0 9 0 18862165 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10767] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10767/stat : 10767 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10768] ppid=10758 vsize=311956 CPUtime=1.33
/proc/10763/task/10768/stat : 10768 (Conquer) S 10758 10758 10535 0 -1 64 5 0 0 0 133 0 0 0 15 0 9 0 18862173 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10769] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10769/stat : 10769 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10770] ppid=10758 vsize=311956 CPUtime=0
/proc/10763/task/10770/stat : 10770 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18862173 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10771] ppid=10758 vsize=311956 CPUtime=0.01
/proc/10763/task/10771/stat : 10771 (Conquer) S 10758 10758 10535 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 18862173 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=10763/tid=10772] ppid=10758 vsize=311956 CPUtime=0.03
/proc/10763/task/10772/stat : 10772 (Conquer) S 10758 10758 10535 0 -1 64 69 0 0 0 2 1 0 0 15 0 9 0 18862173 319442944 7367 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.11
Current children cumulated vsize (KiB) 317312

Child status: 0
Real time (s): 269.196
CPU time (s): 266.214
CPU user time (s): 264.646
CPU system time (s): 1.56776
CPU usage (%): 98.892
Max. virtual memory (cumulated for all children) (KiB): 317316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.646
system time used= 1.56776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138807
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21796
involuntary context switches= 19672

runsolver used 0.295955 second user time and 0.942856 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-11 15:12:36
IDJOB=2057388
IDBENCH=53365
IDSOLVER=740
FILE ID=node21/2057388-1247317956
PBS_JOBID= 9506585
Free space on /tmp= 66268 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-57021_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057388-1247317956/watcher-2057388-1247317956 -o /tmp/evaluation-result-2057388-1247317956/solver-2057388-1247317956 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2057388-1247317956.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 8b34465813a216ac0e5d9d1889796917
RANDOM SEED=955344934

node21.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.240
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.240
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:       1120080 kB
Buffers:         50028 kB
Cached:         811940 kB
SwapCached:          0 kB
Active:         255736 kB
Inactive:       625076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           88336 kB
Writeback:           0 kB
Mapped:          29432 kB
Slab:            40600 kB
Committed_AS:   174120 kB
PageTables:       1720 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= 66156 MiB
End job on node21 at 2009-07-11 15:17:06