Trace number 2070995

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 894.997 901.932

General information on the benchmark

Namecsp/dubois/
normalized-dubois-23_ext.xml
MD5SUM9b3c4f1357ed51407162e9104b8670dc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.018997
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints46
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension46
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

894.95/901.93	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-2070995-1247352315/watcher-2070995-1247352315 -o /tmp/evaluation-result-2070995-1247352315/solver-2070995-1247352315 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2070995-1247352315.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.09 2.11 2.11 4/74 15392
/proc/meminfo: memFree=1687776/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=18576 CPUtime=0
/proc/15392/stat : 15392 (runsolver) R 15390 15392 14973 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22295621 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15392/statm: 4644 284 249 26 0 2626 0

[startup+0.042538 s]
/proc/loadavg: 2.09 2.11 2.11 4/74 15392
/proc/meminfo: memFree=1687776/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101538 s]
/proc/loadavg: 2.09 2.11 2.11 4/74 15392
/proc/meminfo: memFree=1687776/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301552 s]
/proc/loadavg: 2.09 2.11 2.11 4/74 15392
/proc/meminfo: memFree=1687776/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701576 s]
/proc/loadavg: 2.09 2.11 2.11 4/74 15392
/proc/meminfo: memFree=1687776/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50164 s]
/proc/loadavg: 2.09 2.11 2.11 3/84 15406
/proc/meminfo: memFree=1678480/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=1.15
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 3986 0 14 0 113 2 0 0 25 0 9 0 22295622 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 135602315 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15397/statm: 77924 3448 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 14 0 1 0 0 0 0 0 16 0 9 0 22295646 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3448 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3448 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) 317052

[startup+3.10275 s]
/proc/loadavg: 2.09 2.11 2.11 3/84 15406
/proc/meminfo: memFree=1674320/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=2.73
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 4244 0 14 0 270 3 0 0 25 0 9 0 22295622 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 134750608 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15397/statm: 77924 3630 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=0.02
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 16 0 1 0 2 0 0 0 16 0 9 0 22295646 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3630 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3630 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) 317052

[startup+6.30296 s]
/proc/loadavg: 2.16 2.13 2.12 3/84 15406
/proc/meminfo: memFree=1669584/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=5.9
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 11900 0 14 0 582 8 0 0 25 0 9 0 22295622 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 134854353 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15397/statm: 77924 3692 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=0.04
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 18 0 1 0 4 0 0 0 16 0 9 0 22295646 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 317052

[startup+12.7024 s]
/proc/loadavg: 2.15 2.13 2.12 3/84 15406
/proc/meminfo: memFree=1673744/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=12.24
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 16582 0 14 0 1212 12 0 0 25 0 9 0 22295622 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 134833563 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15397/statm: 77924 3692 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=0.11
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 18 0 1 0 10 1 0 0 16 0 9 0 22295646 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 317052

[startup+25.5013 s]
/proc/loadavg: 2.11 2.12 2.11 3/84 15406
/proc/meminfo: memFree=1673808/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=24.91
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 25708 0 14 0 2470 21 0 0 25 0 9 0 22295622 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 134829069 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15397/statm: 77924 3692 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=0.25
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 18 0 1 0 22 3 0 0 16 0 9 0 22295646 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 22295656 319176704 3692 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) 317052

[startup+51.102 s]
/proc/loadavg: 2.07 2.11 2.11 3/84 15406
/proc/meminfo: memFree=1673744/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 876.16
Current children cumulated vsize (KiB) 317052

[startup+889.502 s]
/proc/loadavg: 2.33 2.19 2.11 3/92 15485
/proc/meminfo: memFree=1406160/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=882.55
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 347315 0 14 0 87726 529 0 0 25 0 9 0 22295622 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 134806864 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/15397/statm: 77924 4813 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=8.82
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 19 0 1 0 794 88 0 0 16 0 9 0 22295646 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0.1
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 8 0 0 15 0 9 0 22295656 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0.58
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 54 4 0 0 15 0 9 0 22295656 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 3 10 0 0 15 0 9 0 22295656 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0.05
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 5 0 0 15 0 9 0 22295656 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22295656 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0.09
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 2 7 0 0 15 0 9 0 22295656 319176704 4813 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 317052

[startup+895.903 s]
/proc/loadavg: 2.30 2.19 2.11 3/92 15485
/proc/meminfo: memFree=1408208/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=888.96
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 349709 0 14 0 88361 535 0 0 25 0 9 0 22295622 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 134834037 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/15397/statm: 77924 4189 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=8.89
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 19 0 1 0 800 89 0 0 16 0 9 0 22295646 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0.11
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 9 0 0 15 0 9 0 22295656 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0.58
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 54 4 0 0 15 0 9 0 22295656 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0.14
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 4 10 0 0 15 0 9 0 22295656 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0.05
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 5 0 0 15 0 9 0 22295656 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22295656 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0.09
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 2 7 0 0 15 0 9 0 22295656 319176704 4189 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 888.96
Current children cumulated vsize (KiB) 317052

[startup+899.101 s]
/proc/loadavg: 2.27 2.18 2.11 3/92 15485
/proc/meminfo: memFree=1408208/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=892.15
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 352173 0 14 0 88678 537 0 0 25 0 9 0 22295622 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 134829101 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/15397/statm: 77924 4197 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=8.91
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 19 0 1 0 802 89 0 0 16 0 9 0 22295646 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0.11
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 9 0 0 15 0 9 0 22295656 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0.58
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 54 4 0 0 15 0 9 0 22295656 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0.14
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 4 10 0 0 15 0 9 0 22295656 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0.05
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 5 0 0 15 0 9 0 22295656 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22295656 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0.09
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 2 7 0 0 15 0 9 0 22295656 319176704 4197 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 892.15
Current children cumulated vsize (KiB) 317052

