Trace number 2083780

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? 383.643 385.655

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-5.xml
MD5SUM12e743886345c8ed1c98bc98af799e15
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 benchmark19.1681
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2083780-1247378194.xml
0.18/0.22	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.58/0.66	c reading variables done.
0.88/0.99	c reading predicates  done.
1.08/1.19	c reading constraints
269.71/271.15	c done with constraints.
269.71/271.15	c ... done. Wall clock time 270.929s.
269.71/271.15	c #vars     36618
269.71/271.15	c #constraints  906161
269.71/271.15	c constraints type 
269.71/271.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 905585
269.71/271.15	c org.sat4j.minisat.constraints.card.AtLeast => 250
269.71/271.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130
283.73/285.29	c cleaning 492 clauses out of 1001
291.10/292.69	c cleaning 517 clauses out of 1045
296.47/298.04	c cleaning 491 clauses out of 1000
302.14/303.79	c cleaning 478 clauses out of 996
305.92/307.58	c cleaning 464 clauses out of 1020
310.30/311.93	c cleaning 514 clauses out of 1054
312.69/314.35	c cleaning 515 clauses out of 1040
316.47/318.18	c cleaning 503 clauses out of 1025
320.45/322.15	c cleaning 451 clauses out of 1020
331.60/333.34	c cleaning 514 clauses out of 1069
364.79/366.80	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
364.79/366.80		at org.sat4j.core.Vec.ensure(Unknown Source)
364.79/366.80		at org.sat4j.core.Vec.push(Unknown Source)
364.79/366.80		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
364.79/366.80		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
364.79/366.80		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
364.79/366.80		at org.sat4j.minisat.core.Solver.search(Unknown Source)
364.79/366.80		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
364.79/366.80		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
364.79/366.80		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
364.79/366.80		at org.sat4j.AbstractLauncher.solve(Unknown Source)
364.79/366.80		at org.sat4j.AbstractLauncher.run(Unknown Source)
364.79/366.80		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
369.37/371.33	c starts		: 9
369.37/371.33	c conflicts		: 5685
369.37/371.33	c decisions		: 24006
369.37/371.34	c propagations		: 1539835
369.37/371.34	c inspects		: 58039433
369.37/371.34	c learnt literals	: 6
369.37/371.34	c learnt binary clauses	: 2
369.37/371.34	c learnt ternary clauses	: 1
369.37/371.34	c learnt clauses	: 5679
369.37/371.34	c ignored clauses	: 0
369.37/371.34	c root simplifications	: 0
369.37/371.34	c removed literals (reason simplification)	: 76190
369.37/371.34	c reason swapping (by a shorter reason)	: 0
369.37/371.34	c Calls to reduceDB	: 10
369.37/371.34	c speed (assignments/second)	: 15370.222492838106
369.37/371.34	c non guided choices	745
378.63/380.63	c learnt constraints type 
378.63/380.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
378.63/380.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 738
378.63/380.63	c constraints type 
378.63/380.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 905585
378.63/380.63	c org.sat4j.minisat.constraints.card.AtLeast => 250
378.63/380.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130
378.63/380.63	s UNKNOWN
378.63/380.63	c Total wall clock time (in seconds) : 366.575

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-2083780-1247378194/watcher-2083780-1247378194 -o /tmp/evaluation-result-2083780-1247378194/solver-2083780-1247378194 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083780-1247378194.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.79 4.53 4.85 4/84 25675
/proc/meminfo: memFree=1603832/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=18576 CPUtime=0
/proc/25675/stat : 25675 (runsolver) R 25673 25675 19619 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24884736 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25675/statm: 4644 284 249 26 0 2626 0

