Trace number 2083487

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? 889.567 892.59

DiagnosticValue
CHECKS23365500
NODES0

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-3.xml
MD5SUM79acd02b46aad922dd93860f8851683c
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.0291
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.68/577.63	c [ 577.185] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
577.19/580.12	c CPU-LOAD 552.45
577.19/580.12	c LOADED 2500 V (698 E), 7997 ExtensionConstraint2D, 31867 PredicateConstraint, arity 2, 552.45 cpu
889.38/892.44	c [ 892.004] WARNING : java.lang.OutOfMemoryError: Java heap space
889.38/892.44	java.util.HashMap.newEntryIterator(Unknown Source)
889.38/892.44	java.util.HashMap$EntrySet.iterator(Unknown Source)
889.38/892.44	cspfj.filter.DC2.getStatistics(DC2.java:322)
889.38/892.44	cspfj.AbstractSolver.preprocess(AbstractSolver.java:235)
889.38/892.44	cspfj.MGACIter.runSolver(MGACIter.java:206)
889.38/892.44	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
889.38/892.44	concrete.Concrete.solve(Concrete.java:187)
889.38/892.44	concrete.Concrete.run(Concrete.java:112)
889.38/892.44	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
889.38/892.45	s UNKNOWN
889.38/892.45	d NODES 0
889.38/892.45	d CHECKS 23365455
889.38/892.45	c java.lang.OutOfMemoryError: Java heap space[java.util.HashMap.newEntryIterator(Unknown Source), java.util.HashMap$EntrySet.iterator(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)]
889.38/892.45	c total-assgn: 0
889.38/892.45	c total-constraint-ccks: 20456929
889.38/892.45	c total-constraint-presence-ccks: 2830920
889.38/892.45	c total-cpu: 57.59
889.38/892.45	c total-matrix2d-ccks: 2908526
889.38/892.45	c total-matrix2d-presence-ccks: 1139728
889.38/892.45	c TOTAL-NODES 0
889.38/892.45	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-2083487-1247723208/watcher-2083487-1247723208 -o /tmp/evaluation-result-2083487-1247723208/solver-2083487-1247723208 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083487-1247723208.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.17 2.12 2.05 4/82 16716
/proc/meminfo: memFree=747664/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=18576 CPUtime=0
/proc/16716/stat : 16716 (runsolver) R 16714 16716 15200 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59388216 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16716/statm: 4644 284 249 26 0 2626 0

[startup+0.0949391 s]
/proc/loadavg: 2.17 2.12 2.05 4/82 16716
/proc/meminfo: memFree=747664/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102928 s]
/proc/loadavg: 2.17 2.12 2.05 4/82 16716
/proc/meminfo: memFree=747664/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30196 s]
/proc/loadavg: 2.17 2.12 2.05 4/82 16716
/proc/meminfo: memFree=747664/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701994 s]
/proc/loadavg: 2.17 2.12 2.05 4/82 16716
/proc/meminfo: memFree=747664/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50208 s]
/proc/loadavg: 2.23 2.14 2.05 3/92 16729
/proc/meminfo: memFree=733056/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=847612 CPUtime=1.45
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 7225 0 1 0 140 5 0 0 18 0 9 0 59388217 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 211903 6284 2004 9 0 206381 0
[pid=16721/tid=16722] ppid=16716 vsize=847612 CPUtime=1.01
/proc/16721/task/16722/stat : 16722 (java) R 16716 16716 15200 0 -1 64 3932 0 1 0 98 3 0 0 21 0 9 0 59388218 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4126508081 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16723] ppid=16716 vsize=847612 CPUtime=0.08
/proc/16721/task/16723/stat : 16723 (java) S 16716 16716 15200 0 -1 64 1069 0 0 0 8 0 0 0 16 0 9 0 59388220 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16724] ppid=16716 vsize=847612 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16725] ppid=16716 vsize=847612 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59388220 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16726] ppid=16716 vsize=847612 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=847612 CPUtime=0.34
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 1528 0 0 0 33 1 0 0 16 0 9 0 59388226 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16728] ppid=16716 vsize=847612 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 867954688 6284 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=847612 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 867954688 6284 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) 852968

