Trace number 1058134

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 2008-06-13? (TO) 1800.18 1814.55

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.767
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6186
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5307
Global constraints used (with number of constraints)alldifferent(879)

Solver Data (download as text)

0.28/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.44	c See www.sat4j.org for details.
0.28/0.44	c That software uses the Rhino library from the Mozilla project.
0.28/0.48	c version 9.9.9.token
0.28/0.49	c sun.arch.data.model	32
0.28/0.49	c java.version	1.6.0_06
0.28/0.49	c os.name	Linux
0.28/0.49	c os.version	2.6.9-22.EL.rootsmp
0.28/0.49	c os.arch	i386
0.28/0.49	c Free memory 669864272
0.28/0.49	c Max memory 672137216
0.28/0.49	c Total memory 672137216
0.28/0.49	c Number of processors 2
0.37/0.54	c c --- Begin Solver configuration ---
0.37/0.54	c Stops conflict analysis at the first Unique Implication Point
0.37/0.54	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.54	c Learn all clauses as in MiniSAT
0.37/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.54	c Expensive reason simplification
0.37/0.54	c MiniSAT restarts strategy
0.37/0.54	c timeout=2147483s
0.37/0.54	c DB Simplification allowed=false
0.37/0.54	c --- End Solver configuration ---
0.37/0.54	c solving HOME/instance-1058134-1215113077.xml
0.37/0.54	c reading problem ... 
0.62/0.87	c reading problem named null
0.62/0.87	c reading domains done.
1.00/1.27	c reading variables done.
1.40/1.63	c reading predicates  done.
1.60/1.82	c reading constraints
123.62/124.52	c done with constraints.
123.62/124.52	c ... done. Wall clock time 123.971s.
123.62/124.52	c #vars     5805
123.62/124.52	c #constraints  1394043
123.62/124.52	c constraints type 
123.62/124.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1393643
123.62/124.52	c org.sat4j.minisat.constraints.card.AtLeast => 343
1301.21/1311.65	c cleaning 146742 clauses out of 293501 for limit 115.35345337944318
1304.97/1315.45	c cleaning 73623 clauses out of 147258 for limit 378.776183159947
1307.15/1317.66	c cleaning 37060 clauses out of 74136 for limit 1242.003472220523
1309.23/1319.74	c cleaning 18772 clauses out of 37576 for limit 4041.0786201624583
1310.52/1321.05	c cleaning 9647 clauses out of 19303 for limit 12959.982394378621
1310.92/1321.45	c cleaning 5075 clauses out of 10156 for limit 40622.10431298546
1311.41/1321.93	c cleaning 2781 clauses out of 5582 for limit 122007.26053123717
1311.91/1322.43	c cleaning 1642 clauses out of 3300 for limit 340003.152155732
1312.40/1322.96	c cleaning 1073 clauses out of 2158 for limit 857435.2423318103
1312.90/1323.44	c cleaning 788 clauses out of 1586 for limit 1925927.7290388092
1313.40/1323.91	c cleaning 646 clauses out of 1297 for limit 3879936.05622472
1313.79/1324.38	c cleaning 575 clauses out of 1151 for limit 7210163.410982095
1314.28/1324.87	c cleaning 538 clauses out of 1077 for limit 1.2720234766432317E7
1314.68/1325.29	c cleaning 519 clauses out of 1038 for limit 2.1743770312865283E7
1315.17/1325.75	c cleaning 502 clauses out of 1019 for limit 3.6526991900229596E7
1315.57/1326.19	c cleaning 510 clauses out of 1021 for limit 6.0360980296035446E7
1315.97/1326.59	c cleaning 495 clauses out of 1007 for limit 1.0052414681882668E8
1316.46/1327.01	c cleaning 500 clauses out of 1012 for limit 1.6495870587539807E8
1316.86/1327.44	c cleaning 490 clauses out of 1012 for limit 2.7203897376939476E8
1317.25/1327.87	c cleaning 504 clauses out of 1023 for limit 4.442489453228147E8
1800.03/1814.41	c starts		: 19
1800.03/1814.41	c conflicts		: 421210
1800.03/1814.41	c decisions		: 484417
1800.03/1814.41	c propagations		: 61888616
1800.03/1814.41	c inspects		: 2767624651
1800.03/1814.41	c learnt literals	: 0
1800.03/1814.41	c learnt binary clauses	: 0
1800.03/1814.41	c learnt ternary clauses	: 1
1800.03/1814.41	c learnt clauses	: 421210
1800.03/1814.41	c ignored clauses	: 0
1800.03/1814.41	c root simplifications	: 0
1800.03/1814.41	c removed literals (reason simplification)	: 3969181
1800.03/1814.41	c reason swapping (by a shorter reason)	: 0
1800.03/1814.41	c Calls to reduceDB	: 20
1800.03/1814.41	c speed (assignments/second)	: 36622.758218705894
1800.03/1814.41	c non guided choices	3377
1800.03/1814.41	s UNKNOWN
1800.03/1814.41	c Total wall clock time (in seconds) : 1813.877

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058134-1215113077/watcher-1058134-1215113077 -o /tmp/evaluation-result-1058134-1215113077/solver-1058134-1215113077 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058134-1215113077.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 31862
/proc/meminfo: memFree=1797200/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=1804 CPUtime=0
/proc/31862/stat : 31862 (java6) D 31860 31862 31292 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1990279041 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31862/statm: 451 155 111 9 0 93 0

