Trace number 2065722

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? 1004.04 1007.17

DiagnosticValue
CHECKS2249900000
NODES0

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-3.xml
MD5SUM4464c4dbbc6767281e99ecdc6a7793b6
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 benchmark3.3125
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size946
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

3.85/3.99	c CPU-LOAD 2.22
3.85/3.99	c LOADED 225 V (946 E), 3150 DTConstraint, arity 2, 2.22 cpu
1003.80/1006.99	c [1006.544] WARNING : java.lang.OutOfMemoryError: Java heap space
1003.80/1006.99	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
1003.80/1006.99	cspfj.util.BitVector.factory(BitVector.java:36)
1003.80/1006.99	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:14)
1003.80/1006.99	cspfj.problem.Problem.learnConstraint(Problem.java:405)
1003.80/1006.99	cspfj.filter.DC2.noGoods(DC2.java:263)
1003.80/1006.99	cspfj.filter.DC2.singletonTest(DC2.java:206)
1003.80/1006.99	cspfj.filter.DC2.cdcReduce(DC2.java:125)
1003.80/1006.99	cspfj.filter.DC2.reduceAll(DC2.java:92)
1003.80/1006.99	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
1003.80/1006.99	cspfj.MGACIter.runSolver(MGACIter.java:206)
1003.80/1006.99	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
1003.80/1006.99	concrete.Concrete.solve(Concrete.java:187)
1003.80/1006.99	concrete.Concrete.run(Concrete.java:112)
1003.80/1006.99	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
1003.80/1006.99	s UNKNOWN
1003.80/1006.99	d NODES 0
1003.80/1006.99	d CHECKS 2249901056
1003.80/1006.99	c java.lang.OutOfMemoryError: Java heap space[cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17), cspfj.util.BitVector.factory(BitVector.java:36), cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:14), cspfj.problem.Problem.learnConstraint(Problem.java:405), cspfj.filter.DC2.noGoods(DC2.java:263), cspfj.filter.DC2.singletonTest(DC2.java:206), 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)]
1003.80/1006.99	c CDC-added-constraints: 2419
1003.80/1006.99	c CDC-nbsingletontests: 128583
1003.80/1006.99	c CDC-nogoods: 199810736
1003.80/1006.99	c prepro-constraint-ccks: 0
1003.80/1006.99	c prepro-constraint-presenceccks: 0
1003.80/1006.99	c prepro-cpu: 855.65
1003.80/1006.99	c prepro-matrix2d-ccks: 2249901056
1003.80/1006.99	c prepro-matrix2d-presenceccks: 3232244107
1003.80/1006.99	c prepro-removed: 1027
1003.80/1006.99	c total-assgn: 0
1003.80/1006.99	c total-constraint-ccks: 0
1003.80/1006.99	c total-constraint-presence-ccks: 0
1003.80/1006.99	c total-cpu: 855.69
1003.80/1006.99	c total-matrix2d-ccks: 2249901056
1003.80/1006.99	c total-matrix2d-presence-ccks: 3232244107
1003.80/1006.99	c TOTAL-NODES 0
1003.80/1006.99	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-2065722-1247703806/watcher-2065722-1247703806 -o /tmp/evaluation-result-2065722-1247703806/solver-2065722-1247703806 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2065722-1247703806.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: 2.64 2.62 2.31 4/72 14785
/proc/meminfo: memFree=993600/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) R 14783 14785 13910 0 -1 4194304 320 294 0 0 0 0 0 0 22 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406675045 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0

[startup+0.08541 s]
/proc/loadavg: 2.64 2.62 2.31 4/72 14785
/proc/meminfo: memFree=993600/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101407 s]
/proc/loadavg: 2.64 2.62 2.31 4/72 14785
/proc/meminfo: memFree=993600/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301431 s]
/proc/loadavg: 2.64 2.62 2.31 4/72 14785
/proc/meminfo: memFree=993600/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701467 s]
/proc/loadavg: 2.64 2.62 2.31 4/72 14785
/proc/meminfo: memFree=993600/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50154 s]
/proc/loadavg: 2.59 2.61 2.31 4/82 14798
/proc/meminfo: memFree=976496/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=847516 CPUtime=1.46
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 6944 0 1 0 141 5 0 0 18 0 9 0 57444099 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 211879 6202 2004 9 0 206357 0
[pid=14790/tid=14791] ppid=14785 vsize=847516 CPUtime=1.05
/proc/14790/task/14791/stat : 14791 (java) R 14785 14785 13910 0 -1 64 3904 0 1 0 103 2 0 0 24 0 9 0 57444100 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4126383177 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14792] ppid=14785 vsize=847516 CPUtime=0.06
/proc/14790/task/14792/stat : 14792 (java) S 14785 14785 13910 0 -1 64 1009 0 0 0 6 0 0 0 16 0 9 0 57444101 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14793] ppid=14785 vsize=847516 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57444102 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=847516 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57444102 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=847516 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57444104 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=847516 CPUtime=0.32
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 1336 0 0 0 31 1 0 0 15 0 9 0 57444107 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=847516 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57444108 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=847516 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57444108 867856384 6202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852872

