Trace number 2087289

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? 201.861 202.777

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-8.xml
MD5SUM6d260f3f138d26601b40438bc6e36354
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.992848
Satisfiable
(Un)Satisfiability was proved
Number of variables2808
Number of constraints13716
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13716
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2087289-1247385763.xml
0.18/0.26	c reading problem ... 
0.47/0.51	c reading problem named null
0.47/0.51	c reading domains done.
0.47/0.52	c reading variables done.
1.27/1.37	c reading predicates  done.
1.56/1.62	c reading constraints
201.70/202.63	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
201.70/202.63		at org.mozilla.javascript.gen.c5._c0(rhino.log:1)
201.70/202.63		at org.mozilla.javascript.gen.c5.call(rhino.log)
201.70/202.63		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
201.70/202.63		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
201.70/202.63		at org.mozilla.javascript.gen.c5.call(rhino.log)
201.70/202.63		at org.mozilla.javascript.gen.c5.exec(rhino.log)
201.70/202.63		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.63		at org.sat4j.csp.Predicate.find(Unknown Source)
201.70/202.64	c starts		: 0
201.70/202.64	c conflicts		: 0
201.70/202.64	c decisions		: 0
201.70/202.64	c propagations		: 0
201.70/202.64	c inspects		: 0
201.70/202.64	c learnt literals	: 0
201.70/202.64	c learnt binary clauses	: 0
201.70/202.64	c learnt ternary clauses	: 0
201.70/202.64	c learnt clauses	: 0
201.70/202.64	c ignored clauses	: 0
201.70/202.64	c root simplifications	: 0
201.70/202.64	c removed literals (reason simplification)	: 0
201.70/202.64	c reason swapping (by a shorter reason)	: 0
201.70/202.64	c Calls to reduceDB	: 0
201.70/202.64	c speed (assignments/second)	: 0.0
201.70/202.64	c non guided choices	0
201.70/202.64	c learnt constraints type 
201.70/202.64	c constraints type 
201.70/202.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4289251
201.70/202.64	c org.sat4j.minisat.constraints.card.AtLeast => 2808
201.70/202.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2808
201.70/202.64	s UNKNOWN
201.70/202.64	c Total wall clock time (in seconds) : 202.38

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-2087289-1247385763/watcher-2087289-1247385763 -o /tmp/evaluation-result-2087289-1247385763/solver-2087289-1247385763 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087289-1247385763.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 26803
/proc/meminfo: memFree=1456544/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=18576 CPUtime=0
/proc/26803/stat : 26803 (runsolver) R 26801 26803 25716 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 25641701 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 210723466535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26803/statm: 4644 284 249 26 0 2626 0

[startup+0.032245 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 26803
/proc/meminfo: memFree=1456544/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=798736 CPUtime=0.01
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 1820 0 1 0 0 1 0 0 18 0 4 0 25641701 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 199684 1567 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.101943 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 26803
/proc/meminfo: memFree=1456544/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=804360 CPUtime=0.08
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 2943 0 1 0 6 2 0 0 18 0 12 0 25641701 823664640 2686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 201090 2686 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301973 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 26803
/proc/meminfo: memFree=1456544/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=805628 CPUtime=0.28
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 4251 0 1 0 23 5 0 0 18 0 12 0 25641701 824963072 3988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 201407 3988 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702013 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 26803
/proc/meminfo: memFree=1456544/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=807192 CPUtime=0.67
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 5395 0 1 0 61 6 0 0 18 0 12 0 25641701 826564608 4921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 201798 4921 1389 9 0 199125 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807192

[startup+1.50211 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 26815
/proc/meminfo: memFree=1441536/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=807280 CPUtime=1.46
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 6931 0 1 0 139 7 0 0 18 0 12 0 25641701 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 201820 6066 1419 9 0 199147 0
[pid=26803/tid=26805] ppid=26801 vsize=807280 CPUtime=0.89
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25716 0 -1 64 4744 0 1 0 84 5 0 0 24 0 12 0 25641703 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 106548058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26806] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25641704 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 25641704 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25716 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25641706 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25641707 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25641707 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25641711 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=807280 CPUtime=0.54
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 1434 0 0 0 54 0 0 0 16 0 12 0 25641711 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 826654720 6066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=807280 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 826654720 6066 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) 807280

