Trace number 2087667

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 DC 2009-07-14SAT 286.144 287.626

DiagnosticValue
CHECKS1499600000
NODES1174

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-105-2.xml
MD5SUMf4f9a4db209c71dfa359c0c68f3555b3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.252961
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size634
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

1.97/2.02	c CPU-LOAD 0.95
1.97/2.02	c LOADED 100 V (634 E), 900 DTConstraint, arity 2, 0.95 cpu
286.05/287.54	v 379 247 270 416 554 479 148 0 75 103 72 445 303 221 579 0 423 506 384 145 149 0 231 235 377 546 56 105 445 523 86 288 588 0 384 467 539 149 148 229 412 0 505 377 306 52 86 247 145 272 72 467 135 369 282 592 221 570 0 266 334 369 0 506 286 70 347 135 197 253 306 200 443 229 539 0 162 375 70 56 327 570 545 74 162 359 443 0 231 303 0 282 270 214 149 75 546 192 375 466 
286.05/287.54	s SATISFIABLE
286.05/287.54	d NODES 1174
286.05/287.54	d CHECKS 1499595906
286.05/287.54	c CDC-added-constraints: 900
286.05/287.54	c CDC-nbsingletontests: 115724
286.05/287.54	c CDC-nogoods: 49327464
286.05/287.54	c heuristic-cpu: 0.0
286.05/287.54	c prepro-constraint-ccks: 0
286.05/287.54	c prepro-constraint-presenceccks: 0
286.05/287.54	c prepro-cpu: 279.72
286.05/287.54	c prepro-matrix2d-ccks: 1477908450
286.05/287.54	c prepro-matrix2d-presenceccks: 1216172375
286.05/287.54	c prepro-removed: 0
286.05/287.54	c search-cpu: 2.330017
286.05/287.54	c search-nps: 503.85898
286.05/287.54	c total-assgn: 1174
286.05/287.54	c total-constraint-ccks: 0
286.05/287.54	c total-constraint-presence-ccks: 0
286.05/287.54	c total-cpu: 282.09003
286.05/287.54	c total-matrix2d-ccks: 1499595906
286.05/287.54	c total-matrix2d-presence-ccks: 1226750370
286.05/287.54	c TOTAL-NODES 1174
286.05/287.54	c TOTAL-CPU 282.09003

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087667-1247728189/watcher-2087667-1247728189 -o /tmp/evaluation-result-2087667-1247728189/solver-2087667-1247728189 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2087667-1247728189.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.01 2.00 4/73 16134
/proc/meminfo: memFree=1385680/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 59884154 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 240154017874 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/16134/statm: 1339 230 191 169 0 50 0
[pid=16135] ppid=16134 vsize=5356 CPUtime=0
/proc/16135/stat : 16135 (concrete.sh) R 16134 16134 15620 0 -1 4194368 9 0 0 0 0 0 0 0 19 0 1 0 59884154 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 240153455052 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16135/statm: 1339 230 191 169 0 50 0

[startup+0.035764 s]
/proc/loadavg: 1.92 2.01 2.00 4/73 16134
/proc/meminfo: memFree=1385680/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101693 s]
/proc/loadavg: 1.92 2.01 2.00 4/73 16134
/proc/meminfo: memFree=1385680/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301732 s]
/proc/loadavg: 1.92 2.01 2.00 4/73 16134
/proc/meminfo: memFree=1385680/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70181 s]
/proc/loadavg: 1.92 2.01 2.00 4/73 16134
/proc/meminfo: memFree=1385680/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50296 s]
/proc/loadavg: 1.92 2.01 2.00 3/83 16147
/proc/meminfo: memFree=1370560/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848708 CPUtime=1.47
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 8882 0 1 0 140 7 0 0 18 0 10 0 59884155 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212177 7741 2626 9 0 206655 0
[pid=16139/tid=16140] ppid=16134 vsize=848708 CPUtime=0.86
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 3993 0 1 0 82 4 0 0 21 0 10 0 59884156 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4125205326 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848708 CPUtime=0.12
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 2562 0 0 0 12 0 0 0 16 0 10 0 59884158 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59884158 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848708 CPUtime=0.45
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1627 0 0 0 44 1 0 0 15 0 10 0 59884163 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869076992 7741 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 854064

