Trace number 1093161

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 1119.14 1129.02

DiagnosticValue
CHECKS1825350000
NODES2213770

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-8.xml
MD5SUMbebfdc7ba7b4c6d509a2fbfd415a09b0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.8945
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

18.40/19.39	c CPU-LOAD 13.98
18.40/19.39	c LOADED 25 V (5 E), 56 ExtensionConstraintGeneral, arity 7, 13.98 cpu
1119.01/1128.98	v 0 0 4 3 0 3 4 0 1 4 2 0 3 1 1 0 4 2 3 0 2 2 1 4 4 
1119.01/1128.99	s SATISFIABLE
1119.01/1128.99	d NODES 2213768
1119.01/1128.99	d CHECKS 1825347619
1119.01/1128.99	c gac3-effective-revisions: 43585093
1119.01/1128.99	c gac3-useless-revisions: 771985519
1119.01/1128.99	c heuristic-cpu: 0.0
1119.01/1128.99	c prepro-constraint-ccks: 3542
1119.01/1128.99	c prepro-constraint-presenceccks: 446
1119.01/1128.99	c prepro-cpu: 0.01
1119.01/1128.99	c prepro-matrix2d-ccks: 0
1119.01/1128.99	c prepro-matrix2d-presenceccks: 0
1119.01/1128.99	c prepro-removed: 0
1119.01/1128.99	c search-cpu: 1099.86
1119.01/1128.99	c total-assgn: 2213768
1119.01/1128.99	c total-constraint-ccks: 1825347619
1119.01/1128.99	c total-constraint-presence-ccks: 2530139943
1119.01/1128.99	c total-cpu: 1099.87
1119.01/1128.99	c total-matrix2d-ccks: 0
1119.01/1128.99	c total-matrix2d-presence-ccks: 0
1119.01/1128.99	c tuples: 0
1119.01/1128.99	c tuples-collisions: 0
1119.01/1128.99	c TOTAL-NODES 2213768
1119.01/1128.99	c TOTAL-CPU 1099.87

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-1093161-1215248639/watcher-1093161-1215248639 -o /tmp/evaluation-result-1093161-1215248639/solver-1093161-1215248639 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1093161-1215248639.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: 4.64 3.00 2.42 4/79 5447
/proc/meminfo: memFree=1660444/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=152 CPUtime=0
/proc/5449/stat : 5449 (java) R 5447 5447 2833 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 680592684 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 10260779 0 0 4096 0 0 0 0 17 1 0 0
/proc/5449/statm: 38 26 19 9 0 4 0

[startup+0.030846 s]
/proc/loadavg: 4.64 3.00 2.42 4/79 5447
/proc/meminfo: memFree=1660444/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=837452 CPUtime=0.01
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 1597 0 1 0 0 1 0 0 18 0 5 0 680592684 857550848 1258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 209363 1262 736 9 0 204342 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 842808

[startup+0.101852 s]
/proc/loadavg: 4.64 3.00 2.42 4/79 5447
/proc/meminfo: memFree=1660444/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843140 CPUtime=0.08
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 3423 0 1 0 7 1 0 0 18 0 9 0 680592684 863375360 2879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210785 2879 1671 9 0 205362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848496

[startup+0.301872 s]
/proc/loadavg: 4.64 3.00 2.42 4/79 5447
/proc/meminfo: memFree=1660444/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843636 CPUtime=0.27
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 6627 0 1 0 24 3 0 0 18 0 9 0 680592684 863883264 5860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210909 5860 2561 9 0 205477 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 848992

[startup+0.701914 s]
/proc/loadavg: 4.64 3.00 2.42 4/79 5447
/proc/meminfo: memFree=1660444/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843636 CPUtime=0.68
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 7321 0 1 0 64 4 0 0 18 0 9 0 680592684 863883264 6483 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210909 6483 2562 9 0 205477 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 848992

[startup+1.502 s]
/proc/loadavg: 4.64 3.00 2.42 3/89 5458
/proc/meminfo: memFree=1642252/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843636 CPUtime=1.47
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 9415 0 1 0 142 5 0 0 18 0 9 0 680592684 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210909 8462 2563 9 0 205477 0
[pid=5449/tid=5451] ppid=5447 vsize=843636 CPUtime=1
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 4831 0 1 0 98 2 0 0 25 0 9 0 680592685 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=843636 CPUtime=0.38
/proc/5449/task/5452/stat : 5452 (java) R 5447 5447 2833 0 -1 64 3526 0 0 0 36 2 0 0 15 0 9 0 680592686 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 102514246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 680592686 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=843636 CPUtime=0.06
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 680592688 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 680592688 863883264 8462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 848992