[startup+3.10229 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 26815
/proc/meminfo: memFree=1453120/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=810416 CPUtime=3.06
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 12108 0 1 0 295 11 0 0 18 0 12 0 25641701 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 202604 8340 1425 9 0 199931 0
[pid=26803/tid=26805] ppid=26801 vsize=810416 CPUtime=1.47
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25716 0 -1 64 6241 0 1 0 141 6 0 0 23 0 12 0 25641703 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4109161471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26806] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25641704 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 25641704 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25716 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25641706 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25641707 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25641707 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=810416 CPUtime=0.25
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 143 0 0 0 25 0 0 0 16 0 12 0 25641711 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=810416 CPUtime=1.31
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4983 0 0 0 128 3 0 0 19 0 12 0 25641711 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26814] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=810416 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 829865984 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810416

[startup+6.30268 s]
/proc/loadavg: 1.93 1.98 1.99 4/94 26815
/proc/meminfo: memFree=1429120/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=810768 CPUtime=6.22
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 24746 0 1 0 602 20 0 0 18 0 12 0 25641701 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 202692 18000 1440 9 0 200019 0
[pid=26803/tid=26805] ppid=26801 vsize=810768 CPUtime=2.8
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25716 0 -1 64 15685 0 1 0 267 13 0 0 25 0 12 0 25641703 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4109478173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26806] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25641704 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 25641704 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25716 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25641706 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25641707 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25641707 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=810768 CPUtime=2.03
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 3335 0 0 0 201 2 0 0 16 0 12 0 25641711 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=810768 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=810768 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 830226432 18000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 810768

[startup+12.7024 s]
/proc/loadavg: 2.09 2.02 2.01 3/94 26815
/proc/meminfo: memFree=1358400/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=818072 CPUtime=12.57
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 41553 0 1 0 1229 28 0 0 18 0 12 0 25641701 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 204518 31977 1450 9 0 201845 0
[pid=26803/tid=26805] ppid=26801 vsize=818072 CPUtime=7.18
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25716 0 -1 64 17472 0 1 0 704 14 0 0 25 0 12 0 25641703 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4110366339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26806] ppid=26801 vsize=818072 CPUtime=0.35
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 5035 0 0 0 33 2 0 0 16 0 12 0 25641704 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=818072 CPUtime=0.25
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 5278 0 0 0 23 2 0 0 16 0 12 0 25641704 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25716 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 25641706 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26809] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=818072 CPUtime=3.38
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 8017 0 0 0 333 5 0 0 22 0 12 0 25641711 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=818072 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 837705728 31977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 818072

[startup+25.5029 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 26815
/proc/meminfo: memFree=1241152/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=818072 CPUtime=25.35
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 73278 0 1 0 2493 42 0 0 18 0 12 0 25641701 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 204518 63604 1450 9 0 201845 0
[pid=26803/tid=26805] ppid=26801 vsize=818072 CPUtime=18.18
/proc/26803/task/26805/stat : 26805 (java) R 26801 26803 25716 0 -1 64 17498 0 1 0 1804 14 0 0 18 0 12 0 25641703 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4109126811 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=818072 CPUtime=1.3
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 22482 0 0 0 120 10 0 0 16 0 12 0 25641704 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26807] ppid=26801 vsize=818072 CPUtime=1.07
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 19530 0 0 0 100 7 0 0 16 0 12 0 25641704 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26808] ppid=26801 vsize=818072 CPUtime=0.01
/proc/26803/task/26808/stat : 26808 (java) S 26801 26803 25716 0 -1 64 28 0 0 0 1 0 0 0 15 0 12 0 25641706 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=818072 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 837705728 63604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=818072 CPUtime=3.38

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

[pid=26803/tid=26814] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 178.27
Current children cumulated vsize (KiB) 850076

