Trace number 2083465

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? 1422.42 1427.52

DiagnosticValue
CHECKS20570400
NODES0

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-4.xml
MD5SUM64e0e16bf67546b6939ec446b8afe6cf
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 benchmark65.795
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data

574.58/579.01	c [ 578.590] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
577.46/581.96	c CPU-LOAD 552.0
577.46/581.96	c LOADED 2500 V (698 E), 8061 ExtensionConstraint2D, 31853 PredicateConstraint, arity 2, 552.0 cpu
1422.22/1427.36	c [1426.933] WARNING : java.lang.OutOfMemoryError: Java heap space
1422.22/1427.36	java.util.HashMap.entrySet0(Unknown Source)
1422.22/1427.36	java.util.HashMap.entrySet(Unknown Source)
1422.22/1427.36	cspfj.filter.DC2.getStatistics(DC2.java:322)
1422.22/1427.36	cspfj.AbstractSolver.preprocess(AbstractSolver.java:235)
1422.22/1427.36	cspfj.MGACIter.runSolver(MGACIter.java:206)
1422.22/1427.36	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
1422.22/1427.36	concrete.Concrete.solve(Concrete.java:187)
1422.22/1427.36	concrete.Concrete.run(Concrete.java:112)
1422.22/1427.36	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
1422.22/1427.36	s UNKNOWN
1422.22/1427.36	d NODES 0
1422.22/1427.36	d CHECKS 20570423
1422.22/1427.36	c java.lang.OutOfMemoryError: Java heap space[java.util.HashMap.entrySet0(Unknown Source), java.util.HashMap.entrySet(Unknown Source), cspfj.filter.DC2.getStatistics(DC2.java:322), cspfj.AbstractSolver.preprocess(AbstractSolver.java:235), 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)]
1422.22/1427.36	c total-assgn: 0
1422.22/1427.36	c total-constraint-ccks: 17808579
1422.22/1427.36	c total-constraint-presence-ccks: 2731515
1422.22/1427.36	c total-cpu: 54.5
1422.22/1427.36	c total-matrix2d-ccks: 2761844
1422.22/1427.36	c total-matrix2d-presence-ccks: 1105952
1422.22/1427.36	c TOTAL-NODES 0
1422.22/1427.36	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-2083465-1247723184/watcher-2083465-1247723184 -o /tmp/evaluation-result-2083465-1247723184/solver-2083465-1247723184 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083465-1247723184.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.00 2.00 2.00 4/72 20887
/proc/meminfo: memFree=1029944/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=18576 CPUtime=0
/proc/20887/stat : 20887 (runsolver) R 20885 20887 18528 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59382377 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20887/statm: 4644 284 249 26 0 2626 0

[startup+0.0593041 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20887
/proc/meminfo: memFree=1029944/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102105 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20887
/proc/meminfo: memFree=1029944/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302118 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20887
/proc/meminfo: memFree=1029944/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701155 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20887
/proc/meminfo: memFree=1029944/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50124 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20900
/proc/meminfo: memFree=1015208/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=847748 CPUtime=1.45
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 8234 0 1 0 139 6 0 0 18 0 9 0 59382378 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 211937 7185 2624 9 0 206415 0
[pid=20892/tid=20893] ppid=20887 vsize=847748 CPUtime=0.98
/proc/20892/task/20893/stat : 20893 (java) R 20887 20887 18528 0 -1 64 3899 0 1 0 95 3 0 0 21 0 9 0 59382379 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20894] ppid=20887 vsize=847748 CPUtime=0.12
/proc/20892/task/20894/stat : 20894 (java) R 20887 20887 18528 0 -1 64 2168 0 0 0 11 1 0 0 16 0 9 0 59382381 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 102722532 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20895] ppid=20887 vsize=847748 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20896] ppid=20887 vsize=847748 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382381 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=847748 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=847748 CPUtime=0.32
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 1472 0 0 0 31 1 0 0 15 0 9 0 59382387 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20899] ppid=20887 vsize=847748 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 868093952 7185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=847748 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382387 868093952 7185 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) 853104

