Trace number 1101852

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
Concrete + CPS4J 2008-05-30SAT 346.193 347.923

DiagnosticValue
CHECKS105625000
NODES1010360

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-50_ext.xml
MD5SUMc4aae52f8df469ff2d993fa2fcffe4d7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.52161
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.58/0.65	c CPU-LOAD 0.36
0.58/0.65	c LOADED 40 V (19 E), 346 ExtensionConstraint2D, arity 2, 0.36 cpu
346.16/347.90	v 13 4 16 5 10 16 7 18 6 10 7 15 6 7 3 15 9 1 14 8 15 1 3 0 13 15 12 18 5 0 9 1 17 14 7 4 10 9 0 3 
346.16/347.91	s SATISFIABLE
346.16/347.91	d NODES 1010361
346.16/347.91	d CHECKS 105624552
346.16/347.91	c gac3-effective-revisions: 66393061
346.16/347.91	c gac3-useless-revisions: 452040717
346.16/347.91	c heuristic-cpu: 0.01
346.16/347.91	c prepro-constraint-ccks: 0
346.16/347.91	c prepro-constraint-presenceccks: 0
346.16/347.91	c prepro-cpu: 0.0
346.16/347.91	c prepro-matrix2d-ccks: 0
346.16/347.91	c prepro-matrix2d-presenceccks: 0
346.16/347.91	c prepro-removed: 0
346.16/347.91	c search-cpu: 345.47
346.16/347.91	c total-assgn: 1010361
346.16/347.91	c total-constraint-ccks: 0
346.16/347.91	c total-constraint-presence-ccks: 0
346.16/347.91	c total-cpu: 345.48
346.16/347.91	c total-matrix2d-ccks: 105624552
346.16/347.91	c total-matrix2d-presence-ccks: 2351096378
346.16/347.91	c tuples: 0
346.16/347.91	c tuples-collisions: 0
346.16/347.91	c TOTAL-NODES 1010361
346.16/347.91	c TOTAL-CPU 345.48

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101852-1215294548/watcher-1101852-1215294548 -o /tmp/evaluation-result-1101852-1215294548/solver-1101852-1215294548 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1101852-1215294548.xml 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.98 4/83 15989
/proc/meminfo: memFree=1747336/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=152 CPUtime=0
/proc/15991/stat : 15991 (java) R 15989 15989 13111 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 2008421878 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 11629348 0 0 4096 0 0 0 0 17 1 0 0
/proc/15991/statm: 38 26 19 9 0 4 0

[startup+0.0201889 s]
/proc/loadavg: 1.91 1.95 1.98 4/83 15989
/proc/meminfo: memFree=1747336/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=11872 CPUtime=0
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 884 0 1 0 0 0 0 0 18 0 2 0 2008421878 12156928 619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 3005 635 331 9 0 1420 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17228

[startup+0.102199 s]
/proc/loadavg: 1.91 1.95 1.98 4/83 15989
/proc/meminfo: memFree=1747336/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=843088 CPUtime=0.08
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 3423 0 1 0 8 0 0 0 18 0 9 0 2008421878 863322112 2879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 210772 2879 1669 9 0 205349 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848444

[startup+0.301222 s]
/proc/loadavg: 1.91 1.95 1.98 4/83 15989
/proc/meminfo: memFree=1747336/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=843668 CPUtime=0.28
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 4220 0 1 0 27 1 0 0 18 0 9 0 2008421878 863916032 3630 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 210917 3630 1816 9 0 205485 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849024

[startup+0.701265 s]
/proc/loadavg: 1.91 1.95 1.98 4/83 15989
/proc/meminfo: memFree=1747336/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=0.68
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6186 0 1 0 65 3 0 0 18 0 9 0 2008421878 865583104 5371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5371 2567 9 0 205891 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 850652

[startup+1.50235 s]
/proc/loadavg: 1.91 1.95 1.98 3/93 16003
/proc/meminfo: memFree=1735544/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=1.47
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6203 0 1 0 144 3 0 0 18 0 9 0 2008421878 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5388 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=1.23
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3169 0 1 0 121 2 0 0 25 0 9 0 2008421879 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4126055700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 529 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 850652

[startup+3.10253 s]
/proc/loadavg: 1.91 1.95 1.98 3/93 16003
/proc/meminfo: memFree=1735288/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=3.06
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6204 0 1 0 303 3 0 0 18 0 9 0 2008421878 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5388 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=2.82
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3170 0 1 0 280 2 0 0 25 0 9 0 2008421879 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4126060514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 529 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 850652