[startup+191.902 s]
/proc/loadavg: 2.17 2.09 2.03 3/94 26815
/proc/meminfo: memFree=752704/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=850076 CPUtime=191.07
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 626909 0 1 0 18813 294 0 0 18 0 12 0 25641701 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 212519 182268 1452 9 0 209846 0
[pid=26803/tid=26805] ppid=26801 vsize=850076 CPUtime=75.94
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25716 0 -1 64 17612 0 1 0 7580 14 0 0 17 0 12 0 25641703 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=850076 CPUtime=4.78
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 54762 0 0 0 455 23 0 0 15 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=850076 CPUtime=8.15
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 95397 0 0 0 777 38 0 0 16 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=850076 CPUtime=97.39
/proc/26803/task/26808/stat : 26808 (java) R 26801 26803 25716 0 -1 64 445398 0 0 0 9532 207 0 0 25 0 12 0 25641706 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=850076 CPUtime=3.38
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 8017 0 0 0 333 5 0 0 22 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=850076 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.07
Current children cumulated vsize (KiB) 850076

[startup+198.302 s]
/proc/loadavg: 2.14 2.09 2.02 3/94 26815
/proc/meminfo: memFree=768768/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=850076 CPUtime=197.45
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 671924 0 1 0 19432 313 0 0 18 0 12 0 25641701 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 212519 182268 1452 9 0 209846 0
[pid=26803/tid=26805] ppid=26801 vsize=850076 CPUtime=76.04
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25716 0 -1 64 17615 0 1 0 7590 14 0 0 17 0 12 0 25641703 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=850076 CPUtime=4.78
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 54762 0 0 0 455 23 0 0 15 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=850076 CPUtime=8.15
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 95397 0 0 0 777 38 0 0 16 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=850076 CPUtime=103.69
/proc/26803/task/26808/stat : 26808 (java) R 26801 26803 25716 0 -1 64 490410 0 0 0 10142 227 0 0 25 0 12 0 25641706 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=850076 CPUtime=3.38
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 8017 0 0 0 333 5 0 0 22 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=850076 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.45
Current children cumulated vsize (KiB) 850076

[startup+199.902 s]
/proc/loadavg: 2.14 2.09 2.02 3/94 26815
/proc/meminfo: memFree=752704/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=850076 CPUtime=199.05
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 671924 0 1 0 19592 313 0 0 18 0 12 0 25641701 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 212519 182268 1452 9 0 209846 0
[pid=26803/tid=26805] ppid=26801 vsize=850076 CPUtime=76.04
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25716 0 -1 64 17615 0 1 0 7590 14 0 0 17 0 12 0 25641703 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=850076 CPUtime=4.78
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 54762 0 0 0 455 23 0 0 15 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=850076 CPUtime=8.15
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 95397 0 0 0 777 38 0 0 16 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=850076 CPUtime=105.29
/proc/26803/task/26808/stat : 26808 (java) R 26801 26803 25716 0 -1 64 490410 0 0 0 10302 227 0 0 25 0 12 0 25641706 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=850076 CPUtime=3.38
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 8017 0 0 0 333 5 0 0 22 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=850076 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.05
Current children cumulated vsize (KiB) 850076

[startup+201.502 s]
/proc/loadavg: 2.14 2.09 2.02 3/94 26815
/proc/meminfo: memFree=748480/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=850076 CPUtime=200.65
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 686931 0 1 0 19744 321 0 0 18 0 12 0 25641701 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 212519 182268 1451 9 0 209846 0
[pid=26803/tid=26805] ppid=26801 vsize=850076 CPUtime=76.06
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25716 0 -1 64 17618 0 1 0 7592 14 0 0 17 0 12 0 25641703 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=850076 CPUtime=4.78
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 54762 0 0 0 455 23 0 0 15 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=850076 CPUtime=8.15
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 95397 0 0 0 777 38 0 0 16 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=850076 CPUtime=106.87
/proc/26803/task/26808/stat : 26808 (java) R 26801 26803 25716 0 -1 64 505414 0 0 0 10452 235 0 0 25 0 12 0 25641706 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=850076 CPUtime=3.38
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 8017 0 0 0 333 5 0 0 22 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=850076 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.65
Current children cumulated vsize (KiB) 850076