[startup+3.1027 s]
/proc/loadavg: 2.59 2.61 2.31 3/83 14799
/proc/meminfo: memFree=955624/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=3.06
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 13452 0 1 0 297 9 0 0 18 0 10 0 57444099 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 12381 2626 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=1.78
/proc/14790/task/14791/stat : 14791 (java) R 14785 14785 13910 0 -1 64 4209 0 1 0 175 3 0 0 25 0 10 0 57444100 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=0.59
/proc/14790/task/14792/stat : 14792 (java) S 14785 14785 13910 0 -1 64 6257 0 0 0 56 3 0 0 16 0 10 0 57444101 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.67
/proc/14790/task/14796/stat : 14796 (java) R 14785 14785 13910 0 -1 64 2287 0 0 0 65 2 0 0 16 0 10 0 57444107 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 103671792 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 12381 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14799] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14799/stat : 14799 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57444267 871555072 12381 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) 856484

[startup+6.30301 s]
/proc/loadavg: 2.59 2.61 2.31 3/83 14800
/proc/meminfo: memFree=938528/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=6.25
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 14677 0 1 0 614 11 0 0 18 0 10 0 57444099 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 13545 2627 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=4.61
/proc/14790/task/14791/stat : 14791 (java) R 14785 14785 13910 0 -1 64 4319 0 1 0 458 3 0 0 25 0 10 0 57444100 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4127843443 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=0.83
/proc/14790/task/14792/stat : 14792 (java) S 14785 14785 13910 0 -1 64 7290 0 0 0 79 4 0 0 16 0 10 0 57444101 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.78
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2368 0 0 0 76 2 0 0 15 0 10 0 57444107 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 13545 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 13545 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) 856484

[startup+12.7026 s]
/proc/loadavg: 2.50 2.59 2.31 3/83 14800
/proc/meminfo: memFree=920288/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=12.61
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 15656 0 1 0 1249 12 0 0 18 0 10 0 57444099 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 14501 2627 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=10.93
/proc/14790/task/14791/stat : 14791 (java) R 14785 14785 13910 0 -1 64 4342 0 1 0 1090 3 0 0 25 0 10 0 57444100 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4127801653 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=0.86
/proc/14790/task/14792/stat : 14792 (java) S 14785 14785 13910 0 -1 64 8245 0 0 0 82 4 0 0 16 0 10 0 57444101 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.78
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2369 0 0 0 76 2 0 0 15 0 10 0 57444107 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 14501 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 14501 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) 856484

[startup+25.5018 s]
/proc/loadavg: 2.42 2.57 2.30 3/83 14800
/proc/meminfo: memFree=877088/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=25.35
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 20268 0 1 0 2521 14 0 0 18 0 10 0 57444099 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 18761 2628 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=23.42
/proc/14790/task/14791/stat : 14791 (java) R 14785 14785 13910 0 -1 64 4597 0 1 0 2338 4 0 0 25 0 10 0 57444100 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4127843429 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=1.11
/proc/14790/task/14792/stat : 14792 (java) S 14785 14785 13910 0 -1 64 12598 0 0 0 105 6 0 0 16 0 10 0 57444101 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2373 0 0 0 77 2 0 0 15 0 10 0 57444107 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 18761 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0

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

[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2375 0 0 0 77 2 0 0 16 0 10 0 57444107 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.25
Current children cumulated vsize (KiB) 856484

[startup+942.301 s]
/proc/loadavg: 2.48 2.25 2.20 4/92 14842
/proc/meminfo: memFree=708680/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=939.22
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 192658 0 1 0 93825 97 0 0 18 0 10 0 57444099 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 190852 2628 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=852.03
/proc/14790/task/14791/stat : 14791 (java) R 14785 14785 13910 0 -1 64 11311 0 1 0 85191 12 0 0 25 0 10 0 57444100 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=86.36
/proc/14790/task/14792/stat : 14792 (java) R 14785 14785 13910 0 -1 64 178272 0 0 0 8556 80 0 0 17 0 10 0 57444101 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 104190771 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2375 0 0 0 77 2 0 0 16 0 10 0 57444107 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 939.22
Current children cumulated vsize (KiB) 856484

[startup+1002.3 s]
/proc/loadavg: 2.67 2.35 2.23 3/92 14842
/proc/meminfo: memFree=708680/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=999.2
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 192682 0 1 0 99823 97 0 0 18 0 10 0 57444099 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 190852 2628 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=858.16
/proc/14790/task/14791/stat : 14791 (java) S 14785 14785 13910 0 -1 64 11335 0 1 0 85804 12 0 0 17 0 10 0 57444100 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=140.21
/proc/14790/task/14792/stat : 14792 (java) R 14785 14785 13910 0 -1 64 178272 0 0 0 13940 81 0 0 25 0 10 0 57444101 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2375 0 0 0 77 2 0 0 16 0 10 0 57444107 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.2
Current children cumulated vsize (KiB) 856484

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

[startup+1004.7 s]
/proc/loadavg: 2.67 2.35 2.23 3/92 14842
/proc/meminfo: memFree=708680/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=1001.6
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 192682 0 1 0 100063 97 0 0 18 0 10 0 57444099 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 190852 2628 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=858.16
/proc/14790/task/14791/stat : 14791 (java) S 14785 14785 13910 0 -1 64 11335 0 1 0 85804 12 0 0 17 0 10 0 57444100 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=142.61
/proc/14790/task/14792/stat : 14792 (java) R 14785 14785 13910 0 -1 64 178272 0 0 0 14180 81 0 0 25 0 10 0 57444101 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 104190765 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57444102 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57444104 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2375 0 0 0 77 2 0 0 16 0 10 0 57444107 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57444108 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14800] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14800/stat : 14800 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57444508 871555072 190852 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.6
Current children cumulated vsize (KiB) 856484

