Trace number 2082460

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
SAT4J CSP 2.1.1? 105.7 105.224

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-6_ext.xml
MD5SUM3888b994eade183d2e4ca8097fc27fc8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.2527
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-2082460-1247375204.xml
0.09/0.19	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.52	c reading relations done.
13.79/13.91	c reading constraints
33.70/32.62	c done with constraints.
33.70/32.62	c ... done. Wall clock time 32.432s.
33.70/32.62	c #vars     100
33.70/32.62	c #constraints  5625155
33.70/32.62	c constraints type 
33.70/32.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625135
33.70/32.62	c org.sat4j.minisat.constraints.card.AtLeast => 20
56.75/55.86	c cleaning 246 clauses out of 500
83.38/82.77	c cleaning 369 clauses out of 754
105.48/105.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
105.48/105.10		at org.sat4j.core.Vec.ensure(Unknown Source)
105.48/105.10		at org.sat4j.core.Vec.push(Unknown Source)
105.48/105.10		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
105.48/105.10		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
105.48/105.10		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
105.48/105.10		at org.sat4j.minisat.core.Solver.search(Unknown Source)
105.48/105.10		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
105.48/105.10		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
105.48/105.10		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
105.48/105.10		at org.sat4j.AbstractLauncher.solve(Unknown Source)
105.48/105.10		at org.sat4j.AbstractLauncher.run(Unknown Source)
105.48/105.10		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
105.58/105.10	c starts		: 6
105.58/105.10	c conflicts		: 1319
105.58/105.10	c decisions		: 2117
105.58/105.10	c propagations		: 12709
105.58/105.10	c inspects		: 118324255
105.58/105.10	c learnt literals	: 0
105.58/105.10	c learnt binary clauses	: 0
105.58/105.10	c learnt ternary clauses	: 0
105.58/105.10	c learnt clauses	: 1319
105.58/105.10	c ignored clauses	: 0
105.58/105.10	c root simplifications	: 0
105.58/105.10	c removed literals (reason simplification)	: 336
105.58/105.10	c reason swapping (by a shorter reason)	: 0
105.58/105.10	c Calls to reduceDB	: 2
105.58/105.10	c speed (assignments/second)	: 175.36185889917624
105.58/105.10	c non guided choices	60
105.58/105.10	c learnt constraints type 
105.58/105.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 704
105.58/105.10	c constraints type 
105.58/105.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625135
105.58/105.10	c org.sat4j.minisat.constraints.card.AtLeast => 20
105.58/105.10	s UNKNOWN
105.58/105.10	c Total wall clock time (in seconds) : 104.906

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-2082460-1247375204/watcher-2082460-1247375204 -o /tmp/evaluation-result-2082460-1247375204/solver-2082460-1247375204 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082460-1247375204.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.09 2.05 2.01 4/74 30145
/proc/meminfo: memFree=1167752/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=1616 CPUtime=0
/proc/30145/stat : 30145 (java) R 30143 30145 22177 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 24584435 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 1979172 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30145/statm: 404 155 118 9 0 46 0
[pid=30145/tid=30146] ppid=30143 vsize=13208 CPUtime=0
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24584436 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 2826200 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0433729 s]
/proc/loadavg: 2.09 2.05 2.01 4/74 30145
/proc/meminfo: memFree=1167752/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=801384 CPUtime=0.03
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 2493 0 1 0 1 2 0 0 18 0 5 0 24584435 820617216 2240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 200346 2240 975 9 0 197697 0
[pid=30145/tid=30146] ppid=30143 vsize=801384 CPUtime=0.02
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 1768 0 1 0 1 1 0 0 20 0 5 0 24584436 820617216 2240 996147200 134512640 134550932 4294956016 18446744073709551615 4159554320 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.102379 s]
/proc/loadavg: 2.09 2.05 2.01 4/74 30145
/proc/meminfo: memFree=1167752/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=804560 CPUtime=0.09
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 3006 0 1 0 6 3 0 0 18 0 12 0 24584435 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201140 2749 1080 9 0 198474 0
[pid=30145/tid=30146] ppid=30143 vsize=804560 CPUtime=0.07
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 2252 0 1 0 5 2 0 0 21 0 12 0 24584436 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4109161866 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301396 s]
/proc/loadavg: 2.09 2.05 2.01 4/74 30145
/proc/meminfo: memFree=1167752/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=805748 CPUtime=0.28
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 4322 0 1 0 24 4 0 0 18 0 12 0 24584435 825085952 4059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201437 4059 1358 9 0 198764 0
[pid=30145/tid=30146] ppid=30143 vsize=805748 CPUtime=0.21
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 3078 0 1 0 18 3 0 0 18 0 12 0 24584436 825085952 4059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805748