[startup+900.702 s]
/proc/loadavg: 2.27 2.18 2.11 3/92 15485
/proc/meminfo: memFree=1408656/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=893.76
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 353107 0 14 0 88837 539 0 0 25 0 9 0 22295622 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 134753572 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/15397/statm: 77924 3693 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=8.94
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 19 0 1 0 804 90 0 0 16 0 9 0 22295646 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0.11
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 9 0 0 15 0 9 0 22295656 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0.59
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 55 4 0 0 15 0 9 0 22295656 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0.14
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 4 10 0 0 15 0 9 0 22295656 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0.05
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 5 0 0 15 0 9 0 22295656 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22295656 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0.09
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 2 7 0 0 15 0 9 0 22295656 319176704 3693 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 893.76
Current children cumulated vsize (KiB) 317052

[startup+901.502 s]
/proc/loadavg: 2.27 2.18 2.11 3/92 15485
/proc/meminfo: memFree=1410256/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=894.55
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 353265 0 14 0 88916 539 0 0 25 0 9 0 22295622 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 137938333 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/15397/statm: 77924 3685 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=8.94
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 19 0 1 0 804 90 0 0 16 0 9 0 22295646 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0.11
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 9 0 0 15 0 9 0 22295656 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0.59
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 55 4 0 0 15 0 9 0 22295656 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0.14
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 4 10 0 0 15 0 9 0 22295656 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0.05
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 5 0 0 15 0 9 0 22295656 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22295656 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0.09
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 2 7 0 0 15 0 9 0 22295656 319176704 3685 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 894.55
Current children cumulated vsize (KiB) 317052

[startup+901.902 s]
/proc/loadavg: 2.27 2.18 2.11 3/92 15485
/proc/meminfo: memFree=1410320/2055920 swapFree=4192812/4192956
[pid=15392] ppid=15390 vsize=5356 CPUtime=0
/proc/15392/stat : 15392 (solver) S 15390 15392 14973 0 -1 4194304 361 312 0 0 0 0 0 0 19 0 1 0 22295621 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15392/statm: 1339 242 201 169 0 50 0
[pid=15397] ppid=15392 vsize=311696 CPUtime=894.95
/proc/15397/stat : 15397 (Conquer) R 15392 15392 14973 0 -1 0 353279 0 14 0 88956 539 0 0 25 0 9 0 22295622 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 134780704 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/15397/statm: 77924 3673 692 2003 0 75334 0
[pid=15397/tid=15399] ppid=15392 vsize=311696 CPUtime=0
/proc/15397/task/15399/stat : 15399 (Conquer) S 15392 15392 14973 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 22295628 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15397/tid=15400] ppid=15392 vsize=311696 CPUtime=8.95
/proc/15397/task/15400/stat : 15400 (Conquer) S 15392 15392 14973 0 -1 64 19 0 1 0 805 90 0 0 16 0 9 0 22295646 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15401] ppid=15392 vsize=311696 CPUtime=0.11
/proc/15397/task/15401/stat : 15401 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 9 0 0 15 0 9 0 22295656 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15402] ppid=15392 vsize=311696 CPUtime=0.59
/proc/15397/task/15402/stat : 15402 (Conquer) S 15392 15392 14973 0 -1 64 2 0 0 0 55 4 0 0 15 0 9 0 22295656 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15403] ppid=15392 vsize=311696 CPUtime=0.14
/proc/15397/task/15403/stat : 15403 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 4 10 0 0 15 0 9 0 22295656 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15404] ppid=15392 vsize=311696 CPUtime=0.05
/proc/15397/task/15404/stat : 15404 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 0 5 0 0 15 0 9 0 22295656 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15405] ppid=15392 vsize=311696 CPUtime=0.13
/proc/15397/task/15405/stat : 15405 (Conquer) S 15392 15392 14973 0 -1 64 1 0 0 0 2 11 0 0 15 0 9 0 22295656 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=15397/tid=15406] ppid=15392 vsize=311696 CPUtime=0.09
/proc/15397/task/15406/stat : 15406 (Conquer) S 15392 15392 14973 0 -1 64 3 0 0 0 2 7 0 0 15 0 9 0 22295656 319176704 3673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 894.95
Current children cumulated vsize (KiB) 317052

Child status: 0
Real time (s): 901.932
CPU time (s): 894.997
CPU user time (s): 889.587
CPU system time (s): 5.41018
CPU usage (%): 99.2311
Max. virtual memory (cumulated for all children) (KiB): 317056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 889.587
system time used= 5.41018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354110
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171300
involuntary context switches= 117504

runsolver used 1.09483 second user time and 3.02754 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 00:45:15
IDJOB=2070995
IDBENCH=55425
IDSOLVER=740
FILE ID=node39/2070995-1247352315
PBS_JOBID= 9506870
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 9b3c4f1357ed51407162e9104b8670dc
RANDOM SEED=707493816

node39.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.236
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.236
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:       1688256 kB
Buffers:         11476 kB
Cached:         187016 kB
SwapCached:          0 kB
Active:         261352 kB
Inactive:        56836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20664 kB
Writeback:           0 kB
Mapped:         130820 kB
Slab:            34512 kB
Committed_AS:   250092 kB
PageTables:       2024 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= 66368 MiB
End job on node39 at 2009-07-12 01:00:18