Trace number 1059817

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 19.504 19.7147

DiagnosticValue
CHECKS1160180
NODES100

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-2-1.xml
MD5SUMf5f13f53c3d9f2eeacbc9c3d48d07267
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity3
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

19.09/19.37	c CPU-LOAD 14.62
19.09/19.37	c LOADED 100 V (112 E), 30 PredicateConstraint, 30 ExtensionConstraint2D, arity 3, 14.62 cpu
19.40/19.69	v 43 59 107 101 89 101 59 41 29 3 5 19 73 34 2 59 2 17 83 59 37 23 2 29 5 73 5 43 19 101 113 41 41 5 113 107 43 59 3 83 29 7 79 113 47 2 23 47 2 16 89 59 3 73 103 7 5 73 59 3 53 2 47 2 103 2 2 2 43 61 97 53 41 53 47 107 2 2 2 73 2 67 17 2 23 97 2 2 47 71 41 2 103 2 71 2 59 17 97 46 
19.40/19.69	s SATISFIABLE
19.40/19.69	d NODES 100
19.40/19.69	d CHECKS 1160182
19.40/19.69	c gac3-effective-revisions: 109
19.40/19.69	c gac3-useless-revisions: 180
19.40/19.69	c heuristic-cpu: 0.00999999
19.40/19.69	c prepro-constraint-ccks: 1146238
19.40/19.69	c prepro-constraint-presenceccks: 265
19.40/19.69	c prepro-cpu: 0.23
19.40/19.69	c prepro-matrix2d-ccks: 13914
19.40/19.69	c prepro-matrix2d-presenceccks: 3518
19.40/19.69	c prepro-removed: 9078
19.40/19.69	c search-cpu: 0.0
19.40/19.69	c total-assgn: 100
19.40/19.69	c total-constraint-ccks: 1146260
19.40/19.69	c total-constraint-presence-ccks: 371
19.40/19.69	c total-cpu: 0.24
19.40/19.69	c total-matrix2d-ccks: 13922
19.40/19.69	c total-matrix2d-presence-ccks: 3550
19.40/19.69	c tuples: 0
19.40/19.69	c tuples-collisions: 0
19.40/19.69	c TOTAL-NODES 100
19.40/19.69	c TOTAL-CPU 0.24

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-1059817-1215124991/watcher-1059817-1215124991 -o /tmp/evaluation-result-1059817-1215124991/solver-1059817-1215124991 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1059817-1215124991.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: 2.07 2.02 2.00 4/81 12264
/proc/meminfo: memFree=1793752/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=18572 CPUtime=0
/proc/12264/stat : 12264 (runsolver) R 12262 12264 11984 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991474743 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12264/statm: 4643 292 257 25 0 2626 0

[startup+0.090789 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 12264
/proc/meminfo: memFree=1793752/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10279 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 12264
/proc/meminfo: memFree=1793752/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30283 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 12264
/proc/meminfo: memFree=1793752/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70291 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 12264
/proc/meminfo: memFree=1793752/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50107 s]
/proc/loadavg: 2.07 2.02 2.00 4/92 12276
/proc/meminfo: memFree=1766272/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=1.46
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 10390 0 1 0 140 6 0 0 18 0 10 0 1991474744 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9138 2581 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=0.65
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 4479 0 1 0 62 3 0 0 22 0 10 0 1991474745 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=0.55
/proc/12267/task/12269/stat : 12269 (java) R 12264 12264 11984 0 -1 64 4149 0 0 0 54 1 0 0 16 0 10 0 1991474746 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 101588432 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.23
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1025 0 0 0 23 0 0 0 16 0 10 0 1991474748 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12276] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12276/stat : 12276 (java) S 12264 12264 11984 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1991474790 867368960 9138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852396

[startup+3.10239 s]
/proc/loadavg: 2.07 2.02 2.00 4/92 12276
/proc/meminfo: memFree=1766528/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=3.05
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 11648 0 1 0 297 8 0 0 18 0 10 0 1991474744 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9359 2581 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=1.15
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 4531 0 1 0 111 4 0 0 25 0 10 0 1991474745 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=1.6
/proc/12267/task/12269/stat : 12269 (java) R 12264 12264 11984 0 -1 64 5338 0 0 0 158 2 0 0 17 0 10 0 1991474746 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 102731849 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.28
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1042 0 0 0 27 1 0 0 15 0 10 0 1991474748 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12276] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12276/stat : 12276 (java) S 12264 12264 11984 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1991474790 867368960 9359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852396

[startup+6.30201 s]
/proc/loadavg: 2.15 2.03 2.01 4/92 12276
/proc/meminfo: memFree=1766080/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=6.22
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 13941 0 1 0 611 11 0 0 18 0 10 0 1991474744 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9186 2582 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=2.14
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 4643 0 1 0 210 4 0 0 25 0 10 0 1991474745 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4126365990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=3.73
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 369 4 0 0 17 0 10 0 1991474746 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.33
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1068 0 0 0 32 1 0 0 15 0 10 0 1991474748 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12276] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12276/stat : 12276 (java) S 12264 12264 11984 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1991474790 867368960 9186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 852396

