Trace number 2081584

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-14? 161.699 163.104

DiagnosticValue
CHECKS28694900
NODES0

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-28.xml
MD5SUM0ee4188de7d6c5919718ac5c6628a5b8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.49032
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

27.83/28.14	c CPU-LOAD 24.66
27.83/28.14	c LOADED 600 V (1360 E), 8550 DTConstraint, 300 ExtensionConstraint2D, 840 DiffConstraint, arity 2, 24.66 cpu
157.03/158.41	c [ 158.023] WARNING : java.lang.OutOfMemoryError: Java heap space
159.53/160.95	cspfj.constraint.extension.MatrixManager.nbConflicts(MatrixManager.java:184)
159.53/160.95	cspfj.constraint.extension.MatrixManager.countConflicts(MatrixManager.java:50)
159.53/160.95	cspfj.constraint.extension.MatrixManager.supportCondition(MatrixManager.java:157)
159.53/160.95	cspfj.constraint.extension.AbstractExtensionConstraint.revise(AbstractExtensionConstraint.java:99)
159.53/160.95	cspfj.constraint.AbstractPVRConstraint.revise(AbstractPVRConstraint.java:34)
159.53/160.95	cspfj.filter.AC3.reduceOnce(AC3.java:177)
159.53/160.95	cspfj.filter.AC3.reduce(AC3.java:155)
159.53/160.95	cspfj.filter.AC3.reduceAfter(AC3.java:131)
159.53/160.95	cspfj.filter.DC2.singletonTest(DC2.java:181)
159.53/160.95	cspfj.filter.DC2.cdcReduce(DC2.java:125)
159.53/160.95	cspfj.filter.DC2.reduceAll(DC2.java:92)
159.53/160.95	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
159.53/160.95	cspfj.MGACIter.runSolver(MGACIter.java:206)
159.53/160.95	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
159.53/160.95	concrete.Concrete.solve(Concrete.java:187)
159.53/160.95	concrete.Concrete.run(Concrete.java:112)
159.53/160.95	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
161.53/162.95	s UNKNOWN
161.53/162.95	d NODES 0
161.53/162.95	d CHECKS 28694946
161.53/162.95	c java.lang.OutOfMemoryError: Java heap space[cspfj.constraint.extension.MatrixManager.nbConflicts(MatrixManager.java:184), cspfj.constraint.extension.MatrixManager.countConflicts(MatrixManager.java:50), cspfj.constraint.extension.MatrixManager.supportCondition(MatrixManager.java:157), cspfj.constraint.extension.AbstractExtensionConstraint.revise(AbstractExtensionConstraint.java:99), cspfj.constraint.AbstractPVRConstraint.revise(AbstractPVRConstraint.java:34), cspfj.filter.AC3.reduceOnce(AC3.java:177), cspfj.filter.AC3.reduce(AC3.java:155), cspfj.filter.AC3.reduceAfter(AC3.java:131), cspfj.filter.DC2.singletonTest(DC2.java:181), cspfj.filter.DC2.cdcReduce(DC2.java:125), cspfj.filter.DC2.reduceAll(DC2.java:92), cspfj.AbstractSolver.preprocess(AbstractSolver.java:226), cspfj.MGACIter.runSolver(MGACIter.java:206), concrete.AbstractLauncher.solve(AbstractLauncher.java:401), concrete.Concrete.solve(Concrete.java:187), concrete.Concrete.run(Concrete.java:112), concrete.Concrete.main(Concrete.java:105)]
161.53/162.95	c CDC-added-constraints: 1168
161.53/162.95	c CDC-nbsingletontests: 739
161.53/162.95	c CDC-nogoods: 24954129
161.53/162.95	c prepro-constraint-ccks: 0
161.53/162.95	c prepro-constraint-presenceccks: 0
161.53/162.95	c prepro-cpu: 100.78
161.53/162.95	c prepro-matrix2d-ccks: 28694946
161.53/162.95	c prepro-matrix2d-presenceccks: 265694678
161.53/162.95	c prepro-removed: 418496
161.53/162.95	c total-assgn: 0
161.53/162.95	c total-constraint-ccks: 0
161.53/162.95	c total-constraint-presence-ccks: 0
161.53/162.95	c total-cpu: 100.84
161.53/162.95	c total-matrix2d-ccks: 28694946
161.53/162.95	c total-matrix2d-presence-ccks: 265694678
161.53/162.95	c TOTAL-NODES 0
161.53/162.95	c TOTAL-CPU 0.0

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081584-1247719950/watcher-2081584-1247719950 -o /tmp/evaluation-result-2081584-1247719950/solver-2081584-1247719950 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2081584-1247719950.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 1.98 1.99 4/73 12081
/proc/meminfo: memFree=933560/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 59062289 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 228706713682 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/12081/statm: 1339 230 191 169 0 50 0
[pid=12082] ppid=12081 vsize=5356 CPUtime=0
/proc/12082/stat : 12082 (concrete.sh) R 12081 12081 11556 0 -1 4194368 20 0 0 0 0 0 0 0 19 0 1 0 59062289 5484544 232 996147200 4194304 4889804 548682068736 18446744073709551615 228706092867 0 0 4096 65538 0 0 0 17 0 0 0
/proc/12082/statm: 1339 232 193 169 0 50 0

