Trace number 2087135

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? (TO) 1800.43 1806.73

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-3.xml
MD5SUMa120acb0d25d871e6ddc3f8ad8bfd6be
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark184.611
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
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.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.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2087135-1247385383.xml
0.18/0.24	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.52	c reading relations done.
17.78/17.97	c reading constraints
23.70/23.64	c done with constraints.
23.70/23.66	c ... done. Wall clock time 23.399s.
23.70/23.66	c #vars     125
23.70/23.66	c #constraints  2136441
23.70/23.66	c constraints type 
23.70/23.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2136416
23.70/23.66	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.08/1806.51	c starts		: 20
1800.08/1806.51	c conflicts		: 593965
1800.08/1806.51	c decisions		: 715823
1800.08/1806.51	c propagations		: 9065588
1800.08/1806.51	c inspects		: 7164915038
1800.08/1806.51	c learnt literals	: 0
1800.08/1806.51	c learnt binary clauses	: 0
1800.08/1806.51	c learnt ternary clauses	: 0
1800.08/1806.51	c learnt clauses	: 593965
1800.08/1806.51	c ignored clauses	: 0
1800.08/1806.51	c root simplifications	: 0
1800.08/1806.51	c removed literals (reason simplification)	: 1227548
1800.08/1806.51	c reason swapping (by a shorter reason)	: 0
1800.08/1806.51	c Calls to reduceDB	: 0
1800.08/1806.51	c speed (assignments/second)	: 5084.84372914173
1800.08/1806.51	c non guided choices	49
1800.29/1806.61	c learnt constraints type 
1800.29/1806.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 593993
1800.29/1806.61	c constraints type 
1800.29/1806.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2136416
1800.29/1806.61	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.29/1806.61	s UNKNOWN
1800.29/1806.61	c Total wall clock time (in seconds) : 1806.266

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-2087135-1247385383/watcher-2087135-1247385383 -o /tmp/evaluation-result-2087135-1247385383/solver-2087135-1247385383 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087135-1247385383.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.07 2.03 2.00 3/72 27720
/proc/meminfo: memFree=1800600/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=18576 CPUtime=0
/proc/27720/stat : 27720 (runsolver) R 27718 27720 26799 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 25605976 19021824 285 996147200 4194304 4302564 548682068448 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27720/statm: 4644 285 249 26 0 2626 0

[startup+0.090205 s]
/proc/loadavg: 2.07 2.03 2.00 3/72 27720
/proc/meminfo: memFree=1800600/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=802164 CPUtime=0.07
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 2887 0 1 0 6 1 0 0 18 0 7 0 25605976 821415936 2632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 200541 2632 1041 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101202 s]
/proc/loadavg: 2.07 2.03 2.00 3/72 27720
/proc/meminfo: memFree=1800600/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=804560 CPUtime=0.08
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 3006 0 1 0 7 1 0 0 18 0 12 0 25605976 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301257 s]
/proc/loadavg: 2.07 2.03 2.00 3/72 27720
/proc/meminfo: memFree=1800600/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=805628 CPUtime=0.28
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 4294 0 1 0 26 2 0 0 18 0 12 0 25605976 824963072 4031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201407 4031 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701262 s]
/proc/loadavg: 2.07 2.03 2.00 3/72 27720
/proc/meminfo: memFree=1800600/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=807184 CPUtime=0.68
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 7755 0 1 0 64 4 0 0 18 0 12 0 25605976 826556416 7206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201796 7206 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50235 s]
/proc/loadavg: 2.07 2.03 2.00 4/84 27732
/proc/meminfo: memFree=1774008/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=807356 CPUtime=1.47
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 11650 0 1 0 141 6 0 0 18 0 12 0 25605976 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201839 10576 1407 9 0 199166 0
[pid=27720/tid=27722] ppid=27718 vsize=807356 CPUtime=0.78
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 9092 0 1 0 74 4 0 0 25 0 12 0 25605977 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27723] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 25605978 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 25605978 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25605980 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25605981 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25605981 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25605985 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25605985 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=807356 CPUtime=0.67
/proc/27720/task/27730/stat : 27730 (java) R 27718 27720 26799 0 -1 64 1805 0 0 0 67 0 0 0 16 0 12 0 25605985 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 103375338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27731] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25605985 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25605985 826732544 10576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807356