[startup+0.0961989 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 31862
/proc/meminfo: memFree=1797200/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=800744 CPUtime=0.04
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 2346 0 29 0 1 3 0 0 18 0 4 0 1990279041 819961856 2112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 200186 2112 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.101194 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 31862
/proc/meminfo: memFree=1797200/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=800744 CPUtime=0.05
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 2377 0 29 0 2 3 0 0 18 0 4 0 1990279041 819961856 2143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 200186 2143 912 9 0 197569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800744

[startup+0.301238 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 31862
/proc/meminfo: memFree=1797200/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=807800 CPUtime=0.21
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 4461 0 29 0 17 4 0 0 18 0 12 0 1990279041 827187200 3818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 201950 3818 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 807800

[startup+0.701305 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 31862
/proc/meminfo: memFree=1797200/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=807828 CPUtime=0.55
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 5660 0 29 0 49 6 0 0 18 0 12 0 1990279041 827215872 5015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 201957 5015 1322 9 0 199319 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807828

[startup+1.50245 s]
/proc/loadavg: 1.97 1.98 1.99 4/92 31874
/proc/meminfo: memFree=1770672/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=808604 CPUtime=1.3
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 7285 0 29 0 123 7 0 0 18 0 12 0 1990279041 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 202151 6072 1343 9 0 199513 0
[pid=31862/tid=31864] ppid=31860 vsize=808604 CPUtime=0.64
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 4221 0 1 0 60 4 0 0 19 0 12 0 1990279048 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990279049 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990279049 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990279052 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1990279053 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1990279053 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31870] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990279059 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=808604 CPUtime=0.28
/proc/31862/task/31871/stat : 31871 (java) R 31860 31862 31292 0 -1 64 1166 0 0 0 28 0 0 0 16 0 12 0 1990279059 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 104097953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=808604 CPUtime=0.34
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1159 0 0 0 34 0 0 0 16 0 12 0 1990279059 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990279059 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=808604 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990279059 828010496 6072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 808604

[startup+3.10172 s]
/proc/loadavg: 1.97 1.98 1.99 4/92 31874
/proc/meminfo: memFree=1760624/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=814128 CPUtime=2.88
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 17379 0 29 0 276 12 0 0 18 0 12 0 1990279041 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 203532 14042 1369 9 0 200894 0
[pid=31862/tid=31864] ppid=31860 vsize=814128 CPUtime=1.54
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 10847 0 1 0 147 7 0 0 24 0 12 0 1990279048 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4109756742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990279049 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990279049 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990279052 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1990279053 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1990279053 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31870] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990279059 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=814128 CPUtime=0.82
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 4605 0 0 0 81 1 0 0 16 0 12 0 1990279059 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=814128 CPUtime=0.48
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1188 0 0 0 48 0 0 0 16 0 12 0 1990279059 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990279059 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=814128 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990279059 833667072 14042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 814128

[startup+6.30228 s]
/proc/loadavg: 1.98 1.98 1.99 3/92 31874
/proc/meminfo: memFree=1706992/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=813704 CPUtime=6.05
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 24927 0 29 0 590 15 0 0 18 0 12 0 1990279041 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 203426 21495 1374 9 0 200788 0
[pid=31862/tid=31864] ppid=31860 vsize=813704 CPUtime=4.57
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 17231 0 1 0 448 9 0 0 25 0 12 0 1990279048 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4109761062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=813704 CPUtime=0.02
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 808 0 0 0 2 0 0 0 16 0 12 0 1990279049 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=813704 CPUtime=0.02
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 262 0 0 0 2 0 0 0 17 0 12 0 1990279049 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31860 vsize=813704 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1990279052 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=813704 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1990279053 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=813704 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990279053 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=813704 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990279059 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=813704 CPUtime=0.88
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 4619 0 0 0 87 1 0 0 17 0 12 0 1990279059 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=813704 CPUtime=0.49
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1188 0 0 0 49 0 0 0 16 0 12 0 1990279059 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=813704 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990279059 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=813704 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990279059 833232896 21495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 813704

[startup+12.7014 s]
/proc/loadavg: 1.98 1.98 1.99 3/92 31874
/proc/meminfo: memFree=1693936/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=812660 CPUtime=12.4
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 28554 0 29 0 1223 17 0 0 18 0 12 0 1990279041 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 203165 24852 1376 9 0 200527 0
[pid=31862/tid=31864] ppid=31860 vsize=812660 CPUtime=10.75
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 19163 0 1 0 1065 10 0 0 25 0 12 0 1990279048 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4109691463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=812660 CPUtime=0.07
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 1685 0 0 0 7 0 0 0 17 0 12 0 1990279049 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=812660 CPUtime=0.06
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 995 0 0 0 6 0 0 0 17 0 12 0 1990279049 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31860 vsize=812660 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 163 0 0 0 0 0 0 0 16 0 12 0 1990279052 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=812660 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1990279053 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=812660 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990279053 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=812660 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990279059 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=812660 CPUtime=0.93
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 4623 0 0 0 92 1 0 0 16 0 12 0 1990279059 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=812660 CPUtime=0.51
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1189 0 0 0 51 0 0 0 16 0 12 0 1990279059 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=812660 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990279059 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=812660 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990279059 832163840 24852 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 812660

[startup+25.5026 s]
/proc/loadavg: 1.98 1.98 1.99 3/92 31874
/proc/meminfo: memFree=1688688/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=814200 CPUtime=25.07
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 30117 0 29 0 2490 17 0 0 18 0 12 0 1990279041 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 203550 25979 1382 9 0 200912 0
[pid=31862/tid=31864] ppid=31860 vsize=814200 CPUtime=22.63
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 19184 0 1 0 2253 10 0 0 25 0 12 0 1990279048 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4109727896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=814200 CPUtime=0.09
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 2030 0 0 0 9 0 0 0 16 0 12 0 1990279049 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=814200 CPUtime=0.08
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 1339 0 0 0 8 0 0 0 17 0 12 0 1990279049 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31860 vsize=814200 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 163 0 0 0 0 0 0 0 16 0 12 0 1990279052 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=814200 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1990279053 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=814200 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990279053 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=814200 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1990279059 833740800 25979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31862/tid=31867] ppid=31860 vsize=823860 CPUtime=3.86
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 15664 0 0 0 380 6 0 0 16 0 13 0 1990279052 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=823860 CPUtime=2.64
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 5648 0 0 0 263 1 0 0 16 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=823860 CPUtime=1.84
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1290 0 0 0 183 1 0 0 17 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31292 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 1990291494 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.21
Current children cumulated vsize (KiB) 823860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 31877
/proc/meminfo: memFree=1096936/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=823860 CPUtime=1648.63
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 199967 0 29 0 164771 92 0 0 18 0 13 0 1990279041 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 205965 172171 1406 9 0 203327 0
[pid=31862/tid=31864] ppid=31860 vsize=823860 CPUtime=1634.13
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 19522 0 1 0 163401 12 0 0 25 0 13 0 1990279048 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4110272866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=823860 CPUtime=2.99
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 76327 0 0 0 270 29 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=823860 CPUtime=3.08
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 80776 0 0 0 270 38 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31860 vsize=823860 CPUtime=3.86
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 15664 0 0 0 380 6 0 0 16 0 13 0 1990279052 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=823860 CPUtime=2.64
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 5648 0 0 0 263 1 0 0 16 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=823860 CPUtime=1.84
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1290 0 0 0 183 1 0 0 17 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31292 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 1990291494 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.63
Current children cumulated vsize (KiB) 823860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 31877
/proc/meminfo: memFree=1096808/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=823860 CPUtime=1708.06
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 199967 0 29 0 170714 92 0 0 18 0 13 0 1990279041 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 205965 172171 1406 9 0 203327 0
[pid=31862/tid=31864] ppid=31860 vsize=823860 CPUtime=1693.56
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 19522 0 1 0 169344 12 0 0 25 0 13 0 1990279048 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4110294431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=823860 CPUtime=2.99
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 76327 0 0 0 270 29 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=823860 CPUtime=3.08
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 80776 0 0 0 270 38 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31860 vsize=823860 CPUtime=3.86
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 15664 0 0 0 380 6 0 0 16 0 13 0 1990279052 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=823860 CPUtime=2.64
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 5648 0 0 0 263 1 0 0 16 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=823860 CPUtime=1.84
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1290 0 0 0 183 1 0 0 17 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31292 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 1990291494 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.06
Current children cumulated vsize (KiB) 823860

