Trace number 2058664

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 1506.4 1511.58

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-58021_ext.xml
MD5SUMaae7587067bbd46dd3adcb48f597d43a
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 benchmark450.909
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

1506.30/1511.58	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-2058664-1247339575/watcher-2058664-1247339575 -o /tmp/evaluation-result-2058664-1247339575/solver-2058664-1247339575 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2058664-1247339575.xml -dir HOME -tmpdir HOME 

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


[startup+0 s]
/proc/loadavg: 2.14 2.23 2.34 4/82 13494
/proc/meminfo: memFree=1084096/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=18576 CPUtime=0
/proc/13494/stat : 13494 (runsolver) R 13492 13494 12676 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 21020822 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13494/statm: 4644 284 249 26 0 2626 0

[startup+0.103734 s]
/proc/loadavg: 2.14 2.23 2.34 4/82 13494
/proc/meminfo: memFree=1084096/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 314 142 0 0 0 0 0 0 18 0 1 0 21020822 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201743 s]
/proc/loadavg: 2.14 2.23 2.34 4/82 13494
/proc/meminfo: memFree=1084096/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.301752 s]
/proc/loadavg: 2.14 2.23 2.34 4/82 13494
/proc/meminfo: memFree=1084096/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.701792 s]
/proc/loadavg: 2.14 2.23 2.34 4/82 13494
/proc/meminfo: memFree=1084096/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+1.5031 s]
/proc/loadavg: 2.14 2.23 2.34 3/92 13508
/proc/meminfo: memFree=1071792/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=311692 CPUtime=1.15
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 7198 0 0 0 111 4 0 0 25 0 9 0 21020838 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 134780638 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 77923 6691 677 2003 0 75334 0
[pid=13499/tid=13501] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21020856 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020858 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13504] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21020858 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13505] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13506] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13508] ppid=13494 vsize=311692 CPUtime=0
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319172608 6691 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 317048

[startup+3.10203 s]
/proc/loadavg: 2.14 2.23 2.34 3/92 13508
/proc/meminfo: memFree=1051632/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=311824 CPUtime=2.74
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 20821 0 0 0 263 11 0 0 25 0 9 0 21020838 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 134809063 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 77956 18290 684 2003 0 75367 0
[pid=13499/tid=13501] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=311824 CPUtime=0.04
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 4 0 0 0 17 0 9 0 21020856 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21020858 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13504] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21020858 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13505] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21020859 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13506] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21020859 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21020859 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13508] ppid=13494 vsize=311824 CPUtime=0
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21020859 319307776 18290 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 317180

[startup+6.30412 s]
/proc/loadavg: 2.21 2.25 2.34 3/92 13508
/proc/meminfo: memFree=1016752/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=5.92
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 21243 0 0 0 578 14 0 0 25 0 9 0 21020838 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 134768684 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 78022 11320 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=0.06
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 6 0 0 0 16 0 9 0 21020856 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020858 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21020858 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 11320 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 11320 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) 317444

[startup+12.703 s]
/proc/loadavg: 2.27 2.26 2.35 3/92 13508
/proc/meminfo: memFree=1046456/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=12.28
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 26363 0 0 0 1210 18 0 0 25 0 9 0 21020838 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 134806973 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 78022 9268 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=0.12
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 11 1 0 0 16 0 9 0 21020856 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020858 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=0.01
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 1 0 0 0 15 0 9 0 21020858 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 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) 317444

[startup+25.5012 s]
/proc/loadavg: 2.21 2.25 2.34 4/92 13508
/proc/meminfo: memFree=1049016/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=25.01
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 30793 0 0 0 2476 25 0 0 25 0 9 0 21020838 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 134707856 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 78022 9268 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=0.2
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 18 2 0 0 16 0 9 0 21020856 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020858 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 7 0 0 0 15 0 9 0 21020858 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 0 0 0 0 15 0 9 0 21020859 319578112 9268 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) 317444

[startup+51.1017 s]
/proc/loadavg: 2.14 2.23 2.33 3/92 13508
/proc/meminfo: memFree=1052792/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1498.8
Current children cumulated vsize (KiB) 317444

[startup+1507.2 s]
/proc/loadavg: 2.00 2.02 2.09 3/92 13590
/proc/meminfo: memFree=1016384/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=1501.86
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 509401 0 0 0 149429 757 0 0 25 0 9 0 21020838 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 134810674 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 78022 8748 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=8.17
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 746 71 0 0 16 0 9 0 21020856 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 21020858 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=8.13
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 810 3 0 0 15 0 9 0 21020858 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 1 6 0 0 15 0 9 0 21020859 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0.03
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21020859 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 7 0 0 15 0 9 0 21020859 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0.14
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 6 8 0 0 15 0 9 0 21020859 319578112 8748 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1502
Current children cumulated vsize (KiB) 317444

[startup+1508.8 s]
/proc/loadavg: 2.00 2.01 2.09 3/92 13590
/proc/meminfo: memFree=1016384/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=1503.47
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 510053 0 0 0 149588 759 0 0 25 0 9 0 21020838 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 134809674 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 78022 8888 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=8.17
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 746 71 0 0 16 0 9 0 21020856 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 21020858 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=8.14
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 811 3 0 0 15 0 9 0 21020858 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 1 6 0 0 15 0 9 0 21020859 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0.03
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21020859 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 7 0 0 15 0 9 0 21020859 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0.14
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 6 8 0 0 15 0 9 0 21020859 319578112 8888 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1503.61
Current children cumulated vsize (KiB) 317444