[startup+3.10251 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 27732
/proc/meminfo: memFree=1728824/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=807356 CPUtime=3.06
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 25686 0 1 0 294 12 0 0 18 0 12 0 25605976 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201839 24598 1417 9 0 199166 0
[pid=27720/tid=27722] ppid=27718 vsize=807356 CPUtime=2.03
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 16903 0 1 0 195 8 0 0 25 0 12 0 25605977 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4109542156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27723] ppid=27718 vsize=807356 CPUtime=0.07
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 2620 0 0 0 7 0 0 0 16 0 12 0 25605978 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=807356 CPUtime=0.06
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 3567 0 0 0 5 1 0 0 16 0 12 0 25605978 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25605980 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25605981 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25605981 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25605985 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25605985 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=807356 CPUtime=0.86
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 1831 0 0 0 86 0 0 0 16 0 12 0 25605985 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27731] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25605985 826732544 24598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=807356 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25605985 826732544 24598 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) 807356

[startup+6.30285 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 27732
/proc/meminfo: memFree=1688248/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=807520 CPUtime=6.24
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 31489 0 1 0 609 15 0 0 18 0 12 0 25605976 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201880 30389 1420 9 0 199207 0
[pid=27720/tid=27722] ppid=27718 vsize=807520 CPUtime=4.75
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 16918 0 1 0 467 8 0 0 25 0 12 0 25605977 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4109583721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27723] ppid=27718 vsize=807520 CPUtime=0.3
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 4900 0 0 0 28 2 0 0 16 0 12 0 25605978 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=807520 CPUtime=0.29
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 7075 0 0 0 27 2 0 0 16 0 12 0 25605978 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25605980 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25605981 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25605981 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25605985 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25605985 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=807520 CPUtime=0.86
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 1831 0 0 0 86 0 0 0 16 0 12 0 25605985 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27731] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25605985 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25605985 826900480 30389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 807520

[startup+12.7025 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 27732
/proc/meminfo: memFree=1642808/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=807520 CPUtime=12.6
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 42135 0 1 0 1239 21 0 0 18 0 12 0 25605976 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 201880 40957 1420 9 0 199207 0
[pid=27720/tid=27722] ppid=27718 vsize=807520 CPUtime=10.36
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 16940 0 1 0 1025 11 0 0 25 0 12 0 25605977 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4109508850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27723] ppid=27718 vsize=807520 CPUtime=0.66
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 10603 0 0 0 62 4 0 0 16 0 12 0 25605978 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=807520 CPUtime=0.67
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 11996 0 0 0 63 4 0 0 16 0 12 0 25605978 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 25605980 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25605981 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25605981 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25605985 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25605985 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=807520 CPUtime=0.86
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 1831 0 0 0 86 0 0 0 17 0 12 0 25605985 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27731] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25605985 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=807520 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25605985 826900480 40957 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 807520

[startup+25.5019 s]
/proc/loadavg: 2.05 2.02 2.00 3/85 27733
/proc/meminfo: memFree=1399728/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=811576 CPUtime=25.6
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 103389 0 1 0 2513 47 0 0 18 0 13 0 25605976 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 202894 99825 1439 9 0 200221 0
[pid=27720/tid=27722] ppid=27718 vsize=811576 CPUtime=19.13
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 16986 0 1 0 1901 12 0 0 25 0 13 0 25605977 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4109752038 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27723] ppid=27718 vsize=811576 CPUtime=2.51
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 37223 0 0 0 237 14 0 0 17 0 13 0 25605978 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27724] ppid=27718 vsize=811576 CPUtime=2.5
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 44771 0 0 0 233 17 0 0 17 0 13 0 25605978 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27725] ppid=27718 vsize=811576 CPUtime=0.01
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 1 0 0 0 15 0 13 0 25605980 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27726] ppid=27718 vsize=811576 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25605981 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=811576 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25605981 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=811576 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25605985 831053824 99825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=811576 CPUtime=0

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