[startup+3.10216 s]
/proc/loadavg: 4.64 3.00 2.42 4/89 5458
/proc/meminfo: memFree=1630988/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843636 CPUtime=2.79
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 12261 0 1 0 271 8 0 0 18 0 9 0 680592684 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210909 11179 2563 9 0 205477 0
[pid=5449/tid=5451] ppid=5447 vsize=843636 CPUtime=1.96
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 5418 0 1 0 193 3 0 0 25 0 9 0 680592685 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=843636 CPUtime=0.75
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 5785 0 0 0 71 4 0 0 15 0 9 0 680592686 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 680592686 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=843636 CPUtime=0.06
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 680592688 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 680592688 863883264 11179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 848992

[startup+7.40104 s]
/proc/loadavg: 4.67 3.03 2.43 3/89 5458
/proc/meminfo: memFree=1595212/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843636 CPUtime=6.63
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 19665 0 1 0 648 15 0 0 18 0 9 0 680592684 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210909 18406 2563 9 0 205477 0
[pid=5449/tid=5451] ppid=5447 vsize=843636 CPUtime=4.88
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 5739 0 1 0 483 5 0 0 25 0 9 0 680592685 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4125742088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=843636 CPUtime=1.65
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 12867 0 0 0 157 8 0 0 16 0 9 0 680592686 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 680592686 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=843636 CPUtime=0.07
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 680592688 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=843636 CPUtime=0
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 680592688 863883264 18406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 848992

[startup+12.7023 s]
/proc/loadavg: 4.62 3.05 2.44 4/89 5458
/proc/meminfo: memFree=1555020/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=843936 CPUtime=11.85
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 31653 0 1 0 1163 22 0 0 18 0 9 0 680592684 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 210984 30249 2563 9 0 205552 0
[pid=5449/tid=5451] ppid=5447 vsize=843936 CPUtime=8.74
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 5953 0 1 0 867 7 0 0 25 0 9 0 680592685 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4125761008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=843936 CPUtime=3
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 24562 0 0 0 286 14 0 0 16 0 9 0 680592686 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=843936 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=843936 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 680592686 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=843936 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=843936 CPUtime=0.08
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 406 0 0 0 8 0 0 0 17 0 9 0 680592688 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=843936 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=843936 CPUtime=0
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 680592688 864190464 30249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 849292

[startup+25.5017 s]
/proc/loadavg: 4.48 3.10 2.46 3/89 5461
/proc/meminfo: memFree=1498692/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=846224 CPUtime=24.53
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 43941 0 1 0 2422 31 0 0 18 0 9 0 680592684 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 211556 42431 2571 9 0 206123 0
[pid=5449/tid=5451] ppid=5447 vsize=846224 CPUtime=19.43
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 6133 0 1 0 1934 9 0 0 25 0 9 0 680592685 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4126061604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=846224 CPUtime=0.17
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 809 0 0 0 17 0 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=846224 CPUtime=0.05
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 2 3 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1112.44
Current children cumulated vsize (KiB) 851580

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

[startup+1123.3 s]
/proc/loadavg: 2.00 2.32 2.57 3/98 5539
/proc/meminfo: memFree=1402436/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=846224 CPUtime=1113.44
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 43941 0 1 0 111305 39 0 0 18 0 9 0 680592684 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 211556 42431 2571 9 0 206123 0
[pid=5449/tid=5451] ppid=5447 vsize=846224 CPUtime=1108.28
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 6133 0 1 0 110815 13 0 0 25 0 9 0 680592685 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4126061610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=846224 CPUtime=0.17
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 809 0 0 0 17 0 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=846224 CPUtime=0.05
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 2 3 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.44
Current children cumulated vsize (KiB) 851580

[startup+1126.5 s]
/proc/loadavg: 2.00 2.31 2.57 3/98 5539
/proc/meminfo: memFree=1402436/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=846224 CPUtime=1116.62
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 43941 0 1 0 111623 39 0 0 18 0 9 0 680592684 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 211556 42431 2571 9 0 206123 0
[pid=5449/tid=5451] ppid=5447 vsize=846224 CPUtime=1111.46
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 6133 0 1 0 111133 13 0 0 25 0 9 0 680592685 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4126102401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=846224 CPUtime=0.17
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 809 0 0 0 17 0 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=846224 CPUtime=0.05
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 2 3 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1116.62
Current children cumulated vsize (KiB) 851580

[startup+1128.1 s]
/proc/loadavg: 2.00 2.31 2.57 4/98 5539
/proc/meminfo: memFree=1402372/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=846224 CPUtime=1118.22
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 43941 0 1 0 111783 39 0 0 18 0 9 0 680592684 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 211556 42431 2571 9 0 206123 0
[pid=5449/tid=5451] ppid=5447 vsize=846224 CPUtime=1113.05
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 6133 0 1 0 111292 13 0 0 25 0 9 0 680592685 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4126109649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=846224 CPUtime=0.17
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 809 0 0 0 17 0 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=846224 CPUtime=0.05
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 2 3 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.22
Current children cumulated vsize (KiB) 851580