[startup+1510.41 s]
/proc/loadavg: 2.00 2.01 2.09 3/92 13590
/proc/meminfo: memFree=1017152/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=1505.07
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 511591 0 0 0 149747 760 0 0 25 0 9 0 21020838 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 137648326 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 78022 9724 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=8.18
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 747 71 0 0 16 0 9 0 21020856 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 21020858 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=8.15
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 812 3 0 0 15 0 9 0 21020858 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 1 6 0 0 15 0 9 0 21020859 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0.03
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21020859 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 7 0 0 15 0 9 0 21020859 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0.14
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 6 8 0 0 15 0 9 0 21020859 319578112 9724 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1505.21
Current children cumulated vsize (KiB) 317444

[startup+1511.2 s]
/proc/loadavg: 2.00 2.01 2.09 3/92 13590
/proc/meminfo: memFree=1017152/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=1505.86
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 511819 0 0 0 149826 760 0 0 25 0 9 0 21020838 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 134810944 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 78022 9912 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=8.19
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 748 71 0 0 16 0 9 0 21020856 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 21020858 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=8.16
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 813 3 0 0 15 0 9 0 21020858 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 1 6 0 0 15 0 9 0 21020859 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0.03
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21020859 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 7 0 0 15 0 9 0 21020859 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0.14
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 6 8 0 0 15 0 9 0 21020859 319578112 9912 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1506
Current children cumulated vsize (KiB) 317444

[startup+1511.4 s]
/proc/loadavg: 2.00 2.01 2.09 3/92 13590
/proc/meminfo: memFree=1018368/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=1506.06
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 511827 0 0 0 149846 760 0 0 25 0 9 0 21020838 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 134750806 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 78022 8760 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=8.19
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 748 71 0 0 16 0 9 0 21020856 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 21020858 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=8.16
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 813 3 0 0 15 0 9 0 21020858 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 1 6 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0.03
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 7 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0.14
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 6 8 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1506.2
Current children cumulated vsize (KiB) 317444

[startup+1511.51 s]
/proc/loadavg: 2.00 2.01 2.09 3/92 13590
/proc/meminfo: memFree=1018368/2055920 swapFree=4192956/4192956
[pid=13494] ppid=13492 vsize=5356 CPUtime=0.14
/proc/13494/stat : 13494 (solver) S 13492 13494 12676 0 -1 4194304 361 413 0 0 0 0 4 10 15 0 1 0 21020822 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13494/statm: 1339 242 201 169 0 50 0
[pid=13499] ppid=13494 vsize=312088 CPUtime=1506.16
/proc/13499/stat : 13499 (Conquer) R 13494 13494 12676 0 -1 0 511833 0 0 0 149856 760 0 0 25 0 9 0 21020838 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 134750713 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 78022 8760 684 2003 0 75433 0
[pid=13499/tid=13501] ppid=13494 vsize=312088 CPUtime=0
/proc/13499/task/13501/stat : 13501 (Conquer) S 13494 13494 12676 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 21020839 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13494 vsize=312088 CPUtime=8.19
/proc/13499/task/13502/stat : 13502 (Conquer) S 13494 13494 12676 0 -1 64 25 0 0 0 748 71 0 0 16 0 9 0 21020856 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13503/stat : 13503 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 21020858 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13494 vsize=312088 CPUtime=8.16
/proc/13499/task/13504/stat : 13504 (Conquer) S 13494 13494 12676 0 -1 64 5 0 0 0 813 3 0 0 15 0 9 0 21020858 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13505/stat : 13505 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 1 6 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13494 vsize=312088 CPUtime=0.03
/proc/13499/task/13506/stat : 13506 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 3 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13507] ppid=13494 vsize=312088 CPUtime=0.07
/proc/13499/task/13507/stat : 13507 (Conquer) S 13494 13494 12676 0 -1 64 1 0 0 0 0 7 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13494 vsize=312088 CPUtime=0.14
/proc/13499/task/13508/stat : 13508 (Conquer) S 13494 13494 12676 0 -1 64 91 0 0 0 6 8 0 0 15 0 9 0 21020859 319578112 8760 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1506.3
Current children cumulated vsize (KiB) 317444

Child status: 0
Real time (s): 1511.58
CPU time (s): 1506.4
CPU user time (s): 1498.68
CPU system time (s): 7.72583
CPU usage (%): 99.6573
Max. virtual memory (cumulated for all children) (KiB): 317448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1498.68
system time used= 7.72583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512767
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= 104892
involuntary context switches= 87522

runsolver used 1.9427 second user time and 5.2532 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 21:12:55
IDJOB=2058664
IDBENCH=53511
IDSOLVER=740
FILE ID=node56/2058664-1247339575
PBS_JOBID= 9506782
Free space on /tmp= 103036 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-58021_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058664-1247339575/watcher-2058664-1247339575 -o /tmp/evaluation-result-2058664-1247339575/solver-2058664-1247339575 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2058664-1247339575.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= aae7587067bbd46dd3adcb48f597d43a
RANDOM SEED=1819107430

node56.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.209
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.209
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:       1084576 kB
Buffers:         64236 kB
Cached:         804872 kB
SwapCached:          0 kB
Active:         158948 kB
Inactive:       757032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1084576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           21968 kB
Writeback:           0 kB
Mapped:          67324 kB
Slab:            40512 kB
Committed_AS:   203156 kB
PageTables:       1992 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= 102992 MiB
End job on node56 at 2009-07-11 21:38:07