Trace number 2086798

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? 177.007 178.754

DiagnosticValue
CHECKS34880100
NODES0

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-4.xml
MD5SUM5cc165977f196f608f6417ffbc3873c8
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 benchmark398.499
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

5.31/5.42	c CPU-LOAD 3.05
5.31/5.42	c LOADED 400 V (1518 E), 3800 DTConstraint, 380 DiffConstraint, arity 2, 3.05 cpu
176.79/178.57	c [ 178.133] WARNING : java.lang.OutOfMemoryError: Java heap space
176.79/178.57	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
176.79/178.57	cspfj.util.BitVector.factory(BitVector.java:36)
176.79/178.57	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:14)
176.79/178.57	cspfj.problem.Problem.learnConstraint(Problem.java:405)
176.79/178.57	cspfj.filter.DC2.noGoods(DC2.java:263)
176.79/178.57	cspfj.filter.DC2.singletonTest(DC2.java:206)
176.79/178.57	cspfj.filter.DC2.cdcReduce(DC2.java:125)
176.79/178.57	cspfj.filter.DC2.reduceAll(DC2.java:92)
176.79/178.57	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
176.79/178.57	cspfj.MGACIter.runSolver(MGACIter.java:206)
176.79/178.57	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
176.79/178.57	concrete.Concrete.solve(Concrete.java:187)
176.79/178.57	concrete.Concrete.run(Concrete.java:112)
176.79/178.57	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
176.79/178.57	s UNKNOWN
176.79/178.57	d NODES 0
176.79/178.57	d CHECKS 34880083
176.79/178.57	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)]
176.79/178.58	c CDC-added-constraints: 793
176.79/178.58	c CDC-nbsingletontests: 1365
176.79/178.58	c CDC-nogoods: 30740591
176.79/178.58	c prepro-constraint-ccks: 0
176.79/178.58	c prepro-constraint-presenceccks: 0
176.79/178.58	c prepro-cpu: 149.27
176.79/178.58	c prepro-matrix2d-ccks: 34880083
176.79/178.58	c prepro-matrix2d-presenceccks: 424475147
176.79/178.58	c prepro-removed: 380412
176.79/178.58	c total-assgn: 0
176.79/178.58	c total-constraint-ccks: 0
176.79/178.58	c total-constraint-presence-ccks: 0
176.79/178.58	c total-cpu: 149.33
176.79/178.58	c total-matrix2d-ccks: 34880083
176.79/178.58	c total-matrix2d-presence-ccks: 424475147
176.79/178.58	c TOTAL-NODES 0
176.79/178.58	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-2086798-1247726824/watcher-2086798-1247726824 -o /tmp/evaluation-result-2086798-1247726824/solver-2086798-1247726824 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2086798-1247726824.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.99 2.00 2.00 4/81 17066
/proc/meminfo: memFree=1390312/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=18576 CPUtime=0
/proc/17066/stat : 17066 (runsolver) R 17064 17066 17029 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59745070 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17066/statm: 4644 284 249 26 0 2626 0

[startup+0.075174 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 17066
/proc/meminfo: memFree=1390312/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101172 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 17066
/proc/meminfo: memFree=1390312/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30119 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 17066
/proc/meminfo: memFree=1390312/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701225 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 17066
/proc/meminfo: memFree=1390312/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50229 s]
/proc/loadavg: 1.99 2.00 2.00 4/91 17079
/proc/meminfo: memFree=1376024/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=847592 CPUtime=1.45
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 7053 0 1 0 139 6 0 0 18 0 9 0 59745072 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 211898 6210 2004 9 0 206376 0
[pid=17071/tid=17072] ppid=17066 vsize=847592 CPUtime=1.02
/proc/17071/task/17072/stat : 17072 (java) R 17066 17066 17029 0 -1 64 3895 0 1 0 99 3 0 0 21 0 9 0 59745073 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4126503613 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=847592 CPUtime=0.07
/proc/17071/task/17073/stat : 17073 (java) S 17066 17066 17029 0 -1 64 1014 0 0 0 7 0 0 0 16 0 9 0 59745074 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=847592 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59745074 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=847592 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59745074 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=847592 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59745077 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=847592 CPUtime=0.33
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 1449 0 0 0 32 1 0 0 16 0 9 0 59745080 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=847592 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59745080 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=847592 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59745081 867934208 6210 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 852948