[startup+0.0132591 s]
/proc/loadavg: 2.79 4.53 4.85 4/84 25675
/proc/meminfo: memFree=1603832/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=1616 CPUtime=0
/proc/25675/stat : 25675 (java) D 25673 25675 19619 0 -1 0 335 0 0 0 0 0 0 0 20 0 1 0 24884736 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/25675/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.102282 s]
/proc/loadavg: 2.79 4.53 4.85 4/84 25675
/proc/meminfo: memFree=1603832/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=804560 CPUtime=0.08
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 3020 0 1 0 7 1 0 0 20 0 12 0 24884736 823869440 2763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 201140 2763 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301319 s]
/proc/loadavg: 2.79 4.53 4.85 4/84 25675
/proc/meminfo: memFree=1603832/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=805776 CPUtime=0.28
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 4362 0 1 0 25 3 0 0 20 0 12 0 24884736 825114624 4099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 201444 4099 1362 9 0 198771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805776

[startup+0.702398 s]
/proc/loadavg: 2.79 4.53 4.85 4/84 25675
/proc/meminfo: memFree=1603832/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=808428 CPUtime=0.68
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 6161 0 1 0 64 4 0 0 20 0 12 0 24884736 827830272 5256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 202107 5256 1391 9 0 199434 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808428

[startup+1.50155 s]
/proc/loadavg: 2.79 4.53 4.85 3/96 25687
/proc/meminfo: memFree=1579160/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=810908 CPUtime=1.48
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 10191 0 1 0 142 6 0 0 20 0 12 0 24884736 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 202727 8779 1399 9 0 200054 0
[pid=25675/tid=25677] ppid=25673 vsize=810908 CPUtime=0.72
/proc/25675/task/25677/stat : 25677 (java) R 25673 25675 19619 0 -1 64 6418 0 1 0 68 4 0 0 25 0 12 0 24884738 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25678] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24884739 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25679] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24884739 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25680] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25673 25675 19619 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24884741 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25681] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 24884741 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25682] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24884741 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25683] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24884745 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=810908 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24884745 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=810908 CPUtime=0.7
/proc/25675/task/25685/stat : 25685 (java) R 25673 25675 19619 0 -1 64 2802 0 0 0 70 0 0 0 17 0 12 0 24884745 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 104163954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25686] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24884745 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=810908 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24884745 830369792 8779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810908

[startup+3.10285 s]
/proc/loadavg: 2.88 4.52 4.85 3/96 25687
/proc/meminfo: memFree=1560088/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=810792 CPUtime=3.07
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 23254 0 1 0 295 12 0 0 20 0 12 0 24884736 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 202698 21538 1439 9 0 200025 0
[pid=25675/tid=25677] ppid=25673 vsize=810792 CPUtime=1.74
/proc/25675/task/25677/stat : 25677 (java) R 25673 25675 19619 0 -1 64 17222 0 1 0 165 9 0 0 25 0 12 0 24884738 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4109802521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25678] ppid=25673 vsize=810792 CPUtime=0.02
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 869 0 0 0 2 0 0 0 17 0 12 0 24884739 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25679] ppid=25673 vsize=810792 CPUtime=0.02
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 1009 0 0 0 2 0 0 0 17 0 12 0 24884739 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25680] ppid=25673 vsize=810792 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25673 25675 19619 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24884741 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25681] ppid=25673 vsize=810792 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24884741 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25682] ppid=25673 vsize=810792 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24884741 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25683] ppid=25673 vsize=810792 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24884745 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=810792 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24884745 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=810792 CPUtime=1.22
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 3172 0 0 0 121 1 0 0 16 0 12 0 24884745 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25686] ppid=25673 vsize=810792 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24884745 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=810792 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24884745 830251008 21538 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810792

[startup+6.30248 s]
/proc/loadavg: 2.88 4.52 4.85 3/96 25687
/proc/meminfo: memFree=1499992/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=810344 CPUtime=6.27
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 26899 0 1 0 613 14 0 0 20 0 12 0 24884736 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 202586 25003 1439 9 0 199913 0
[pid=25675/tid=25677] ppid=25673 vsize=810344 CPUtime=4.63
/proc/25675/task/25677/stat : 25677 (java) R 25673 25675 19619 0 -1 64 17229 0 1 0 454 9 0 0 25 0 12 0 24884738 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4109873527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25678] ppid=25673 vsize=810344 CPUtime=0.12
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 2569 0 0 0 11 1 0 0 16 0 12 0 24884739 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25679] ppid=25673 vsize=810344 CPUtime=0.12
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 2925 0 0 0 11 1 0 0 16 0 12 0 24884739 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25680] ppid=25673 vsize=810344 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25673 25675 19619 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 24884741 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25681] ppid=25673 vsize=810344 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24884741 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25682] ppid=25673 vsize=810344 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24884741 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25683] ppid=25673 vsize=810344 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24884745 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=810344 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24884745 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=810344 CPUtime=1.32
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 3182 0 0 0 131 1 0 0 17 0 12 0 24884745 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25686] ppid=25673 vsize=810344 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24884745 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=810344 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24884745 829792256 25003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 810344