[startup+3.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20900
/proc/meminfo: memFree=1008296/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=847692 CPUtime=3.03
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 9548 0 1 0 296 7 0 0 18 0 9 0 59382378 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 211923 8459 2625 9 0 206401 0
[pid=20892/tid=20893] ppid=20887 vsize=847692 CPUtime=2.39
/proc/20892/task/20893/stat : 20893 (java) R 20887 20887 18528 0 -1 64 3924 0 1 0 236 3 0 0 25 0 9 0 59382379 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4126508069 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20894] ppid=20887 vsize=847692 CPUtime=0.3
/proc/20892/task/20894/stat : 20894 (java) S 20887 20887 18528 0 -1 64 3456 0 0 0 28 2 0 0 16 0 9 0 59382381 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20895] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20896] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382381 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=847692 CPUtime=0.32
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 1473 0 0 0 31 1 0 0 15 0 9 0 59382387 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20899] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382387 868036608 8459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 853048

[startup+6.30273 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20900
/proc/meminfo: memFree=999592/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=847692 CPUtime=6.2
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 11112 0 1 0 612 8 0 0 18 0 9 0 59382378 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 211923 9986 2625 9 0 206401 0
[pid=20892/tid=20893] ppid=20887 vsize=847692 CPUtime=5.4
/proc/20892/task/20893/stat : 20893 (java) R 20887 20887 18528 0 -1 64 4042 0 1 0 537 3 0 0 25 0 9 0 59382379 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4126508022 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20894] ppid=20887 vsize=847692 CPUtime=0.45
/proc/20892/task/20894/stat : 20894 (java) S 20887 20887 18528 0 -1 64 4901 0 0 0 43 2 0 0 16 0 9 0 59382381 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20895] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20896] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382381 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=847692 CPUtime=0.32
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 1473 0 0 0 31 1 0 0 15 0 9 0 59382387 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20899] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 868036608 9986 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 853048

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 20900
/proc/meminfo: memFree=988520/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=847692 CPUtime=12.54
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 13123 0 1 0 1245 9 0 0 18 0 9 0 59382378 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 211923 11339 2626 9 0 206401 0
[pid=20892/tid=20893] ppid=20887 vsize=847692 CPUtime=11.48
/proc/20892/task/20893/stat : 20893 (java) R 20887 20887 18528 0 -1 64 4086 0 1 0 1145 3 0 0 25 0 9 0 59382379 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4126508096 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20894] ppid=20887 vsize=847692 CPUtime=0.71
/proc/20892/task/20894/stat : 20894 (java) S 20887 20887 18528 0 -1 64 6868 0 0 0 68 3 0 0 16 0 9 0 59382381 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20895] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20896] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382381 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=847692 CPUtime=0.32
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 1473 0 0 0 31 1 0 0 16 0 9 0 59382387 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20899] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 868036608 11339 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 868036608 11339 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) 853048

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20900
/proc/meminfo: memFree=981288/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=847692 CPUtime=25.23
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 14728 0 1 0 2513 10 0 0 18 0 9 0 59382378 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 211923 12932 2626 9 0 206401 0
[pid=20892/tid=20893] ppid=20887 vsize=847692 CPUtime=24.09
/proc/20892/task/20893/stat : 20893 (java) R 20887 20887 18528 0 -1 64 4214 0 1 0 2405 4 0 0 25 0 9 0 59382379 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20894] ppid=20887 vsize=847692 CPUtime=0.79
/proc/20892/task/20894/stat : 20894 (java) S 20887 20887 18528 0 -1 64 8345 0 0 0 76 3 0 0 16 0 9 0 59382381 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20895] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20896] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382381 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=847692 CPUtime=0.32
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 1473 0 0 0 31 1 0 0 16 0 9 0 59382387 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20899] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 868036608 12932 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=847692 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 868036608 12932 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) 853048

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20900
/proc/meminfo: memFree=964648/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=20892/tid=20895] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20896] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59382383 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=852120 CPUtime=8.13
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 4324 0 0 0 795 18 0 0 16 0 10 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20899] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20946] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20946/stat : 20946 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59440872 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.24
Current children cumulated vsize (KiB) 857476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.04 3/92 20994
/proc/meminfo: memFree=369360/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=852120 CPUtime=1417.22
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 198911 0 1 0 141553 169 0 0 18 0 9 0 59382378 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 213030 194957 2635 9 0 207508 0
[pid=20892/tid=20893] ppid=20887 vsize=852120 CPUtime=606.07
/proc/20892/task/20893/stat : 20893 (java) S 20887 20887 18528 0 -1 64 13690 0 1 0 60535 72 0 0 16 0 9 0 59382379 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20894] ppid=20887 vsize=852120 CPUtime=802.98
/proc/20892/task/20894/stat : 20894 (java) R 20887 20887 18528 0 -1 64 180190 0 0 0 80220 78 0 0 25 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 104516149 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20895] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20896] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=852120 CPUtime=8.13
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 4324 0 0 0 795 18 0 0 16 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20899] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.22
Current children cumulated vsize (KiB) 857476

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