[startup+3.10242 s]
/proc/loadavg: 2.15 2.03 2.01 4/92 17080
/proc/meminfo: memFree=1370064/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=848620 CPUtime=3.04
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 17184 0 1 0 292 12 0 0 18 0 10 0 59745072 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212155 16111 2624 9 0 206633 0
[pid=17071/tid=17072] ppid=17066 vsize=848620 CPUtime=1.7
/proc/17071/task/17072/stat : 17072 (java) R 17066 17066 17029 0 -1 64 4512 0 1 0 166 4 0 0 24 0 10 0 59745073 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=848620 CPUtime=0.98
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 10518 0 0 0 92 6 0 0 19 0 10 0 59745074 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 104187651 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=848620 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=848620 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59745074 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=848620 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=848620 CPUtime=0.34
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 1456 0 0 0 33 1 0 0 15 0 10 0 59745080 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=848620 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=848620 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17080] ppid=17066 vsize=848620 CPUtime=0
/proc/17071/task/17080/stat : 17080 (java) S 17066 17066 17029 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 59745279 868986880 16111 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 853976

[startup+6.30168 s]
/proc/loadavg: 2.15 2.03 2.01 4/91 17080
/proc/meminfo: memFree=1313680/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=6.21
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 25984 0 1 0 602 19 0 0 18 0 10 0 59745072 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 24760 2628 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=3.52
/proc/17071/task/17072/stat : 17072 (java) R 17066 17066 17029 0 -1 64 5143 0 1 0 347 5 0 0 25 0 10 0 59745073 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=1.87
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 17682 0 0 0 178 9 0 0 16 0 10 0 59745074 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 104187627 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.77
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2459 0 0 0 75 2 0 0 15 0 10 0 59745080 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 24760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 856440

[startup+12.7012 s]
/proc/loadavg: 2.28 2.06 2.02 3/92 17081
/proc/meminfo: memFree=1091208/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=12.54
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 78224 0 1 0 1210 44 0 0 18 0 10 0 59745072 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 76982 2628 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=7.59
/proc/17071/task/17072/stat : 17072 (java) R 17066 17066 17029 0 -1 64 7531 0 1 0 753 6 0 0 25 0 10 0 59745073 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4127812370 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=4.11
/proc/17071/task/17073/stat : 17073 (java) S 17066 17066 17029 0 -1 64 67522 0 0 0 378 33 0 0 16 0 10 0 59745074 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.79
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2471 0 0 0 77 2 0 0 15 0 10 0 59745080 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17081] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17081/stat : 17081 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59745630 871510016 76982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 856440

[startup+25.5022 s]
/proc/loadavg: 2.24 2.06 2.02 3/92 17081
/proc/meminfo: memFree=1070664/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=25.23
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 83376 0 1 0 2476 47 0 0 18 0 10 0 59745072 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 82133 2628 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=20.18
/proc/17071/task/17072/stat : 17072 (java) R 17066 17066 17029 0 -1 64 7532 0 1 0 2012 6 0 0 25 0 10 0 59745073 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4127816180 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=4.21
/proc/17071/task/17073/stat : 17073 (java) S 17066 17066 17029 0 -1 64 72673 0 0 0 385 36 0 0 16 0 10 0 59745074 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.79
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2471 0 0 0 77 2 0 0 15 0 10 0 59745080 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17081] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17081/stat : 17081 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59745630 871510016 82133 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 856440

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

[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.82
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2481 0 0 0 79 3 0 0 16 0 10 0 59745080 871510016 161286 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 161286 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 161286 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17081] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17081/stat : 17081 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59745630 871510016 161286 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 856440

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

[startup+166.303 s]
/proc/loadavg: 2.05 2.05 2.01 4/92 17081
/proc/meminfo: memFree=639176/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=164.71
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 191018 0 1 0 16374 97 0 0 18 0 10 0 59745072 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 189732 2628 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=152.55
/proc/17071/task/17072/stat : 17072 (java) R 17066 17066 17029 0 -1 64 9958 0 1 0 15247 8 0 0 25 0 10 0 59745073 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=11.29
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 177877 0 0 0 1045 84 0 0 17 0 10 0 59745074 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.82
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2483 0 0 0 79 3 0 0 15 0 10 0 59745080 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17081] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17081/stat : 17081 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59745630 871510016 189732 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.71
Current children cumulated vsize (KiB) 856440

[startup+172.707 s]
/proc/loadavg: 2.11 2.07 2.02 3/92 17081
/proc/meminfo: memFree=634696/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=171.05
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 192129 0 1 0 17008 97 0 0 18 0 10 0 59745072 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 190841 2628 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=152.59
/proc/17071/task/17072/stat : 17072 (java) S 17066 17066 17029 0 -1 64 9960 0 1 0 15251 8 0 0 17 0 10 0 59745073 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=17.61
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 178986 0 0 0 1676 85 0 0 25 0 10 0 59745074 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.82
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2483 0 0 0 79 3 0 0 15 0 10 0 59745080 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17081] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17081/stat : 17081 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59745630 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.05
Current children cumulated vsize (KiB) 856440