[startup+3.10124 s]
/proc/loadavg: 2.23 2.14 2.05 3/92 16729
/proc/meminfo: memFree=726528/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=847696 CPUtime=3.05
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 9591 0 1 0 298 7 0 0 18 0 9 0 59388217 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 211924 8414 2625 9 0 206402 0
[pid=16721/tid=16722] ppid=16716 vsize=847696 CPUtime=2.37
/proc/16721/task/16722/stat : 16722 (java) R 16716 16716 15200 0 -1 64 3957 0 1 0 234 3 0 0 25 0 9 0 59388218 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4126209999 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16723] ppid=16716 vsize=847696 CPUtime=0.3
/proc/16721/task/16723/stat : 16723 (java) S 16716 16716 15200 0 -1 64 3409 0 0 0 29 1 0 0 16 0 9 0 59388220 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16724] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16725] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59388220 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16726] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=847696 CPUtime=0.35
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 1529 0 0 0 34 1 0 0 16 0 9 0 59388226 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16728] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 868040704 8414 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 853052

[startup+6.30258 s]
/proc/loadavg: 2.21 2.14 2.05 3/92 16729
/proc/meminfo: memFree=718720/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=847696 CPUtime=6.17
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 12354 0 1 0 609 8 0 0 18 0 9 0 59388217 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 211924 9913 2626 9 0 206402 0
[pid=16721/tid=16722] ppid=16716 vsize=847696 CPUtime=5.27
/proc/16721/task/16722/stat : 16722 (java) R 16716 16716 15200 0 -1 64 4075 0 1 0 523 4 0 0 25 0 9 0 59388218 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16723] ppid=16716 vsize=847696 CPUtime=0.52
/proc/16721/task/16723/stat : 16723 (java) S 16716 16716 15200 0 -1 64 6054 0 0 0 50 2 0 0 16 0 9 0 59388220 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16724] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16725] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59388220 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16726] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=847696 CPUtime=0.35
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 1529 0 0 0 34 1 0 0 16 0 9 0 59388226 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16728] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 868040704 9913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 853052

[startup+12.7013 s]
/proc/loadavg: 2.20 2.13 2.05 3/92 16729
/proc/meminfo: memFree=712384/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=847696 CPUtime=12.5
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 14417 0 1 0 1241 9 0 0 18 0 9 0 59388217 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 211924 11317 2626 9 0 206402 0
[pid=16721/tid=16722] ppid=16716 vsize=847696 CPUtime=11.31
/proc/16721/task/16722/stat : 16722 (java) R 16716 16716 15200 0 -1 64 4092 0 1 0 1127 4 0 0 25 0 9 0 59388218 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4126507968 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16723] ppid=16716 vsize=847696 CPUtime=0.82
/proc/16721/task/16723/stat : 16723 (java) S 16716 16716 15200 0 -1 64 8100 0 0 0 79 3 0 0 16 0 9 0 59388220 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16724] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16725] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59388220 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16726] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=847696 CPUtime=0.35
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 1529 0 0 0 34 1 0 0 17 0 9 0 59388226 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16728] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 868040704 11317 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 853052

[startup+25.5026 s]
/proc/loadavg: 2.17 2.13 2.05 3/92 16729
/proc/meminfo: memFree=706176/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=847696 CPUtime=25.19
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 15921 0 1 0 2508 11 0 0 18 0 9 0 59388217 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 211924 12810 2626 9 0 206402 0
[pid=16721/tid=16722] ppid=16716 vsize=847696 CPUtime=23.91
/proc/16721/task/16722/stat : 16722 (java) R 16716 16716 15200 0 -1 64 4247 0 1 0 2387 4 0 0 25 0 9 0 59388218 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4125182199 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16723] ppid=16716 vsize=847696 CPUtime=0.89
/proc/16721/task/16723/stat : 16723 (java) S 16716 16716 15200 0 -1 64 9449 0 0 0 85 4 0 0 16 0 9 0 59388220 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16724] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16725] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59388220 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16726] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=847696 CPUtime=0.35
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 1529 0 0 0 34 1 0 0 17 0 9 0 59388226 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16728] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=847696 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 868040704 12810 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 853052