[startup+12.7112 s]
/proc/loadavg: 2.75 4.44 4.82 3/96 25687
/proc/meminfo: memFree=1465816/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=808908 CPUtime=12.66
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 32566 0 1 0 1250 16 0 0 20 0 12 0 24884736 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 202227 30299 1439 9 0 199554 0
[pid=25675/tid=25677] ppid=25673 vsize=808908 CPUtime=10.81
/proc/25675/task/25677/stat : 25677 (java) R 25673 25675 19619 0 -1 64 17241 0 1 0 1072 9 0 0 25 0 12 0 24884738 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4109723610 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25678] ppid=25673 vsize=808908 CPUtime=0.21
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 5588 0 0 0 19 2 0 0 16 0 12 0 24884739 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25679] ppid=25673 vsize=808908 CPUtime=0.19
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 5558 0 0 0 17 2 0 0 16 0 12 0 24884739 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25680] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25680/stat : 25680 (java) S 25673 25675 19619 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 24884741 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25681] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24884741 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25682] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24884741 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25683] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24884745 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=808908 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24884745 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=808908 CPUtime=1.37
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 3185 0 0 0 136 1 0 0 17 0 12 0 24884745 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25686] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24884745 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24884745 828321792 30299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 808908

[startup+25.5023 s]
/proc/loadavg: 2.63 4.36 4.79 3/96 25687
/proc/meminfo: memFree=1417880/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=808908 CPUtime=25.34
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 38461 0 1 0 2515 19 0 0 20 0 12 0 24884736 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 202227 36175 1439 9 0 199554 0
[pid=25675/tid=25677] ppid=25673 vsize=808908 CPUtime=23.21
/proc/25675/task/25677/stat : 25677 (java) R 25673 25675 19619 0 -1 64 17265 0 1 0 2311 10 0 0 25 0 12 0 24884738 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4109625843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25673 vsize=808908 CPUtime=0.27
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 8204 0 0 0 24 3 0 0 16 0 12 0 24884739 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25673 vsize=808908 CPUtime=0.26
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 8813 0 0 0 23 3 0 0 16 0 12 0 24884739 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25673 vsize=808908 CPUtime=0.01
/proc/25675/task/25680/stat : 25680 (java) S 25673 25675 19619 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 24884741 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24884741 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25682] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24884741 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25683] ppid=25673 vsize=808908 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24884745 828321792 36175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=808908 CPUtime=0.02

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

[pid=25675] ppid=25673 vsize=814824 CPUtime=378.73
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 181418 0 1 0 37790 83 0 0 20 0 13 0 24884736 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 203706 173331 1460 9 0 201033 0
[pid=25675/tid=25677] ppid=25673 vsize=814824 CPUtime=302.85
/proc/25675/task/25677/stat : 25677 (java) S 25673 25675 19619 0 -1 64 17635 0 1 0 30273 12 0 0 16 0 13 0 24884738 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25673 vsize=814824 CPUtime=3.04
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 75539 0 0 0 272 32 0 0 16 0 13 0 24884739 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25673 vsize=814824 CPUtime=3.14
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 74544 0 0 0 286 28 0 0 17 0 13 0 24884739 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25673 vsize=814824 CPUtime=65.22
/proc/25675/task/25680/stat : 25680 (java) R 25673 25675 19619 0 -1 64 2784 0 0 0 6519 3 0 0 25 0 13 0 24884741 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24884741 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24884741 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=814824 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 13 0 24884745 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=814824 CPUtime=4.38
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 9924 0 0 0 433 5 0 0 16 0 13 0 24884745 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25686] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24884745 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25694] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25694/stat : 25694 (java) S 25673 25675 19619 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24911866 834379776 173331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 378.73
Current children cumulated vsize (KiB) 814824