[startup+0.102773 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 12081
/proc/meminfo: memFree=933560/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201783 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 12081
/proc/meminfo: memFree=933560/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30179 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 12081
/proc/meminfo: memFree=933560/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701829 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 12081
/proc/meminfo: memFree=933560/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5019 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 12094
/proc/meminfo: memFree=917672/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=847568 CPUtime=1.47
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 7206 0 1 0 142 5 0 0 18 0 9 0 59062290 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 211892 6267 2004 9 0 206370 0
[pid=12086/tid=12087] ppid=12081 vsize=847568 CPUtime=1.07
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 3936 0 1 0 104 3 0 0 22 0 9 0 59062291 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4126420508 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=847568 CPUtime=0.06
/proc/12086/task/12088/stat : 12088 (java) S 12081 12081 11556 0 -1 64 1082 0 0 0 6 0 0 0 16 0 9 0 59062292 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59062292 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59062292 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59062294 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=847568 CPUtime=0.3
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 1493 0 0 0 30 0 0 0 16 0 9 0 59062298 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59062298 867909632 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59062298 867909632 6267 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) 852924

[startup+3.10205 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 12094
/proc/meminfo: memFree=913064/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=847568 CPUtime=3.05
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 9091 0 1 0 300 5 0 0 18 0 9 0 59062290 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 211892 7940 2624 9 0 206370 0
[pid=12086/tid=12087] ppid=12081 vsize=847568 CPUtime=2.48
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 3952 0 1 0 245 3 0 0 25 0 9 0 59062291 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4126412998 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=847568 CPUtime=0.23
/proc/12086/task/12088/stat : 12088 (java) S 12081 12081 11556 0 -1 64 2951 0 0 0 23 0 0 0 16 0 9 0 59062292 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59062292 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59062292 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59062294 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=847568 CPUtime=0.3
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 1493 0 0 0 30 0 0 0 16 0 9 0 59062298 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59062298 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=847568 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59062298 867909632 7940 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852924

[startup+6.30137 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 12094
/proc/meminfo: memFree=908264/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=849880 CPUtime=6.22
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 14850 0 1 0 612 10 0 0 18 0 10 0 59062290 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212470 13009 2625 9 0 206948 0
[pid=12086/tid=12087] ppid=12081 vsize=849880 CPUtime=5.1
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 4135 0 1 0 506 4 0 0 25 0 10 0 59062291 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=849880 CPUtime=0.78
/proc/12086/task/12088/stat : 12088 (java) R 12081 12081 11556 0 -1 64 8517 0 0 0 74 4 0 0 16 0 10 0 59062292 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 103732913 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=849880 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59062292 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=849880 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59062292 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=849880 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59062294 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=849880 CPUtime=0.31
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 1499 0 0 0 31 0 0 0 15 0 10 0 59062298 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=849880 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59062298 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=849880 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59062298 870277120 13009 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 855236

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 12095
/proc/meminfo: memFree=874976/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=12.56
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 19864 0 1 0 1241 15 0 0 18 0 10 0 59062290 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 16889 2633 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=10.55
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 4476 0 1 0 1050 5 0 0 25 0 10 0 59062291 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4127731291 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=1.28
/proc/12086/task/12088/stat : 12088 (java) S 12081 12081 11556 0 -1 64 12177 0 0 0 121 7 0 0 17 0 10 0 59062292 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59062294 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.7
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2508 0 0 0 69 1 0 0 15 0 10 0 59062298 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59062298 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59062298 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12095] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12095/stat : 12095 (java) S 12081 12081 11556 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 59062849 871682048 16889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 856608

[startup+25.5012 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 12095
/proc/meminfo: memFree=842464/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=25.25
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 28043 0 1 0 2506 19 0 0 18 0 10 0 59062290 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 25048 2633 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=22.79
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 4785 0 1 0 2274 5 0 0 25 0 10 0 59062291 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4127722034 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=1.67
/proc/12086/task/12088/stat : 12088 (java) S 12081 12081 11556 0 -1 64 20019 0 0 0 157 10 0 0 17 0 10 0 59062292 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59062294 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.75
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2536 0 0 0 74 1 0 0 15 0 10 0 59062298 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59062298 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59062298 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12095] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12095/stat : 12095 (java) S 12081 12081 11556 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 59062849 871682048 25048 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25

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


[startup+51.1016 s]
/proc/loadavg: 2.22 2.05 2.01 3/84 12096
/proc/meminfo: memFree=494424/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=50.63
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 114889 0 1 0 5007 56 0 0 18 0 10 0 59062290 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 111858 2634 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=43.21
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 8022 0 1 0 4313 8 0 0 25 0 10 0 59062291 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4127805616 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=6.55
/proc/12086/task/12088/stat : 12088 (java) S 12081 12081 11556 0 -1 64 103599 0 0 0 610 45 0 0 16 0 10 0 59062292 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59062294 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.84
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2562 0 0 0 82 2 0 0 15 0 10 0 59062298 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59062298 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59062298 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12096] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12096/stat : 12096 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59065142 871682048 111858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 856608