[pid=27720/tid=27725] ppid=27718 vsize=811224 CPUtime=0.01
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 25605980 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=811224 CPUtime=1.96
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 3980 0 0 0 195 1 0 0 16 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27731] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27733] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27733/stat : 27733 (java) S 27718 27720 26799 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25608342 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.94
Current children cumulated vsize (KiB) 811224

[startup+1722.3 s]
/proc/loadavg: 1.21 1.75 1.91 2/95 28149
/proc/meminfo: memFree=801512/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=811224 CPUtime=1715.92
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 134158 0 1 0 171502 90 0 0 18 0 13 0 25605976 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 202806 129197 1445 9 0 200133 0
[pid=27720/tid=27722] ppid=27718 vsize=811224 CPUtime=1707.1
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 17002 0 1 0 170668 42 0 0 25 0 13 0 25605977 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4109752038 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27723] ppid=27718 vsize=811224 CPUtime=3.43
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 54575 0 0 0 323 20 0 0 16 0 13 0 25605978 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=811224 CPUtime=3.36
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 57829 0 0 0 312 24 0 0 16 0 13 0 25605978 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=811224 CPUtime=0.01
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 25605980 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=811224 CPUtime=1.96
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 3980 0 0 0 195 1 0 0 16 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27731] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27733] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27733/stat : 27733 (java) S 27718 27720 26799 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25608342 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.92
Current children cumulated vsize (KiB) 811224