[startup+0.702438 s]
/proc/loadavg: 2.09 2.05 2.01 4/74 30145
/proc/meminfo: memFree=1167752/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=807180 CPUtime=0.68
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 9880 0 1 0 61 7 0 0 18 0 12 0 24584435 826552320 9334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201795 9334 1384 9 0 199122 0
[pid=30145/tid=30146] ppid=30143 vsize=807180 CPUtime=0.38
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 7953 0 1 0 33 5 0 0 20 0 12 0 24584436 826552320 9334 996147200 134512640 134550932 4294956016 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807180

[startup+1.50251 s]
/proc/loadavg: 2.09 2.05 2.01 3/86 30157
/proc/meminfo: memFree=1134632/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=807352 CPUtime=1.46
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 12884 0 1 0 138 8 0 0 18 0 12 0 24584435 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201838 12047 1407 9 0 199165 0
[pid=30145/tid=30146] ppid=30143 vsize=807352 CPUtime=0.84
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 10586 0 1 0 78 6 0 0 24 0 12 0 24584436 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24584437 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30149] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24584437 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30150] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30150/stat : 30150 (java) S 30143 30145 22177 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24584439 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24584440 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24584440 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30153] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24584444 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=807352 CPUtime=0.05
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 5 0 0 0 16 0 12 0 24584444 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=807352 CPUtime=0.54
/proc/30145/task/30155/stat : 30155 (java) R 30143 30145 22177 0 -1 64 1061 0 0 0 54 0 0 0 16 0 12 0 24584444 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 105713867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30156] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24584444 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24584444 826728448 12047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807352

[startup+3.10164 s]
/proc/loadavg: 2.09 2.05 2.01 3/86 30157
/proc/meminfo: memFree=1082216/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=807352 CPUtime=3.04
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 27227 0 1 0 289 15 0 0 18 0 12 0 24584435 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201838 26140 1417 9 0 199165 0
[pid=30145/tid=30146] ppid=30143 vsize=807352 CPUtime=2.01
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 16921 0 1 0 191 10 0 0 25 0 12 0 24584436 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4109657172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=807352 CPUtime=0.06
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 4014 0 0 0 5 1 0 0 16 0 12 0 24584437 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30149] ppid=30143 vsize=807352 CPUtime=0.06
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 3714 0 0 0 5 1 0 0 16 0 12 0 24584437 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30150] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30150/stat : 30150 (java) S 30143 30145 22177 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24584439 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24584440 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24584440 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30153] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24584444 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=807352 CPUtime=0.05
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 5 0 0 0 16 0 12 0 24584444 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=807352 CPUtime=0.81
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 1332 0 0 0 81 0 0 0 16 0 12 0 24584444 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30156] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24584444 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=807352 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24584444 826728448 26140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 807352

[startup+6.30294 s]
/proc/loadavg: 2.08 2.04 2.01 5/86 30157
/proc/meminfo: memFree=1017256/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=807840 CPUtime=6.23
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 46780 0 1 0 597 26 0 0 18 0 12 0 24584435 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201960 45573 1420 9 0 199287 0
[pid=30145/tid=30146] ppid=30143 vsize=807840 CPUtime=4.54
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 16940 0 1 0 443 11 0 0 25 0 12 0 24584436 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4109551484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=807840 CPUtime=0.42
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 15087 0 0 0 35 7 0 0 16 0 12 0 24584437 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30149] ppid=30143 vsize=807840 CPUtime=0.37
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 12175 0 0 0 31 6 0 0 16 0 12 0 24584437 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30150] ppid=30143 vsize=807840 CPUtime=0
/proc/30145/task/30150/stat : 30150 (java) S 30143 30145 22177 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24584439 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=807840 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24584440 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=807840 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24584440 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30153] ppid=30143 vsize=807840 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24584444 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=807840 CPUtime=0.05
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 5 0 0 0 16 0 12 0 24584444 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=807840 CPUtime=0.81
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 1332 0 0 0 81 0 0 0 16 0 12 0 24584444 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30156] ppid=30143 vsize=807840 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24584444 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=807840 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24584444 827228160 45573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 807840