[startup+102.301 s]
/proc/loadavg: 2.17 2.05 2.01 3/84 12096
/proc/meminfo: memFree=452120/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=101.4
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 125486 0 1 0 10080 60 0 0 18 0 10 0 59062290 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 122435 2634 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=93.52
/proc/12086/task/12087/stat : 12087 (java) R 12081 12081 11556 0 -1 64 10953 0 1 0 9343 9 0 0 25 0 10 0 59062291 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4127974444 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=7
/proc/12086/task/12088/stat : 12088 (java) S 12081 12081 11556 0 -1 64 111257 0 0 0 653 47 0 0 17 0 10 0 59062292 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 59062292 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59062294 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.85
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2570 0 0 0 83 2 0 0 16 0 10 0 59062298 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59062298 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59062298 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12096] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12096/stat : 12096 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59065142 871682048 122435 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 856608

[startup+162.301 s]
/proc/loadavg: 2.25 2.09 2.02 3/83 12096
/proc/meminfo: memFree=179800/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=160.92
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 193398 0 1 0 16005 87 0 0 18 0 9 0 59062290 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 190317 2635 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=125.69
/proc/12086/task/12087/stat : 12087 (java) S 12081 12081 11556 0 -1 64 10996 0 1 0 12560 9 0 0 17 0 9 0 59062291 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=34.34
/proc/12086/task/12088/stat : 12088 (java) R 12081 12081 11556 0 -1 64 179122 0 0 0 3360 74 0 0 25 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59062294 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.85
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2572 0 0 0 83 2 0 0 16 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 856608

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