[startup+1782.3 s]
/proc/loadavg: 1.07 1.60 1.84 2/95 28149
/proc/meminfo: memFree=801512/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=811224 CPUtime=1775.88
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 134158 0 1 0 177498 90 0 0 18 0 13 0 25605976 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 202806 129197 1445 9 0 200133 0
[pid=27720/tid=27722] ppid=27718 vsize=811224 CPUtime=1767.07
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 17002 0 1 0 176665 42 0 0 25 0 13 0 25605977 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4109774847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27723] ppid=27718 vsize=811224 CPUtime=3.43
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 54575 0 0 0 323 20 0 0 16 0 13 0 25605978 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=811224 CPUtime=3.36
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 57829 0 0 0 312 24 0 0 16 0 13 0 25605978 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=811224 CPUtime=0.01
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 25605980 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=811224 CPUtime=1.96
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 3980 0 0 0 195 1 0 0 16 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27731] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27733] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27733/stat : 27733 (java) S 27718 27720 26799 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25608342 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.88
Current children cumulated vsize (KiB) 811224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 1.05 1.56 1.82 2/95 28149
/proc/meminfo: memFree=801512/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=811224 CPUtime=1800.08
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 134158 0 1 0 179918 90 0 0 18 0 13 0 25605976 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 202806 129197 1445 9 0 200133 0
[pid=27720/tid=27722] ppid=27718 vsize=811224 CPUtime=1791.26
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 17002 0 1 0 179084 42 0 0 25 0 13 0 25605977 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4109752038 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27723] ppid=27718 vsize=811224 CPUtime=3.43
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 54575 0 0 0 323 20 0 0 16 0 13 0 25605978 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=811224 CPUtime=3.36
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 57829 0 0 0 312 24 0 0 16 0 13 0 25605978 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=811224 CPUtime=0.01
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 25605980 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25605981 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=811224 CPUtime=1.96
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 3980 0 0 0 195 1 0 0 16 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27731] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25605985 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27733] ppid=27718 vsize=811224 CPUtime=0
/proc/27720/task/27733/stat : 27733 (java) S 27718 27720 26799 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25608342 830693376 129197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 811224

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1806.61 s]
/proc/loadavg: 1.05 1.56 1.82 2/95 28149
/proc/meminfo: memFree=801512/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=811872 CPUtime=1800.29
/proc/27720/stat : 27720 (java) S 27718 27720 26799 0 -1 0 134178 0 1 0 179938 91 0 0 16 0 15 0 25605976 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27720/statm: 202968 129217 1445 9 0 200295 0
[pid=27720/tid=27722] ppid=27718 vsize=811872 CPUtime=1791.37
/proc/27720/task/27722/stat : 27722 (java) R 27718 27720 26799 0 -1 64 17002 0 1 0 179095 42 0 0 25 0 15 0 25605977 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4109752038 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27723] ppid=27718 vsize=811872 CPUtime=3.43
/proc/27720/task/27723/stat : 27723 (java) S 27718 27720 26799 0 -1 64 54575 0 0 0 323 20 0 0 16 0 15 0 25605978 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27724] ppid=27718 vsize=811872 CPUtime=3.36
/proc/27720/task/27724/stat : 27724 (java) S 27718 27720 26799 0 -1 64 57829 0 0 0 312 24 0 0 16 0 15 0 25605978 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27725] ppid=27718 vsize=811872 CPUtime=0.01
/proc/27720/task/27725/stat : 27725 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 1 0 0 0 16 0 15 0 25605980 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27726] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27726/stat : 27726 (java) S 27718 27720 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25605981 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27727] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27727/stat : 27727 (java) S 27718 27720 26799 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25605981 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27728] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27728/stat : 27728 (java) S 27718 27720 26799 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25605985 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27729] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27729/stat : 27729 (java) S 27718 27720 26799 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 25605985 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27730] ppid=27718 vsize=811872 CPUtime=1.99
/proc/27720/task/27730/stat : 27730 (java) S 27718 27720 26799 0 -1 64 3982 0 0 0 198 1 0 0 16 0 15 0 25605985 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27731] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27731/stat : 27731 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 25605985 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27720/tid=27732] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27732/stat : 27732 (java) S 27718 27720 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 25605985 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27720/tid=27733] ppid=27718 vsize=811872 CPUtime=0
/proc/27720/task/27733/stat : 27733 (java) S 27718 27720 26799 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25608342 831356928 129217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 811872

[startup+1806.7 s]
/proc/loadavg: 1.05 1.56 1.82 2/95 28149
/proc/meminfo: memFree=801512/2055920 swapFree=4192812/4192956
[pid=27720] ppid=27718 vsize=0 CPUtime=1800.39
/proc/27720/stat : 27720 (java) Z 27718 27720 26799 0 -1 1036 134181 0 1 0 179944 95 0 0 15 0 2 0 25605976 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27720/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1806.73
CPU time (s): 1800.43
CPU user time (s): 1799.44
CPU system time (s): 0.987849
CPU usage (%): 99.651
Max. virtual memory (cumulated for all children) (KiB): 811968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.987849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134181
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= 38544
involuntary context switches= 48080

runsolver used 2.42863 second user time and 5.9161 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 09:56:26
IDJOB=2087135
IDBENCH=58695
IDSOLVER=731
FILE ID=node7/2087135-1247385383
PBS_JOBID= 9507238
Free space on /tmp= 66076 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087135-1247385383/watcher-2087135-1247385383 -o /tmp/evaluation-result-2087135-1247385383/solver-2087135-1247385383 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087135-1247385383.xml

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

MD5SUM BENCH= a120acb0d25d871e6ddc3f8ad8bfd6be
RANDOM SEED=1989639269

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1801144 kB
Buffers:         12320 kB
Cached:         169172 kB
SwapCached:          0 kB
Active:         140568 kB
Inactive:        60848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           66084 kB
Writeback:           0 kB
Mapped:          30576 kB
Slab:            38648 kB
Committed_AS:   236608 kB
PageTables:       1812 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= 66036 MiB
End job on node7 at 2009-07-12 10:26:34