[startup+1128.5 s]
/proc/loadavg: 2.00 2.31 2.57 3/98 5539
/proc/meminfo: memFree=1402372/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=846224 CPUtime=1118.62
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 43941 0 1 0 111823 39 0 0 18 0 9 0 680592684 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 211556 42431 2571 9 0 206123 0
[pid=5449/tid=5451] ppid=5447 vsize=846224 CPUtime=1113.45
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 6133 0 1 0 111332 13 0 0 25 0 9 0 680592685 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4126117473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=846224 CPUtime=0.17
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 809 0 0 0 17 0 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=846224 CPUtime=0.05
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 2 3 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.62
Current children cumulated vsize (KiB) 851580

[startup+1128.9 s]
/proc/loadavg: 2.00 2.31 2.57 3/98 5539
/proc/meminfo: memFree=1402372/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=846224 CPUtime=1119.01
/proc/5449/stat : 5449 (java) S 5447 5447 2833 0 -1 0 43941 0 1 0 111862 39 0 0 18 0 9 0 680592684 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 211556 42431 2571 9 0 206123 0
[pid=5449/tid=5451] ppid=5447 vsize=846224 CPUtime=1113.85
/proc/5449/task/5451/stat : 5451 (java) R 5447 5447 2833 0 -1 64 6133 0 1 0 111372 13 0 0 25 0 9 0 680592685 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4126108977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5452] ppid=5447 vsize=846224 CPUtime=4.89
/proc/5449/task/5452/stat : 5452 (java) S 5447 5447 2833 0 -1 64 36259 0 0 0 469 20 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5453] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5453/stat : 5453 (java) S 5447 5447 2833 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5454] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5454/stat : 5454 (java) S 5447 5447 2833 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 680592686 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5455] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5455/stat : 5455 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5456] ppid=5447 vsize=846224 CPUtime=0.17
/proc/5449/task/5456/stat : 5456 (java) S 5447 5447 2833 0 -1 64 809 0 0 0 17 0 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5457] ppid=5447 vsize=846224 CPUtime=0
/proc/5449/task/5457/stat : 5457 (java) S 5447 5447 2833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5449/tid=5458] ppid=5447 vsize=846224 CPUtime=0.05
/proc/5449/task/5458/stat : 5458 (java) S 5447 5447 2833 0 -1 64 2 0 0 0 2 3 0 0 15 0 9 0 680592688 866533376 42431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.01
Current children cumulated vsize (KiB) 851580

[startup+1129 s]
/proc/loadavg: 2.00 2.31 2.57 3/98 5539
/proc/meminfo: memFree=1402372/2055920 swapFree=4147308/4192956
[pid=5447] ppid=5445 vsize=5356 CPUtime=0
/proc/5447/stat : 5447 (concrete.sh) S 5445 5447 2833 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 680592683 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5447/statm: 1339 242 201 169 0 50 0
[pid=5449] ppid=5447 vsize=0 CPUtime=1119.1
/proc/5449/stat : 5449 (java) Z 5447 5447 2833 0 -1 12 43955 0 1 0 111871 39 0 0 16 0 2 0 680592684 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5449/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1119.1
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1129.02
CPU time (s): 1119.14
CPU user time (s): 1118.72
CPU system time (s): 0.419936
CPU usage (%): 99.1246
Max. virtual memory (cumulated for all children) (KiB): 851692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1118.72
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44408
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= 28563
involuntary context switches= 35038

runsolver used 3.76843 second user time and 8.36973 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 11:04:21
IDJOB=1093161
IDBENCH=58689
IDSOLVER=305
FILE ID=node90/1093161-1215248639
PBS_JOBID= 7881908
Free space on /tmp= 66500 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-8.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093161-1215248639/watcher-1093161-1215248639 -o /tmp/evaluation-result-1093161-1215248639/solver-1093161-1215248639 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1093161-1215248639.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bebfdc7ba7b4c6d509a2fbfd415a09b0
RANDOM SEED=482229192

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1660868 kB
Buffers:         19012 kB
Cached:         200664 kB
SwapCached:      37024 kB
Active:         296536 kB
Inactive:        43036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660868 kB
SwapTotal:     4192956 kB
SwapFree:      4147308 kB
Dirty:           53372 kB
Writeback:           0 kB
Mapped:         127500 kB
Slab:            40016 kB
Committed_AS:  1051684 kB
PageTables:       2436 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= 66500 MiB
End job on node90 at 2008-07-05 11:23:10