[startup+1423.9 s]
/proc/loadavg: 2.00 2.03 2.04 3/92 20994
/proc/meminfo: memFree=368976/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=852120 CPUtime=1418.82
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 198912 0 1 0 141713 169 0 0 18 0 9 0 59382378 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 213030 194957 2635 9 0 207508 0
[pid=20892/tid=20893] ppid=20887 vsize=852120 CPUtime=606.07
/proc/20892/task/20893/stat : 20893 (java) S 20887 20887 18528 0 -1 64 13691 0 1 0 60535 72 0 0 16 0 9 0 59382379 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20894] ppid=20887 vsize=852120 CPUtime=804.58
/proc/20892/task/20894/stat : 20894 (java) R 20887 20887 18528 0 -1 64 180190 0 0 0 80380 78 0 0 25 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 103830992 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20895] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20896] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=852120 CPUtime=8.13
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 4324 0 0 0 795 18 0 0 16 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20899] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.82
Current children cumulated vsize (KiB) 857476

[startup+1425.5 s]
/proc/loadavg: 2.00 2.03 2.04 3/92 20994
/proc/meminfo: memFree=368976/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=852120 CPUtime=1420.43
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 198913 0 1 0 141874 169 0 0 18 0 9 0 59382378 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 213030 194957 2635 9 0 207508 0
[pid=20892/tid=20893] ppid=20887 vsize=852120 CPUtime=606.07
/proc/20892/task/20893/stat : 20893 (java) S 20887 20887 18528 0 -1 64 13692 0 1 0 60535 72 0 0 16 0 9 0 59382379 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20894] ppid=20887 vsize=852120 CPUtime=806.18
/proc/20892/task/20894/stat : 20894 (java) R 20887 20887 18528 0 -1 64 180190 0 0 0 80540 78 0 0 25 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 104188755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20895] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20896] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=852120 CPUtime=8.13
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 4324 0 0 0 795 18 0 0 16 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20899] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.43
Current children cumulated vsize (KiB) 857476

[startup+1426.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/92 20994
/proc/meminfo: memFree=368976/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=852120 CPUtime=1421.22
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 198913 0 1 0 141953 169 0 0 18 0 9 0 59382378 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 213030 194957 2635 9 0 207508 0
[pid=20892/tid=20893] ppid=20887 vsize=852120 CPUtime=606.07
/proc/20892/task/20893/stat : 20893 (java) S 20887 20887 18528 0 -1 64 13692 0 1 0 60535 72 0 0 16 0 9 0 59382379 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20894] ppid=20887 vsize=852120 CPUtime=806.98
/proc/20892/task/20894/stat : 20894 (java) R 20887 20887 18528 0 -1 64 180190 0 0 0 80620 78 0 0 25 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 103830992 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20895] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20896] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=852120 CPUtime=8.13
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 4324 0 0 0 795 18 0 0 16 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20899] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.22
Current children cumulated vsize (KiB) 857476