[startup+51.1023 s]
/proc/loadavg: 2.10 2.12 2.05 3/92 16729
/proc/meminfo: memFree=694208/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=16721/tid=16723] ppid=16716 vsize=854172 CPUtime=262.25
/proc/16721/task/16723/stat : 16723 (java) R 16716 16716 15200 0 -1 64 181103 0 0 0 26149 76 0 0 25 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 103732284 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16724] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16725] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16726] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=854172 CPUtime=7.37
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 4375 0 0 0 717 20 0 0 16 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16728] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.28
Current children cumulated vsize (KiB) 859528

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

[startup+883.102 s]
/proc/loadavg: 2.10 2.28 2.16 3/91 16865
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=854172 CPUtime=880.08
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 200203 0 1 0 87838 170 0 0 18 0 9 0 59388217 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 213543 195519 2635 9 0 208021 0
[pid=16721/tid=16722] ppid=16716 vsize=854172 CPUtime=609.63
/proc/16721/task/16722/stat : 16722 (java) S 16716 16716 15200 0 -1 64 14019 0 1 0 60891 72 0 0 17 0 9 0 59388218 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16723] ppid=16716 vsize=854172 CPUtime=263.05
/proc/16721/task/16723/stat : 16723 (java) R 16716 16716 15200 0 -1 64 181103 0 0 0 26229 76 0 0 25 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16724] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16725] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16726] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=854172 CPUtime=7.37
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 4375 0 0 0 717 20 0 0 16 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16728] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.08
Current children cumulated vsize (KiB) 859528

[startup+889.503 s]
/proc/loadavg: 2.09 2.27 2.16 3/91 16865
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=854172 CPUtime=886.48
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 200205 0 1 0 88478 170 0 0 18 0 9 0 59388217 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 213543 195519 2635 9 0 208021 0
[pid=16721/tid=16722] ppid=16716 vsize=854172 CPUtime=609.63
/proc/16721/task/16722/stat : 16722 (java) S 16716 16716 15200 0 -1 64 14021 0 1 0 60891 72 0 0 17 0 9 0 59388218 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16723] ppid=16716 vsize=854172 CPUtime=269.44
/proc/16721/task/16723/stat : 16723 (java) R 16716 16716 15200 0 -1 64 181103 0 0 0 26868 76 0 0 25 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 102758033 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16724] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16725] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16726] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=854172 CPUtime=7.37
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 4375 0 0 0 717 20 0 0 16 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16728] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 886.48
Current children cumulated vsize (KiB) 859528

[startup+891.102 s]
/proc/loadavg: 2.08 2.27 2.16 3/91 16865
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=854172 CPUtime=888.08
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 200205 0 1 0 88638 170 0 0 18 0 9 0 59388217 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 213543 195519 2635 9 0 208021 0
[pid=16721/tid=16722] ppid=16716 vsize=854172 CPUtime=609.63
/proc/16721/task/16722/stat : 16722 (java) S 16716 16716 15200 0 -1 64 14021 0 1 0 60891 72 0 0 17 0 9 0 59388218 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16723] ppid=16716 vsize=854172 CPUtime=271.04
/proc/16721/task/16723/stat : 16723 (java) R 16716 16716 15200 0 -1 64 181103 0 0 0 27028 76 0 0 25 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 103830994 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16724] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16725] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16726] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=854172 CPUtime=7.37
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 4375 0 0 0 717 20 0 0 16 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16728] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 888.08
Current children cumulated vsize (KiB) 859528