[startup+6.30189 s]
/proc/loadavg: 1.92 1.95 1.98 3/93 16003
/proc/meminfo: memFree=1735168/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=6.26
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6206 0 1 0 622 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=6
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3171 0 1 0 598 2 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126031133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 850652

[startup+12.7026 s]
/proc/loadavg: 1.93 1.95 1.98 3/93 16003
/proc/meminfo: memFree=1734976/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=12.62
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6206 0 1 0 1258 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=12.37
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3171 0 1 0 1235 2 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126041517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 850652

[startup+25.501 s]
/proc/loadavg: 1.94 1.96 1.98 3/93 16003
/proc/meminfo: memFree=1735040/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=25.36
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 2532 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=25.1
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 2508 2 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4125971156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 16003
/proc/meminfo: memFree=1734208/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=280.88
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 28084 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=280.64
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 28061 3 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126053332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 850652

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 16003
/proc/meminfo: memFree=1734208/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=340.59
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 34055 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=340.34
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 34031 3 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4125987530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 850652

Solver just ended. Dumping a history of the last processes samples

[startup+345.503 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 16003
/proc/meminfo: memFree=1734208/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=343.77
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 34373 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=343.53
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 34350 3 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126041520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 343.77
Current children cumulated vsize (KiB) 850652

[startup+347.103 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 16003
/proc/meminfo: memFree=1734208/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=345.36
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 34532 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=345.12
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 34509 3 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126053182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.36
Current children cumulated vsize (KiB) 850652

[startup+347.502 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 16003
/proc/meminfo: memFree=1734208/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=345.76
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 34572 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=345.52
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 34549 3 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126041520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.76
Current children cumulated vsize (KiB) 850652

[startup+347.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 16003
/proc/meminfo: memFree=1734208/2055920 swapFree=4176360/4192956
[pid=15989] ppid=15987 vsize=5356 CPUtime=0
/proc/15989/stat : 15989 (concrete.sh) S 15987 15989 13111 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2008421877 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15989/statm: 1339 242 201 169 0 50 0
[pid=15991] ppid=15989 vsize=845296 CPUtime=346.16
/proc/15991/stat : 15991 (java) S 15989 15989 13111 0 -1 0 6207 0 1 0 34612 4 0 0 18 0 9 0 2008421878 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15991/statm: 211324 5389 2569 9 0 205891 0
[pid=15991/tid=15993] ppid=15989 vsize=845296 CPUtime=345.92
/proc/15991/task/15993/stat : 15993 (java) R 15989 15989 13111 0 -1 64 3172 0 1 0 34589 3 0 0 25 0 9 0 2008421879 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4126042190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=845296 CPUtime=0.07
/proc/15991/task/15994/stat : 15994 (java) S 15989 15989 13111 0 -1 64 1768 0 0 0 6 1 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15989 13111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15989 13111 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008421880 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15989 13111 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=845296 CPUtime=0.16
/proc/15991/task/15998/stat : 15998 (java) S 15989 15989 13111 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15989 13111 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=845296 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15989 13111 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2008421882 865583104 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 346.16
Current children cumulated vsize (KiB) 850652

Child status: 0
Real time (s): 347.923
CPU time (s): 346.193
CPU user time (s): 346.135
CPU system time (s): 0.057991
CPU usage (%): 99.503
Max. virtual memory (cumulated for all children) (KiB): 850652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.135
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6674
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8222
involuntary context switches= 12850

runsolver used 0.437933 second user time and 1.15382 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 23:49:08
IDJOB=1101852
IDBENCH=60078
IDSOLVER=305
FILE ID=node91/1101852-1215294548
PBS_JOBID= 7882304
Free space on /tmp= 66452 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-50_ext.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101852-1215294548/watcher-1101852-1215294548 -o /tmp/evaluation-result-1101852-1215294548/solver-1101852-1215294548 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1101852-1215294548.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4aae52f8df469ff2d993fa2fcffe4d7
RANDOM SEED=1939973201

node91.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747752 kB
Buffers:         50180 kB
Cached:         191660 kB
SwapCached:       7788 kB
Active:         158800 kB
Inactive:       102684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747752 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          26508 kB
Slab:            31216 kB
Committed_AS: 12479764 kB
PageTables:       2284 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= 66452 MiB
End job on node91 at 2008-07-05 23:54:56