[startup+1782.3 s]
/proc/loadavg: 1.96 2.00 1.99 3/85 31907
/proc/meminfo: memFree=1124904/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=823860 CPUtime=1767.94
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 199968 0 29 0 176700 94 0 0 18 0 13 0 1990279041 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 205965 172171 1406 9 0 203327 0
[pid=31862/tid=31864] ppid=31860 vsize=823860 CPUtime=1753.29
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 19523 0 1 0 175315 14 0 0 25 0 13 0 1990279048 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4110454029 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31865] ppid=31860 vsize=823860 CPUtime=3.05
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 76327 0 0 0 276 29 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=823860 CPUtime=3.17
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 80776 0 0 0 279 38 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=823860 CPUtime=3.86
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 15664 0 0 0 380 6 0 0 16 0 13 0 1990279052 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31868] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=823860 CPUtime=2.64
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 5648 0 0 0 263 1 0 0 16 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=823860 CPUtime=1.84
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1290 0 0 0 183 1 0 0 17 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31292 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 1990291494 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.94
Current children cumulated vsize (KiB) 823860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 1.97 2.00 1.99 3/85 31907
/proc/meminfo: memFree=1124968/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=823860 CPUtime=1800.03
/proc/31862/stat : 31862 (java) S 31860 31862 31292 0 -1 0 199968 0 29 0 179909 94 0 0 18 0 13 0 1990279041 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 205965 172171 1406 9 0 203327 0
[pid=31862/tid=31864] ppid=31860 vsize=823860 CPUtime=1785.38
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31292 0 -1 64 19523 0 1 0 178524 14 0 0 25 0 13 0 1990279048 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4110294476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31865] ppid=31860 vsize=823860 CPUtime=3.05
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31292 0 -1 64 76327 0 0 0 276 29 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=823860 CPUtime=3.17
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31292 0 -1 64 80776 0 0 0 279 38 0 0 17 0 13 0 1990279049 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=823860 CPUtime=3.86
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31292 0 -1 64 15664 0 0 0 380 6 0 0 16 0 13 0 1990279052 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31868] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31292 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1990279053 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31292 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=823860 CPUtime=2.64
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31292 0 -1 64 5648 0 0 0 263 1 0 0 16 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31872] ppid=31860 vsize=823860 CPUtime=1.84
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31292 0 -1 64 1290 0 0 0 183 1 0 0 17 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31873] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31873/stat : 31873 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31874] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990279059 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=823860 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31292 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 1990291494 843632640 172171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 823860

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

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