[startup+3.10227 s]
/proc/loadavg: 1.92 2.01 2.00 4/84 16149
/proc/meminfo: memFree=1362616/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848708 CPUtime=3.06
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 9425 0 1 0 298 8 0 0 18 0 10 0 59884155 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212177 8229 2626 9 0 206655 0
[pid=16139/tid=16140] ppid=16134 vsize=848708 CPUtime=2.13
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 4094 0 1 0 208 5 0 0 25 0 10 0 59884156 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4127399735 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848708 CPUtime=0.3
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 2906 0 0 0 29 1 0 0 16 0 10 0 59884158 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59884158 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848708 CPUtime=0.61
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1724 0 0 0 60 1 0 0 16 0 10 0 59884163 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16149] ppid=16134 vsize=848708 CPUtime=0
/proc/16139/task/16149/stat : 16149 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59884363 869076992 8229 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 854064

[startup+6.30288 s]
/proc/loadavg: 1.93 2.01 2.00 3/84 16149
/proc/meminfo: memFree=1357816/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=6.25
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 11156 0 1 0 615 10 0 0 18 0 10 0 59884155 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 9339 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=5.19
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 4185 0 1 0 514 5 0 0 25 0 10 0 59884156 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4127307573 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=0.42
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 4544 0 0 0 40 2 0 0 16 0 10 0 59884158 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.61
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1726 0 0 0 60 1 0 0 16 0 10 0 59884163 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16149] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16149/stat : 16149 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59884363 869199872 9339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 854184

[startup+12.7021 s]
/proc/loadavg: 1.93 2.01 2.00 3/84 16149
/proc/meminfo: memFree=1349056/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=12.61
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 13743 0 1 0 1250 11 0 0 18 0 10 0 59884155 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 11890 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=11.37
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 4365 0 1 0 1132 5 0 0 25 0 10 0 59884156 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4127288243 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=0.59
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 6948 0 0 0 56 3 0 0 16 0 10 0 59884158 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.62
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1729 0 0 0 61 1 0 0 16 0 10 0 59884163 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16149] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16149/stat : 16149 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59884363 869199872 11890 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 854184

[startup+25.5016 s]
/proc/loadavg: 1.95 2.00 2.00 3/84 16149
/proc/meminfo: memFree=1327424/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=25.34
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 18756 0 1 0 2520 14 0 0 18 0 10 0 59884155 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 16863 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=23.85
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 4645 0 1 0 2380 5 0 0 25 0 10 0 59884156 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4127327363 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=0.83
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 11681 0 0 0 78 5 0 0 16 0 10 0 59884158 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.62
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1729 0 0 0 61 1 0 0 16 0 10 0 59884163 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869199872 16863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0

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

[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.63
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1732 0 0 0 62 1 0 0 16 0 10 0 59884163 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16149] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16149/stat : 16149 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59884363 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 854184

[startup+282.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 16149
/proc/meminfo: memFree=1214464/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=280.88
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 45825 0 1 0 28059 29 0 0 18 0 10 0 59884155 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 43572 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=278.04
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 5949 0 1 0 27797 7 0 0 25 0 10 0 59884156 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4127307512 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=2.17
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 37443 0 0 0 199 18 0 0 16 0 10 0 59884158 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.63
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1732 0 0 0 62 1 0 0 16 0 10 0 59884163 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16149] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16149/stat : 16149 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59884363 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 854184

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

[startup+284.702 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 16149
/proc/meminfo: memFree=1214400/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=283.27
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 45829 0 1 0 28298 29 0 0 18 0 10 0 59884155 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 43572 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=280.43
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 5953 0 1 0 28036 7 0 0 25 0 10 0 59884156 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4127306628 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=2.18
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 37443 0 0 0 200 18 0 0 16 0 10 0 59884158 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59884158 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59884160 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.63
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1732 0 0 0 62 1 0 0 16 0 10 0 59884163 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59884163 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59884164 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16149] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16149/stat : 16149 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59884363 869199872 43572 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.27
Current children cumulated vsize (KiB) 854184