[startup+162.402 s]
/proc/loadavg: 2.25 2.09 2.02 3/83 12096
/proc/meminfo: memFree=179800/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=161.02
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 193398 0 1 0 16015 87 0 0 18 0 9 0 59062290 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 190317 2635 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=125.69
/proc/12086/task/12087/stat : 12087 (java) S 12081 12081 11556 0 -1 64 10996 0 1 0 12560 9 0 0 17 0 9 0 59062291 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=34.44
/proc/12086/task/12088/stat : 12088 (java) R 12081 12081 11556 0 -1 64 179122 0 0 0 3370 74 0 0 25 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 104516147 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59062294 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.85
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2572 0 0 0 83 2 0 0 16 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 856608

[startup+162.801 s]
/proc/loadavg: 2.25 2.09 2.02 3/83 12096
/proc/meminfo: memFree=179800/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=851252 CPUtime=161.43
/proc/12086/stat : 12086 (java) S 12081 12081 11556 0 -1 0 193398 0 1 0 16056 87 0 0 18 0 9 0 59062290 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 212813 190317 2635 9 0 207291 0
[pid=12086/tid=12087] ppid=12081 vsize=851252 CPUtime=125.69
/proc/12086/task/12087/stat : 12087 (java) S 12081 12081 11556 0 -1 64 10996 0 1 0 12560 9 0 0 17 0 9 0 59062291 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12088] ppid=12081 vsize=851252 CPUtime=34.85
/proc/12086/task/12088/stat : 12088 (java) R 12081 12081 11556 0 -1 64 179122 0 0 0 3411 74 0 0 25 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12089] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12081 12081 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12081 12081 11556 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59062292 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12081 12081 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59062294 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12081 vsize=851252 CPUtime=0.85
/proc/12086/task/12092/stat : 12092 (java) S 12081 12081 11556 0 -1 64 2572 0 0 0 83 2 0 0 16 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12086/tid=12094] ppid=12081 vsize=851252 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12081 12081 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59062298 871682048 190317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 856608

[startup+163.001 s]
/proc/loadavg: 2.25 2.09 2.02 3/83 12096
/proc/meminfo: memFree=179800/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=0 CPUtime=161.58
/proc/12086/stat : 12086 (java) Z 12081 12081 11556 0 -1 12 193409 0 1 0 16070 88 0 0 16 0 2 0 59062290 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12086/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 5356

[startup+163.101 s]
/proc/loadavg: 2.25 2.09 2.02 3/83 12096
/proc/meminfo: memFree=179800/2055920 swapFree=4192812/4192956
[pid=12081] ppid=12079 vsize=5356 CPUtime=0
/proc/12081/stat : 12081 (concrete.sh) S 12079 12081 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59062289 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12081/statm: 1339 244 201 169 0 50 0
[pid=12086] ppid=12081 vsize=0 CPUtime=161.68
/proc/12086/stat : 12086 (java) Z 12081 12081 11556 0 -1 12 193409 0 1 0 16070 98 0 0 16 0 2 0 59062290 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12086/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 163.104
CPU time (s): 161.699
CPU user time (s): 160.712
CPU system time (s): 0.987849
CPU usage (%): 99.1391
Max. virtual memory (cumulated for all children) (KiB): 857896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.712
system time used= 0.987849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194052
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= 9083
involuntary context switches= 12118

runsolver used 0.19097 second user time and 0.563914 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-16 06:52:30
IDJOB=2081584
IDBENCH=57436
IDSOLVER=736
FILE ID=node8/2081584-1247719950
PBS_JOBID= 9521433
Free space on /tmp= 66084 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-28.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-2081584-1247719950/watcher-2081584-1247719950 -o /tmp/evaluation-result-2081584-1247719950/solver-2081584-1247719950 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2081584-1247719950.xml

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

MD5SUM BENCH= 0ee4188de7d6c5919718ac5c6628a5b8
RANDOM SEED=1615195345

node8.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.213
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.213
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:        933976 kB
Buffers:         69432 kB
Cached:         526180 kB
SwapCached:          0 kB
Active:         525248 kB
Inactive:       517988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        933976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:         459164 kB
Slab:            62680 kB
Committed_AS:   898640 kB
PageTables:       2992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66080 MiB
End job on node8 at 2009-07-16 06:55:14