[startup+1814.51 s]
/proc/loadavg: 1.97 2.00 1.99 3/85 31907
/proc/meminfo: memFree=1124968/2055920 swapFree=4180700/4192956
[pid=31862] ppid=31860 vsize=0 CPUtime=1800.14
/proc/31862/stat : 31862 (java) Z 31860 31862 31292 0 -1 1036 199987 0 29 0 179912 102 0 0 16 0 2 0 1990279041 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1814.55
CPU time (s): 1800.18
CPU user time (s): 1799.13
CPU system time (s): 1.05184
CPU usage (%): 99.2082
Max. virtual memory (cumulated for all children) (KiB): 831864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.05184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199987
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40048
involuntary context switches= 91402

runsolver used 2.43963 second user time and 5.85811 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-03 21:24:37
IDJOB=1058134
IDBENCH=54109
IDSOLVER=344
FILE ID=node61/1058134-1215113077
PBS_JOBID= 7877084
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058134-1215113077/watcher-1058134-1215113077 -o /tmp/evaluation-result-1058134-1215113077/solver-1058134-1215113077 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058134-1215113077.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=289218486

node61.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.269
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.269
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:       1797680 kB
Buffers:          4396 kB
Cached:          80740 kB
SwapCached:       6188 kB
Active:         158104 kB
Inactive:        44768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797680 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:         131304 kB
Slab:            40496 kB
Committed_AS:  4632048 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node61 at 2008-07-03 21:54:54