[startup+286.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 16149
/proc/meminfo: memFree=1214336/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=284.86
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 45836 0 1 0 28457 29 0 0 18 0 9 0 59884155 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 43578 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=282.01
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 5954 0 1 0 28194 7 0 0 25 0 9 0 59884156 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4127306526 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=2.18
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 37443 0 0 0 200 18 0 0 16 0 9 0 59884158 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59884158 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59884158 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59884160 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.64
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1738 0 0 0 63 1 0 0 15 0 9 0 59884163 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59884163 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59884164 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 284.86
Current children cumulated vsize (KiB) 854184

[startup+287.108 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 16149
/proc/meminfo: memFree=1214336/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=285.66
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 45837 0 1 0 28537 29 0 0 18 0 9 0 59884155 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 43578 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=282.8
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 5955 0 1 0 28273 7 0 0 25 0 9 0 59884156 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4127375557 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=2.18
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 37443 0 0 0 200 18 0 0 17 0 9 0 59884158 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59884158 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59884158 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59884160 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.64
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1738 0 0 0 63 1 0 0 16 0 9 0 59884163 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59884163 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59884164 869199872 43578 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.66
Current children cumulated vsize (KiB) 854184

[startup+287.503 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 16149
/proc/meminfo: memFree=1214336/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=848828 CPUtime=286.05
/proc/16139/stat : 16139 (java) S 16134 16134 15620 0 -1 0 45838 0 1 0 28576 29 0 0 18 0 9 0 59884155 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 212207 43579 2627 9 0 206685 0
[pid=16139/tid=16140] ppid=16134 vsize=848828 CPUtime=283.19
/proc/16139/task/16140/stat : 16140 (java) R 16134 16134 15620 0 -1 64 5955 0 1 0 28312 7 0 0 25 0 9 0 59884156 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4127306459 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16141] ppid=16134 vsize=848828 CPUtime=2.18
/proc/16139/task/16141/stat : 16141 (java) S 16134 16134 15620 0 -1 64 37443 0 0 0 200 18 0 0 17 0 9 0 59884158 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16142] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16142/stat : 16142 (java) S 16134 16134 15620 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59884158 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16143] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16143/stat : 16143 (java) S 16134 16134 15620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59884158 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16144] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16144/stat : 16144 (java) S 16134 16134 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59884160 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16145] ppid=16134 vsize=848828 CPUtime=0.64
/proc/16139/task/16145/stat : 16145 (java) S 16134 16134 15620 0 -1 64 1739 0 0 0 63 1 0 0 15 0 9 0 59884163 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16146] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16146/stat : 16146 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59884163 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16139/tid=16147] ppid=16134 vsize=848828 CPUtime=0
/proc/16139/task/16147/stat : 16147 (java) S 16134 16134 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59884164 869199872 43579 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.05
Current children cumulated vsize (KiB) 854184

[startup+287.603 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 16149
/proc/meminfo: memFree=1214336/2055920 swapFree=4192812/4192956
[pid=16134] ppid=16132 vsize=5356 CPUtime=0
/proc/16134/stat : 16134 (concrete.sh) S 16132 16134 15620 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59884154 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16134/statm: 1339 244 201 169 0 50 0
[pid=16139] ppid=16134 vsize=0 CPUtime=286.1
/proc/16139/stat : 16139 (java) Z 16134 16134 15620 0 -1 12 45849 0 1 0 28581 29 0 0 16 0 2 0 59884155 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16139/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 286.1
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 287.626
CPU time (s): 286.144
CPU user time (s): 285.815
CPU system time (s): 0.328949
CPU usage (%): 99.4845
Max. virtual memory (cumulated for all children) (KiB): 855500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.815
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46492
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= 13070
involuntary context switches= 16022

runsolver used 0.349946 second user time and 0.98185 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-16 09:09:49
IDJOB=2087667
IDBENCH=58770
IDSOLVER=736
FILE ID=node86/2087667-1247728189
PBS_JOBID= 9521533
Free space on /tmp= 66228 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-105-2.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087667-1247728189/watcher-2087667-1247728189 -o /tmp/evaluation-result-2087667-1247728189/solver-2087667-1247728189 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2087667-1247728189.xml

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

MD5SUM BENCH= f4f9a4db209c71dfa359c0c68f3555b3
RANDOM SEED=606156594

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1386160 kB
Buffers:         93016 kB
Cached:         393592 kB
SwapCached:          0 kB
Active:         214244 kB
Inactive:       379848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         118784 kB
Slab:            60664 kB
Committed_AS:   688020 kB
PageTables:       2124 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= 66224 MiB
End job on node86 at 2009-07-16 09:14:36