[startup+202.302 s]
/proc/loadavg: 2.14 2.09 2.02 3/94 26815
/proc/meminfo: memFree=745152/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=850076 CPUtime=201.46
/proc/26803/stat : 26803 (java) S 26801 26803 25716 0 -1 0 686931 0 1 0 19825 321 0 0 18 0 12 0 25641701 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26803/statm: 212519 182268 1451 9 0 209846 0
[pid=26803/tid=26805] ppid=26801 vsize=850076 CPUtime=76.06
/proc/26803/task/26805/stat : 26805 (java) S 26801 26803 25716 0 -1 64 17618 0 1 0 7592 14 0 0 17 0 12 0 25641703 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26806] ppid=26801 vsize=850076 CPUtime=4.78
/proc/26803/task/26806/stat : 26806 (java) S 26801 26803 25716 0 -1 64 54762 0 0 0 455 23 0 0 15 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26807] ppid=26801 vsize=850076 CPUtime=8.15
/proc/26803/task/26807/stat : 26807 (java) S 26801 26803 25716 0 -1 64 95397 0 0 0 777 38 0 0 16 0 12 0 25641704 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26808] ppid=26801 vsize=850076 CPUtime=107.68
/proc/26803/task/26808/stat : 26808 (java) R 26801 26803 25716 0 -1 64 505414 0 0 0 10533 235 0 0 25 0 12 0 25641706 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26803/tid=26809] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26809/stat : 26809 (java) S 26801 26803 25716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26810] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26810/stat : 26810 (java) S 26801 26803 25716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25641707 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26811] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26811/stat : 26811 (java) S 26801 26803 25716 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26812] ppid=26801 vsize=850076 CPUtime=3.38
/proc/26803/task/26812/stat : 26812 (java) S 26801 26803 25716 0 -1 64 8017 0 0 0 333 5 0 0 22 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26813] ppid=26801 vsize=850076 CPUtime=1.36
/proc/26803/task/26813/stat : 26813 (java) S 26801 26803 25716 0 -1 64 4985 0 0 0 133 3 0 0 17 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26814] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26814/stat : 26814 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26803/tid=26815] ppid=26801 vsize=850076 CPUtime=0
/proc/26803/task/26815/stat : 26815 (java) S 26801 26803 25716 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25641711 870477824 182268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.46
Current children cumulated vsize (KiB) 850076

[startup+202.703 s]
/proc/loadavg: 2.14 2.09 2.02 3/94 26815
/proc/meminfo: memFree=745152/2055920 swapFree=4192812/4192956
[pid=26803] ppid=26801 vsize=0 CPUtime=201.78
/proc/26803/stat : 26803 (java) Z 26801 26803 25716 0 -1 12 686947 0 1 0 19853 325 0 0 16 0 2 0 25641701 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 202.777
CPU time (s): 201.861
CPU user time (s): 198.538
CPU system time (s): 3.32349
CPU usage (%): 99.5486
Max. virtual memory (cumulated for all children) (KiB): 866080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.538
system time used= 3.32349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 686947
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= 7178
involuntary context switches= 8693

runsolver used 0.344947 second user time and 0.774882 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 10:02:43
IDJOB=2087289
IDBENCH=58712
IDSOLVER=731
FILE ID=node73/2087289-1247385763
PBS_JOBID= 9507250
Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087289-1247385763/watcher-2087289-1247385763 -o /tmp/evaluation-result-2087289-1247385763/solver-2087289-1247385763 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087289-1247385763.xml

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

MD5SUM BENCH= 6d260f3f138d26601b40438bc6e36354
RANDOM SEED=1789519715

node73.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	: 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.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:       1457024 kB
Buffers:         14496 kB
Cached:         172776 kB
SwapCached:          0 kB
Active:         492696 kB
Inactive:        52764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:         370860 kB
Slab:            37144 kB
Committed_AS:   531488 kB
PageTables:       3292 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= 66404 MiB
End job on node73 at 2009-07-12 10:06:06