[startup+12.7015 s]
/proc/loadavg: 2.16 2.06 2.01 3/86 30157
/proc/meminfo: memFree=873320/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=807676 CPUtime=12.6
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 79582 0 1 0 1218 42 0 0 18 0 12 0 24584435 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 201919 78201 1420 9 0 199246 0
[pid=30145/tid=30146] ppid=30143 vsize=807676 CPUtime=9.72
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 16966 0 1 0 960 12 0 0 25 0 12 0 24584436 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4109657080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=807676 CPUtime=0.99
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 31196 0 0 0 86 13 0 0 16 0 12 0 24584437 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30149] ppid=30143 vsize=807676 CPUtime=0.96
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 28842 0 0 0 83 13 0 0 16 0 12 0 24584437 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30150] ppid=30143 vsize=807676 CPUtime=0.01
/proc/30145/task/30150/stat : 30150 (java) S 30143 30145 22177 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 24584439 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=807676 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24584440 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=807676 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24584440 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30153] ppid=30143 vsize=807676 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24584444 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=807676 CPUtime=0.05
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 5 0 0 0 16 0 12 0 24584444 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=807676 CPUtime=0.81
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 1332 0 0 0 81 0 0 0 17 0 12 0 24584444 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30156] ppid=30143 vsize=807676 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24584444 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=807676 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24584444 827060224 78201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 807676

[startup+25.5027 s]
/proc/loadavg: 2.19 2.07 2.02 5/86 30157
/proc/meminfo: memFree=507624/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=810532 CPUtime=26.15
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 170393 0 1 0 2534 81 0 0 18 0 12 0 24584435 829984768 166032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 202633 166032 1425 9 0 199960 0
[pid=30145/tid=30146] ppid=30143 vsize=810532 CPUtime=15.22
/proc/30145/task/30146/stat : 30146 (java) R 30143 30145 22177 0 -1 64 23143 0 1 0 1507 15 0 0 21 0 12 0 24584436 829984768 166032 996147200 134512640 134550932 4294956016 18446744073709551615 4109722593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=810532 CPUtime=3.86
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 73122 0 0 0 354 32 0 0 16 0 12 0 24584437 829984768 166032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30149] ppid=30143 vsize=810532 CPUtime=3.92

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

/proc/30145/statm: 203614 172717 1441 9 0 200941 0
[pid=30145/tid=30146] ppid=30143 vsize=814456 CPUtime=20.44
/proc/30145/task/30146/stat : 30146 (java) S 30143 30145 22177 0 -1 64 23171 0 1 0 2029 15 0 0 25 0 13 0 24584436 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=814456 CPUtime=5.16
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 73122 0 0 0 484 32 0 0 15 0 13 0 24584437 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30149] ppid=30143 vsize=814456 CPUtime=5.34
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 70406 0 0 0 504 30 0 0 16 0 13 0 24584437 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30150] ppid=30143 vsize=814456 CPUtime=19.67
/proc/30145/task/30150/stat : 30150 (java) R 30143 30145 22177 0 -1 64 9983 0 0 0 1962 5 0 0 21 0 13 0 24584439 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=814456 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24584440 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30152] ppid=30143 vsize=814456 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24584440 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30153] ppid=30143 vsize=814456 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24584444 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=814456 CPUtime=0.05
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 5 0 0 0 16 0 13 0 24584444 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=814456 CPUtime=1.37
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 3441 0 0 0 136 1 0 0 17 0 13 0 24584444 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30156] ppid=30143 vsize=814456 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24584444 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=814456 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24584444 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30158] ppid=30143 vsize=814456 CPUtime=0
/proc/30145/task/30158/stat : 30158 (java) S 30143 30145 22177 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 24587699 834002944 172717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.09
Current children cumulated vsize (KiB) 814456