[startup+1427.1 s]
/proc/loadavg: 2.00 2.03 2.04 3/92 20994
/proc/meminfo: memFree=368976/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=852120 CPUtime=1422.02
/proc/20892/stat : 20892 (java) S 20887 20887 18528 0 -1 0 198913 0 1 0 142033 169 0 0 18 0 9 0 59382378 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 213030 194957 2635 9 0 207508 0
[pid=20892/tid=20893] ppid=20887 vsize=852120 CPUtime=606.07
/proc/20892/task/20893/stat : 20893 (java) S 20887 20887 18528 0 -1 64 13692 0 1 0 60535 72 0 0 16 0 9 0 59382379 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20894] ppid=20887 vsize=852120 CPUtime=807.78
/proc/20892/task/20894/stat : 20894 (java) R 20887 20887 18528 0 -1 64 180190 0 0 0 80700 78 0 0 25 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20895] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20895/stat : 20895 (java) S 20887 20887 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20896] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20896/stat : 20896 (java) S 20887 20887 18528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59382381 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20897] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20897/stat : 20897 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382383 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20898] ppid=20887 vsize=852120 CPUtime=8.13
/proc/20892/task/20898/stat : 20898 (java) S 20887 20887 18528 0 -1 64 4324 0 0 0 795 18 0 0 16 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20892/tid=20899] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20899/stat : 20899 (java) S 20887 20887 18528 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20892/tid=20900] ppid=20887 vsize=852120 CPUtime=0
/proc/20892/task/20900/stat : 20900 (java) S 20887 20887 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59382387 872570880 194957 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 857476

[startup+1427.5 s]
/proc/loadavg: 2.00 2.03 2.04 3/92 20994
/proc/meminfo: memFree=368976/2055920 swapFree=4192812/4192956
[pid=20887] ppid=20885 vsize=5356 CPUtime=0
/proc/20887/stat : 20887 (concrete.sh) S 20885 20887 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382377 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20887/statm: 1339 244 201 169 0 50 0
[pid=20892] ppid=20887 vsize=0 CPUtime=1422.39
/proc/20892/stat : 20892 (java) Z 20887 20887 18528 0 -1 12 198946 0 1 0 142059 180 0 0 16 0 2 0 59382378 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20892/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.39
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1427.52
CPU time (s): 1422.42
CPU user time (s): 1420.6
CPU system time (s): 1.82872
CPU usage (%): 99.6429
Max. virtual memory (cumulated for all children) (KiB): 857476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1420.6
system time used= 1.82872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199589
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= 64248
involuntary context switches= 70279

runsolver used 1.78773 second user time and 4.89026 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-16 07:46:25
IDJOB=2083465
IDBENCH=57828
IDSOLVER=736
FILE ID=node44/2083465-1247723184
PBS_JOBID= 9521388
Free space on /tmp= 66272 MiB

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

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

MD5SUM BENCH= 64e0e16bf67546b6939ec446b8afe6cf
RANDOM SEED=818762967

node44.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.219
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.219
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:       1030360 kB
Buffers:         81788 kB
Cached:         311320 kB
SwapCached:          0 kB
Active:         634212 kB
Inactive:       304584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1030360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9892 kB
Writeback:           0 kB
Mapped:         557184 kB
Slab:            71064 kB
Committed_AS:  1114188 kB
PageTables:       2864 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= 66272 MiB
End job on node44 at 2009-07-16 08:10:13