[startup+1006.3 s]
/proc/loadavg: 2.67 2.35 2.23 3/91 14842
/proc/meminfo: memFree=708680/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=1003.2
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 192684 0 1 0 100223 97 0 0 18 0 9 0 57444099 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 190853 2629 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=858.16
/proc/14790/task/14791/stat : 14791 (java) S 14785 14785 13910 0 -1 64 11337 0 1 0 85804 12 0 0 17 0 9 0 57444100 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=144.21
/proc/14790/task/14792/stat : 14792 (java) R 14785 14785 13910 0 -1 64 178272 0 0 0 14340 81 0 0 25 0 9 0 57444101 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57444102 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57444102 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57444104 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2375 0 0 0 77 2 0 0 16 0 9 0 57444107 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57444108 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57444108 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.2
Current children cumulated vsize (KiB) 856484

[startup+1006.7 s]
/proc/loadavg: 2.62 2.35 2.23 3/91 14842
/proc/meminfo: memFree=708680/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=851128 CPUtime=1003.6
/proc/14790/stat : 14790 (java) S 14785 14785 13910 0 -1 0 192684 0 1 0 100263 97 0 0 18 0 9 0 57444099 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 212782 190853 2629 9 0 207260 0
[pid=14790/tid=14791] ppid=14785 vsize=851128 CPUtime=858.16
/proc/14790/task/14791/stat : 14791 (java) S 14785 14785 13910 0 -1 64 11337 0 1 0 85804 12 0 0 17 0 9 0 57444100 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14792] ppid=14785 vsize=851128 CPUtime=144.61
/proc/14790/task/14792/stat : 14792 (java) R 14785 14785 13910 0 -1 64 178272 0 0 0 14380 81 0 0 25 0 9 0 57444101 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14790/tid=14793] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14793/stat : 14793 (java) S 14785 14785 13910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57444102 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14794] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14794/stat : 14794 (java) S 14785 14785 13910 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57444102 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14795] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14795/stat : 14795 (java) S 14785 14785 13910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57444104 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14796] ppid=14785 vsize=851128 CPUtime=0.79
/proc/14790/task/14796/stat : 14796 (java) S 14785 14785 13910 0 -1 64 2375 0 0 0 77 2 0 0 16 0 9 0 57444107 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14797] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14797/stat : 14797 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57444108 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14790/tid=14798] ppid=14785 vsize=851128 CPUtime=0
/proc/14790/task/14798/stat : 14798 (java) S 14785 14785 13910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57444108 871555072 190853 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.6
Current children cumulated vsize (KiB) 856484

[startup+1007.1 s]
/proc/loadavg: 2.62 2.35 2.23 3/91 14842
/proc/meminfo: memFree=708680/2055920 swapFree=4192812/4192956
[pid=14785] ppid=14783 vsize=5356 CPUtime=0
/proc/14785/stat : 14785 (concrete.sh) S 14783 14785 13910 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57444098 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14785/statm: 1339 244 201 169 0 50 0
[pid=14790] ppid=14785 vsize=0 CPUtime=1003.95
/proc/14790/stat : 14790 (java) Z 14785 14785 13910 0 -1 12 192715 0 1 0 100292 103 0 0 16 0 2 0 57444099 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14790/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1003.95
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1007.17
CPU time (s): 1004.04
CPU user time (s): 1002.93
CPU system time (s): 1.10583
CPU usage (%): 99.6887
Max. virtual memory (cumulated for all children) (KiB): 857768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1002.93
system time used= 1.10583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193358
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= 27213
involuntary context switches= 33761

runsolver used 1.19782 second user time and 3.47547 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-16 02:23:26
IDJOB=2065722
IDBENCH=54405
IDSOLVER=736
FILE ID=node61/2065722-1247703806
PBS_JOBID= 9521190
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 4464c4dbbc6767281e99ecdc6a7793b6
RANDOM SEED=392828394

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        994080 kB
Buffers:        104460 kB
Cached:         528076 kB
SwapCached:          0 kB
Active:         598304 kB
Inactive:       382992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        994080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:         360248 kB
Slab:            65552 kB
Committed_AS:   871900 kB
PageTables:       2380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node61 at 2009-07-16 02:40:14