[startup+891.902 s]
/proc/loadavg: 2.08 2.27 2.16 3/91 16865
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=854172 CPUtime=888.88
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 200205 0 1 0 88718 170 0 0 18 0 9 0 59388217 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 213543 195519 2635 9 0 208021 0
[pid=16721/tid=16722] ppid=16716 vsize=854172 CPUtime=609.63
/proc/16721/task/16722/stat : 16722 (java) S 16716 16716 15200 0 -1 64 14021 0 1 0 60891 72 0 0 17 0 9 0 59388218 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16723] ppid=16716 vsize=854172 CPUtime=271.84
/proc/16721/task/16723/stat : 16723 (java) R 16716 16716 15200 0 -1 64 181103 0 0 0 27108 76 0 0 25 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16724] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16725] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16726] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=854172 CPUtime=7.37
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 4375 0 0 0 717 20 0 0 16 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16728] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 888.88
Current children cumulated vsize (KiB) 859528

[startup+892.302 s]
/proc/loadavg: 2.08 2.27 2.16 3/91 16865
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=854172 CPUtime=889.28
/proc/16721/stat : 16721 (java) S 16716 16716 15200 0 -1 0 200205 0 1 0 88758 170 0 0 18 0 9 0 59388217 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16721/statm: 213543 195519 2635 9 0 208021 0
[pid=16721/tid=16722] ppid=16716 vsize=854172 CPUtime=609.63
/proc/16721/task/16722/stat : 16722 (java) S 16716 16716 15200 0 -1 64 14021 0 1 0 60891 72 0 0 17 0 9 0 59388218 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16723] ppid=16716 vsize=854172 CPUtime=272.24
/proc/16721/task/16723/stat : 16723 (java) R 16716 16716 15200 0 -1 64 181103 0 0 0 27148 76 0 0 25 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16724] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16724/stat : 16724 (java) S 16716 16716 15200 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16725] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16725/stat : 16725 (java) S 16716 16716 15200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59388220 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16726] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16726/stat : 16726 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59388222 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16727] ppid=16716 vsize=854172 CPUtime=7.37
/proc/16721/task/16727/stat : 16727 (java) S 16716 16716 15200 0 -1 64 4375 0 0 0 717 20 0 0 16 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16721/tid=16728] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16728/stat : 16728 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16721/tid=16729] ppid=16716 vsize=854172 CPUtime=0
/proc/16721/task/16729/stat : 16729 (java) S 16716 16716 15200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59388226 874672128 195519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 889.28
Current children cumulated vsize (KiB) 859528

[startup+892.502 s]
/proc/loadavg: 2.08 2.27 2.16 3/91 16865
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=16716] ppid=16714 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (concrete.sh) S 16714 16716 15200 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59388216 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 244 201 169 0 50 0
[pid=16721] ppid=16716 vsize=0 CPUtime=889.46
/proc/16721/stat : 16721 (java) Z 16716 16716 15200 0 -1 12 200216 0 1 0 88773 173 0 0 16 0 2 0 59388217 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/16721/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 889.46
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 892.59
CPU time (s): 889.567
CPU user time (s): 887.739
CPU system time (s): 1.82772
CPU usage (%): 99.6613
Max. virtual memory (cumulated for all children) (KiB): 859528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 887.739
system time used= 1.82772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200859
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= 53141
involuntary context switches= 56766

runsolver used 1.15182 second user time and 3.09253 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 07:46:48
IDJOB=2083487
IDBENCH=57832
IDSOLVER=736
FILE ID=node7/2083487-1247723208
PBS_JOBID= 9521420
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= 79acd02b46aad922dd93860f8851683c
RANDOM SEED=257794723

node7.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.231
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.231
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:        748144 kB
Buffers:         82148 kB
Cached:         396504 kB
SwapCached:          0 kB
Active:         790824 kB
Inactive:       437468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        748144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9924 kB
Writeback:           0 kB
Mapped:         770028 kB
Slab:            63080 kB
Committed_AS:  1316624 kB
PageTables:       3340 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= 66108 MiB
End job on node7 at 2009-07-16 08:01:41