[startup+102.308 s]
/proc/loadavg: 2.27 2.13 2.04 3/87 30158
/proc/meminfo: memFree=481184/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=813492 CPUtime=102.81
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 194522 0 1 0 10188 93 0 0 18 0 13 0 24584435 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 203373 172528 1452 9 0 200700 0
[pid=30145/tid=30146] ppid=30143 vsize=813492 CPUtime=29.14
/proc/30145/task/30146/stat : 30146 (java) S 30143 30145 22177 0 -1 64 23185 0 1 0 2898 16 0 0 25 0 13 0 24584436 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=813492 CPUtime=5.16
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 73122 0 0 0 484 32 0 0 15 0 13 0 24584437 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30149] ppid=30143 vsize=813492 CPUtime=5.34
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 70406 0 0 0 504 30 0 0 16 0 13 0 24584437 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30150] ppid=30143 vsize=813492 CPUtime=61.31
/proc/30145/task/30150/stat : 30150 (java) R 30143 30145 22177 0 -1 64 22432 0 0 0 6120 11 0 0 19 0 13 0 24584439 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 105696582 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24584440 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24584440 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30153] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=813492 CPUtime=0.06
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 6 0 0 0 16 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=813492 CPUtime=1.73
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 4136 0 0 0 172 1 0 0 17 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30156] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30158] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30158/stat : 30158 (java) S 30143 30145 22177 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 24587699 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.81
Current children cumulated vsize (KiB) 813492

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

[startup+103.903 s]
/proc/loadavg: 2.27 2.13 2.04 3/87 30158
/proc/meminfo: memFree=481184/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=813492 CPUtime=104.39
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 194522 0 1 0 10346 93 0 0 18 0 13 0 24584435 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 203373 172528 1452 9 0 200700 0
[pid=30145/tid=30146] ppid=30143 vsize=813492 CPUtime=29.14
/proc/30145/task/30146/stat : 30146 (java) S 30143 30145 22177 0 -1 64 23185 0 1 0 2898 16 0 0 25 0 13 0 24584436 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=813492 CPUtime=5.16
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 73122 0 0 0 484 32 0 0 15 0 13 0 24584437 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30149] ppid=30143 vsize=813492 CPUtime=5.34
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 70406 0 0 0 504 30 0 0 16 0 13 0 24584437 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30150] ppid=30143 vsize=813492 CPUtime=62.9
/proc/30145/task/30150/stat : 30150 (java) R 30143 30145 22177 0 -1 64 22432 0 0 0 6279 11 0 0 23 0 13 0 24584439 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 104187785 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24584440 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24584440 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30153] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=813492 CPUtime=0.06
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 6 0 0 0 16 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=813492 CPUtime=1.73
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 4136 0 0 0 172 1 0 0 17 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30156] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30158] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30158/stat : 30158 (java) S 30143 30145 22177 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 24587699 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 104.39
Current children cumulated vsize (KiB) 813492

[startup+104.703 s]
/proc/loadavg: 2.25 2.12 2.04 3/87 30158
/proc/meminfo: memFree=481184/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=813492 CPUtime=105.18
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 194522 0 1 0 10425 93 0 0 18 0 13 0 24584435 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 203373 172528 1452 9 0 200700 0
[pid=30145/tid=30146] ppid=30143 vsize=813492 CPUtime=29.14
/proc/30145/task/30146/stat : 30146 (java) S 30143 30145 22177 0 -1 64 23185 0 1 0 2898 16 0 0 25 0 13 0 24584436 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30148] ppid=30143 vsize=813492 CPUtime=5.16
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 73122 0 0 0 484 32 0 0 15 0 13 0 24584437 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30149] ppid=30143 vsize=813492 CPUtime=5.34
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 70406 0 0 0 504 30 0 0 16 0 13 0 24584437 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30150] ppid=30143 vsize=813492 CPUtime=63.69
/proc/30145/task/30150/stat : 30150 (java) R 30143 30145 22177 0 -1 64 22432 0 0 0 6358 11 0 0 25 0 13 0 24584439 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24584440 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24584440 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30153] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=813492 CPUtime=0.06
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 6 0 0 0 16 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=813492 CPUtime=1.73
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 4136 0 0 0 172 1 0 0 17 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30156] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24584444 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30158] ppid=30143 vsize=813492 CPUtime=0
/proc/30145/task/30158/stat : 30158 (java) S 30143 30145 22177 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 24587699 833015808 172528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.18
Current children cumulated vsize (KiB) 813492