[startup+12.7013 s]
/proc/loadavg: 2.13 2.03 2.01 3/92 12277
/proc/meminfo: memFree=1766008/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=12.56
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 14413 0 1 0 1241 15 0 0 18 0 10 0 1991474744 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9213 2585 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=8.28
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 5097 0 1 0 823 5 0 0 25 0 10 0 1991474745 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4126609358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=3.89
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 382 7 0 0 16 0 10 0 1991474746 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.35
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1084 0 0 0 34 1 0 0 15 0 10 0 1991474748 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12277] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12277/stat : 12277 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1991475378 867368960 9213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 852396

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

[startup+15.9029 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 12277
/proc/meminfo: memFree=1766072/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=15.73
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 14641 0 1 0 1556 17 0 0 18 0 10 0 1991474744 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9215 2585 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=11.37
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 5323 0 1 0 1131 6 0 0 25 0 10 0 1991474745 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 103872483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=3.98
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 389 9 0 0 16 0 10 0 1991474746 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.36
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1086 0 0 0 35 1 0 0 15 0 10 0 1991474748 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12277] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12277/stat : 12277 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1991475378 867368960 9215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 852396

[startup+17.5013 s]
/proc/loadavg: 2.12 2.03 2.01 4/92 12277
/proc/meminfo: memFree=1766072/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=17.31
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 14755 0 1 0 1713 18 0 0 18 0 10 0 1991474744 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9216 2585 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=12.91
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 5436 0 1 0 1285 6 0 0 25 0 10 0 1991474745 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=4.01
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 392 9 0 0 15 0 10 0 1991474746 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.36
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1087 0 0 0 35 1 0 0 15 0 10 0 1991474748 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12277] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12277/stat : 12277 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1991475378 867368960 9216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 852396

[startup+19.1025 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 12277
/proc/meminfo: memFree=1766072/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=18.89
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 14871 0 1 0 1870 19 0 0 18 0 10 0 1991474744 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9218 2585 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=14.44
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 5550 0 1 0 1438 6 0 0 25 0 10 0 1991474745 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 102064730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=4.06
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 396 10 0 0 16 0 10 0 1991474746 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1991474746 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1991474746 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1991474748 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.36
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1089 0 0 0 35 1 0 0 15 0 10 0 1991474748 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1991474748 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1991474748 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12277] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12277/stat : 12277 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1991475378 867368960 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 852396

[startup+19.5026 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 12277
/proc/meminfo: memFree=1766072/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=19.29
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 14910 0 1 0 1910 19 0 0 18 0 9 0 1991474744 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9232 2585 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=14.77
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 5587 0 1 0 1471 6 0 0 25 0 9 0 1991474745 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4126593003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=4.12
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 402 10 0 0 16 0 9 0 1991474746 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991474746 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1991474746 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991474748 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.36
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1090 0 0 0 35 1 0 0 15 0 9 0 1991474748 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991474748 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12275] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12264 12264 11984 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1991474748 867368960 9232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.29
Current children cumulated vsize (KiB) 852396

[startup+19.7026 s]
/proc/loadavg: 2.11 2.03 2.01 3/91 12279
/proc/meminfo: memFree=1765944/2055920 swapFree=4179472/4192956
[pid=12264] ppid=12262 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (concrete.sh) S 12262 12264 11984 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 1991474743 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 242 201 169 0 50 0
[pid=12267] ppid=12264 vsize=847040 CPUtime=19.49
/proc/12267/stat : 12267 (java) S 12264 12264 11984 0 -1 0 14939 0 1 0 1929 20 0 0 18 0 8 0 1991474744 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 211760 9244 2585 9 0 206320 0
[pid=12267/tid=12268] ppid=12264 vsize=847040 CPUtime=14.95
/proc/12267/task/12268/stat : 12268 (java) R 12264 12264 11984 0 -1 64 5609 0 1 0 1488 7 0 0 24 0 8 0 1991474745 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12264 vsize=847040 CPUtime=4.13
/proc/12267/task/12269/stat : 12269 (java) S 12264 12264 11984 0 -1 64 7493 0 0 0 403 10 0 0 16 0 8 0 1991474746 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12270] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12264 12264 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 8 0 1991474746 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12271] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12264 12264 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 1991474746 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12272] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12264 12264 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 1991474748 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12273] ppid=12264 vsize=847040 CPUtime=0.37
/proc/12267/task/12273/stat : 12273 (java) S 12264 12264 11984 0 -1 64 1097 0 0 0 36 1 0 0 15 0 8 0 1991474748 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12274] ppid=12264 vsize=847040 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12264 12264 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 1991474748 867368960 9244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.49
Current children cumulated vsize (KiB) 852396

Child status: 0
Real time (s): 19.7147
CPU time (s): 19.504
CPU user time (s): 19.2921
CPU system time (s): 0.211967
CPU usage (%): 98.9315
Max. virtual memory (cumulated for all children) (KiB): 852396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2921
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15395
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= 9638
involuntary context switches= 10312

runsolver used 0.023996 second user time and 0.080987 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 00:43:11
IDJOB=1059817
IDBENCH=54382
IDSOLVER=305
FILE ID=node1/1059817-1215124991
PBS_JOBID= 7877229
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5f13f53c3d9f2eeacbc9c3d48d07267
RANDOM SEED=526831250

node1.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.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1794232 kB
Buffers:         15792 kB
Cached:         111356 kB
SwapCached:       7288 kB
Active:         148636 kB
Inactive:        62824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794232 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1032 kB
Writeback:           0 kB
Mapped:          98428 kB
Slab:            35148 kB
Committed_AS:  3829168 kB
PageTables:       2064 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= 66540 MiB
End job on node1 at 2008-07-04 00:43:31