[startup+383.906 s]
/proc/loadavg: 2.63 3.08 4.04 3/94 25731
/proc/meminfo: memFree=866336/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=814824 CPUtime=381.91
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 181421 0 1 0 38108 83 0 0 20 0 13 0 24884736 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 203706 173332 1460 9 0 201033 0
[pid=25675/tid=25677] ppid=25673 vsize=814824 CPUtime=302.85
/proc/25675/task/25677/stat : 25677 (java) S 25673 25675 19619 0 -1 64 17636 0 1 0 30273 12 0 0 16 0 13 0 24884738 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25673 vsize=814824 CPUtime=3.04
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 75539 0 0 0 272 32 0 0 16 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25673 vsize=814824 CPUtime=3.14
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 74544 0 0 0 286 28 0 0 17 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25673 vsize=814824 CPUtime=68.41
/proc/25675/task/25680/stat : 25680 (java) R 25673 25675 19619 0 -1 64 2784 0 0 0 6838 3 0 0 25 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 103607386 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=814824 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=814824 CPUtime=4.38
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 9924 0 0 0 433 5 0 0 16 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25686] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25694] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25694/stat : 25694 (java) S 25673 25675 19619 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24911866 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 381.91
Current children cumulated vsize (KiB) 814824

[startup+384.702 s]
/proc/loadavg: 2.63 3.08 4.04 3/94 25731
/proc/meminfo: memFree=866336/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=814824 CPUtime=382.71
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 181422 0 1 0 38188 83 0 0 20 0 13 0 24884736 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 203706 173332 1460 9 0 201033 0
[pid=25675/tid=25677] ppid=25673 vsize=814824 CPUtime=302.85
/proc/25675/task/25677/stat : 25677 (java) S 25673 25675 19619 0 -1 64 17637 0 1 0 30273 12 0 0 17 0 13 0 24884738 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25673 vsize=814824 CPUtime=3.04
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 75539 0 0 0 272 32 0 0 16 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25673 vsize=814824 CPUtime=3.14
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 74544 0 0 0 286 28 0 0 17 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25673 vsize=814824 CPUtime=69.21
/proc/25675/task/25680/stat : 25680 (java) R 25673 25675 19619 0 -1 64 2784 0 0 0 6918 3 0 0 25 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=814824 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=814824 CPUtime=4.38
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 9924 0 0 0 433 5 0 0 16 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25686] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25694] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25694/stat : 25694 (java) S 25673 25675 19619 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24911866 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 382.71
Current children cumulated vsize (KiB) 814824

[startup+385.102 s]
/proc/loadavg: 2.63 3.08 4.04 3/94 25731
/proc/meminfo: memFree=866272/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=814824 CPUtime=383.1
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 181422 0 1 0 38227 83 0 0 20 0 13 0 24884736 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 203706 173332 1460 9 0 201033 0
[pid=25675/tid=25677] ppid=25673 vsize=814824 CPUtime=302.85
/proc/25675/task/25677/stat : 25677 (java) S 25673 25675 19619 0 -1 64 17637 0 1 0 30273 12 0 0 17 0 13 0 24884738 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25673 vsize=814824 CPUtime=3.04
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 75539 0 0 0 272 32 0 0 16 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25673 vsize=814824 CPUtime=3.14
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 74544 0 0 0 286 28 0 0 17 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25673 vsize=814824 CPUtime=69.6
/proc/25675/task/25680/stat : 25680 (java) R 25673 25675 19619 0 -1 64 2784 0 0 0 6957 3 0 0 25 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=814824 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=814824 CPUtime=4.38
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 9924 0 0 0 433 5 0 0 16 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25686] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25694] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25694/stat : 25694 (java) S 25673 25675 19619 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24911866 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 383.1
Current children cumulated vsize (KiB) 814824