[startup+105.103 s]
/proc/loadavg: 2.25 2.12 2.04 3/87 30158
/proc/meminfo: memFree=481184/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=811812 CPUtime=105.58
/proc/30145/stat : 30145 (java) S 30143 30145 22177 0 -1 0 194528 0 1 0 10465 93 0 0 18 0 14 0 24584435 831295488 172031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30145/statm: 202953 172035 1451 9 0 200280 0
[pid=30145/tid=30146] ppid=30143 vsize=811812 CPUtime=29.14
/proc/30145/task/30146/stat : 30146 (java) S 30143 30145 22177 0 -1 64 23190 0 1 0 2898 16 0 0 18 0 14 0 24584436 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30148] ppid=30143 vsize=811812 CPUtime=5.16
/proc/30145/task/30148/stat : 30148 (java) S 30143 30145 22177 0 -1 64 73122 0 0 0 484 32 0 0 15 0 14 0 24584437 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30149] ppid=30143 vsize=811812 CPUtime=5.34
/proc/30145/task/30149/stat : 30149 (java) S 30143 30145 22177 0 -1 64 70406 0 0 0 504 30 0 0 16 0 14 0 24584437 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30150] ppid=30143 vsize=811812 CPUtime=64.08
/proc/30145/task/30150/stat : 30150 (java) S 30143 30145 22177 0 -1 64 22432 0 0 0 6397 11 0 0 25 0 14 0 24584439 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30151] ppid=30143 vsize=811812 CPUtime=0
/proc/30145/task/30151/stat : 30151 (java) S 30143 30145 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 24584440 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30152] ppid=30143 vsize=811812 CPUtime=0
/proc/30145/task/30152/stat : 30152 (java) S 30143 30145 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 24584440 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30153] ppid=30143 vsize=811812 CPUtime=0
/proc/30145/task/30153/stat : 30153 (java) S 30143 30145 22177 0 -1 64 1 0 0 0 0 0 0 0 19 0 14 0 24584444 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30154] ppid=30143 vsize=811812 CPUtime=0.06
/proc/30145/task/30154/stat : 30154 (java) S 30143 30145 22177 0 -1 64 496 0 0 0 6 0 0 0 16 0 14 0 24584444 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30155] ppid=30143 vsize=811812 CPUtime=1.73
/proc/30145/task/30155/stat : 30155 (java) S 30143 30145 22177 0 -1 64 4136 0 0 0 172 1 0 0 17 0 14 0 24584444 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30156] ppid=30143 vsize=811812 CPUtime=0
/proc/30145/task/30156/stat : 30156 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 24584444 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30145/tid=30157] ppid=30143 vsize=811812 CPUtime=0
/proc/30145/task/30157/stat : 30157 (java) S 30143 30145 22177 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 24584444 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30145/tid=30158] ppid=30143 vsize=811812 CPUtime=0
/proc/30145/task/30158/stat : 30158 (java) S 30143 30145 22177 0 -1 64 5 0 0 0 0 0 0 0 19 0 14 0 24587699 831295488 172035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.58
Current children cumulated vsize (KiB) 811812

[startup+105.203 s]
/proc/loadavg: 2.25 2.12 2.04 3/87 30158
/proc/meminfo: memFree=481184/2055920 swapFree=4192812/4192956
[pid=30145] ppid=30143 vsize=0 CPUtime=105.67
/proc/30145/stat : 30145 (java) Z 30143 30145 22177 0 -1 12 194539 0 1 0 10466 101 0 0 16 0 2 0 24584435 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30145/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 105.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 105.224
CPU time (s): 105.7
CPU user time (s): 104.66
CPU system time (s): 1.03984
CPU usage (%): 100.452
Max. virtual memory (cumulated for all children) (KiB): 814712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.66
system time used= 1.03984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194539
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= 4303
involuntary context switches= 4975

runsolver used 0.145977 second user time and 0.38894 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 07:06:46
IDJOB=2082460
IDBENCH=57587
IDSOLVER=731
FILE ID=node43/2082460-1247375204
PBS_JOBID= 9506979
Free space on /tmp= 66080 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-6_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082460-1247375204/watcher-2082460-1247375204 -o /tmp/evaluation-result-2082460-1247375204/solver-2082460-1247375204 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082460-1247375204.xml

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

MD5SUM BENCH= 3888b994eade183d2e4ca8097fc27fc8
RANDOM SEED=434778965

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1168168 kB
Buffers:         57052 kB
Cached:         476340 kB
SwapCached:          0 kB
Active:         607472 kB
Inactive:       197744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23220 kB
Writeback:           0 kB
Mapped:         283016 kB
Slab:            67152 kB
Committed_AS:   482292 kB
PageTables:       2452 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= 66080 MiB
End job on node43 at 2009-07-12 07:08:31