[startup+175.901 s]
/proc/loadavg: 2.11 2.07 2.02 3/92 17081
/proc/meminfo: memFree=634696/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=174.22
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 192129 0 1 0 17325 97 0 0 18 0 10 0 59745072 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 190841 2628 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=152.59
/proc/17071/task/17072/stat : 17072 (java) S 17066 17066 17029 0 -1 64 9960 0 1 0 15251 8 0 0 17 0 10 0 59745073 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=20.78
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 178986 0 0 0 1993 85 0 0 25 0 10 0 59745074 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59745074 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59745077 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.82
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2483 0 0 0 79 3 0 0 15 0 10 0 59745080 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59745080 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59745081 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17081] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17081/stat : 17081 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59745630 871510016 190841 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.22
Current children cumulated vsize (KiB) 856440

[startup+177.501 s]
/proc/loadavg: 2.10 2.07 2.02 3/91 17081
/proc/meminfo: memFree=634696/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=175.8
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 192131 0 1 0 17483 97 0 0 18 0 9 0 59745072 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 190842 2629 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=152.59
/proc/17071/task/17072/stat : 17072 (java) S 17066 17066 17029 0 -1 64 9962 0 1 0 15251 8 0 0 17 0 9 0 59745073 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=22.36
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 178986 0 0 0 2151 85 0 0 25 0 9 0 59745074 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 104189954 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59745074 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59745074 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59745077 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.82
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2483 0 0 0 79 3 0 0 15 0 9 0 59745080 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59745080 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59745081 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.8
Current children cumulated vsize (KiB) 856440

[startup+178.302 s]
/proc/loadavg: 2.10 2.07 2.02 3/91 17081
/proc/meminfo: memFree=634696/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=851084 CPUtime=176.59
/proc/17071/stat : 17071 (java) S 17066 17066 17029 0 -1 0 192131 0 1 0 17562 97 0 0 18 0 9 0 59745072 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 212771 190842 2629 9 0 207249 0
[pid=17071/tid=17072] ppid=17066 vsize=851084 CPUtime=152.59
/proc/17071/task/17072/stat : 17072 (java) S 17066 17066 17029 0 -1 64 9962 0 1 0 15251 8 0 0 17 0 9 0 59745073 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17073] ppid=17066 vsize=851084 CPUtime=23.15
/proc/17071/task/17073/stat : 17073 (java) R 17066 17066 17029 0 -1 64 178986 0 0 0 2230 85 0 0 25 0 9 0 59745074 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17074] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17074/stat : 17074 (java) S 17066 17066 17029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59745074 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17075] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17075/stat : 17075 (java) S 17066 17066 17029 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59745074 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17076] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17076/stat : 17076 (java) S 17066 17066 17029 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59745077 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17077] ppid=17066 vsize=851084 CPUtime=0.82
/proc/17071/task/17077/stat : 17077 (java) S 17066 17066 17029 0 -1 64 2483 0 0 0 79 3 0 0 15 0 9 0 59745080 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17078] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17078/stat : 17078 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59745080 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17071/tid=17079] ppid=17066 vsize=851084 CPUtime=0
/proc/17071/task/17079/stat : 17079 (java) S 17066 17066 17029 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59745081 871510016 190842 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 176.59
Current children cumulated vsize (KiB) 856440

[startup+178.702 s]
/proc/loadavg: 2.10 2.07 2.02 3/91 17081
/proc/meminfo: memFree=634696/2055920 swapFree=4192812/4192956
[pid=17066] ppid=17064 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (concrete.sh) S 17064 17066 17029 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59745070 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 244 201 169 0 50 0
[pid=17071] ppid=17066 vsize=0 CPUtime=176.94
/proc/17071/stat : 17071 (java) Z 17066 17066 17029 0 -1 12 192163 0 1 0 17590 104 0 0 16 0 2 0 59745072 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17071/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 176.94
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 178.754
CPU time (s): 177.007
CPU user time (s): 175.901
CPU system time (s): 1.10583
CPU usage (%): 99.0226
Max. virtual memory (cumulated for all children) (KiB): 856440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.901
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= 192806
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= 7836
involuntary context switches= 13394

runsolver used 0.219966 second user time and 0.605907 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-16 08:47:04
IDJOB=2086798
IDBENCH=58635
IDSOLVER=736
FILE ID=node69/2086798-1247726824
PBS_JOBID= 9521630
Free space on /tmp= 66416 MiB

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

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

MD5SUM BENCH= 5cc165977f196f608f6417ffbc3873c8
RANDOM SEED=889654443

node69.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.211
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.211
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:       1390792 kB
Buffers:         86984 kB
Cached:         445728 kB
SwapCached:          0 kB
Active:         171160 kB
Inactive:       413132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:          72044 kB
Slab:            65784 kB
Committed_AS:   619632 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node69 at 2009-07-16 08:50:02