[startup+385.503 s]
/proc/loadavg: 2.63 3.08 4.04 3/94 25731
/proc/meminfo: memFree=866272/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=814824 CPUtime=383.5
/proc/25675/stat : 25675 (java) S 25673 25675 19619 0 -1 0 181422 0 1 0 38267 83 0 0 20 0 13 0 24884736 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25675/statm: 203706 173332 1460 9 0 201033 0
[pid=25675/tid=25677] ppid=25673 vsize=814824 CPUtime=302.85
/proc/25675/task/25677/stat : 25677 (java) S 25673 25675 19619 0 -1 64 17637 0 1 0 30273 12 0 0 17 0 13 0 24884738 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25678] ppid=25673 vsize=814824 CPUtime=3.04
/proc/25675/task/25678/stat : 25678 (java) S 25673 25675 19619 0 -1 64 75539 0 0 0 272 32 0 0 16 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25679] ppid=25673 vsize=814824 CPUtime=3.14
/proc/25675/task/25679/stat : 25679 (java) S 25673 25675 19619 0 -1 64 74544 0 0 0 286 28 0 0 17 0 13 0 24884739 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25680] ppid=25673 vsize=814824 CPUtime=70
/proc/25675/task/25680/stat : 25680 (java) R 25673 25675 19619 0 -1 64 2784 0 0 0 6997 3 0 0 25 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25681] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25681/stat : 25681 (java) S 25673 25675 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25682] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25682/stat : 25682 (java) S 25673 25675 19619 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24884741 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25683] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25683/stat : 25683 (java) S 25673 25675 19619 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25684] ppid=25673 vsize=814824 CPUtime=0.02
/proc/25675/task/25684/stat : 25684 (java) S 25673 25675 19619 0 -1 64 231 0 0 0 2 0 0 0 17 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25685] ppid=25673 vsize=814824 CPUtime=4.38
/proc/25675/task/25685/stat : 25685 (java) S 25673 25675 19619 0 -1 64 9924 0 0 0 433 5 0 0 16 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25686] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25686/stat : 25686 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25675/tid=25687] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25687/stat : 25687 (java) S 25673 25675 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24884745 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25675/tid=25694] ppid=25673 vsize=814824 CPUtime=0
/proc/25675/task/25694/stat : 25694 (java) S 25673 25675 19619 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24911866 834379776 173332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 383.5
Current children cumulated vsize (KiB) 814824

[startup+385.603 s]
/proc/loadavg: 2.63 3.08 4.04 3/94 25731
/proc/meminfo: memFree=866272/2055920 swapFree=4192812/4192956
[pid=25675] ppid=25673 vsize=0 CPUtime=383.58
/proc/25675/stat : 25675 (java) Z 25673 25675 19619 0 -1 12 181426 0 1 0 38270 88 0 0 16 0 2 0 24884736 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25675/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 383.58
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 385.655
CPU time (s): 383.643
CPU user time (s): 382.708
CPU system time (s): 0.934857
CPU usage (%): 99.4781
Max. virtual memory (cumulated for all children) (KiB): 818272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.708
system time used= 0.934857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181426
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= 14689
involuntary context switches= 18092

runsolver used 0.510922 second user time and 1.27281 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 07:56:34
IDJOB=2083780
IDBENCH=57933
IDSOLVER=731
FILE ID=node76/2083780-1247378194
PBS_JOBID= 9506996
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083780-1247378194/watcher-2083780-1247378194 -o /tmp/evaluation-result-2083780-1247378194/solver-2083780-1247378194 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083780-1247378194.xml

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

MD5SUM BENCH= 12e743886345c8ed1c98bc98af799e15
RANDOM SEED=107055736

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1604248 kB
Buffers:          4660 kB
Cached:          62660 kB
SwapCached:          0 kB
Active:         367364 kB
Inactive:        30200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:         345880 kB
Slab:            38736 kB
Committed_AS:   880136 kB
PageTables:       2436 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= 66424 MiB
End job on node76 at 2009-07-12 08:03:00