Trace number 2662427

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 PB RES // CP 2.2.0 2010-05-31? (TO) 1800.38 916.264

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1219.55
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662427-1276339832.opb
0.22/0.22	c reading problem ... 
3.43/2.24	c ... done. Wall clock time 2.015s.
3.43/2.24	c #vars     21380
3.43/2.24	c #constraints  60984
3.43/2.24	c constraints type 
3.43/2.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
3.43/2.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
3.43/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
3.43/2.24	c constraints type 
3.43/2.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
3.43/2.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
3.43/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
17.26/9.27	c cleaning 2486 clauses out of 4998 with flag 5000/5000
31.77/16.62	c cleaning 4249 clauses out of 8512 with flag 11000/11000
43.89/22.90	c cleaning 0 clauses out of 4996 with flag 0/5000
45.69/23.89	c cleaning 5612 clauses out of 11263 with flag 18000/18000
60.94/31.68	c cleaning 6824 clauses out of 13651 with flag 26000/26000
79.92/41.33	c cleaning 7894 clauses out of 15828 with flag 35002/35002
100.12/51.64	c cleaning 8938 clauses out of 17933 with flag 45001/45001
123.05/63.32	c cleaning 9976 clauses out of 19994 with flag 56000/56000
148.90/76.58	c cleaning 11004 clauses out of 22018 with flag 68000/68000
171.25/87.99	c cleaning 11970 clauses out of 24014 with flag 81001/81001
202.08/103.65	c cleaning 13010 clauses out of 26045 with flag 95002/95002
233.10/119.42	c cleaning 14005 clauses out of 28035 with flag 110002/110002
262.47/134.46	c cleaning 15014 clauses out of 30028 with flag 126000/126000
291.12/149.00	c cleaning 0 clauses out of 10996 with flag 0/11000
294.39/150.82	c cleaning 16000 clauses out of 32015 with flag 143001/143001
327.00/167.46	c cleaning 16975 clauses out of 34013 with flag 161000/161000
367.85/188.27	c cleaning 17992 clauses out of 36038 with flag 180000/180000
410.17/209.72	c cleaning 18998 clauses out of 38046 with flag 200000/200000
447.33/228.68	c cleaning 20014 clauses out of 40049 with flag 221001/221001
480.70/245.65	c cleaning 20995 clauses out of 42036 with flag 243002/243002
533.41/272.42	c cleaning 22002 clauses out of 44039 with flag 266000/266000
570.15/291.14	c cleaning 23004 clauses out of 46037 with flag 290000/290000
621.36/317.15	c cleaning 24004 clauses out of 48035 with flag 315002/315002
676.68/345.27	c cleaning 25001 clauses out of 50029 with flag 341000/341000
746.58/380.73	c cleaning 25989 clauses out of 52029 with flag 368001/368001
816.52/416.24	c cleaning 27002 clauses out of 54039 with flag 396000/396000
859.30/438.01	c cleaning 0 clauses out of 17998 with flag 0/18002
867.37/442.32	c cleaning 28010 clauses out of 56037 with flag 425000/425000
937.00/477.78	c cleaning 28998 clauses out of 58028 with flag 455001/455001
993.44/506.44	c cleaning 29999 clauses out of 60030 with flag 486001/486001
1083.77/552.23	c cleaning 31002 clauses out of 62031 with flag 518001/518001
1159.22/590.52	c cleaning 32002 clauses out of 64028 with flag 551000/551000
1223.83/623.40	c cleaning 32982 clauses out of 66027 with flag 585001/585001
1313.66/669.06	c cleaning 34011 clauses out of 68045 with flag 620001/620001
1398.77/712.28	c cleaning 34981 clauses out of 70034 with flag 656001/656001
1476.34/751.63	c cleaning 36016 clauses out of 72052 with flag 693000/693000
1550.58/789.47	c cleaning 37012 clauses out of 74037 with flag 731001/731001
1657.69/843.72	c cleaning 38007 clauses out of 76025 with flag 770001/770001
1756.26/893.78	c cleaning 38995 clauses out of 78017 with flag 810000/810000
1800.11/916.11	c starts		: 171
1800.11/916.12	c conflicts		: 829769
1800.11/916.12	c decisions		: 1966896
1800.11/916.12	c propagations		: 366895546
1800.11/916.12	c inspects		: 1873457164
1800.11/916.12	c learnt literals	: 5
1800.11/916.12	c learnt binary clauses	: 64
1800.11/916.12	c learnt ternary clauses	: 277
1800.11/916.12	c learnt clauses	: 829763
1800.11/916.12	c ignored clauses	: 0
1800.11/916.12	c root simplifications	: 0
1800.11/916.12	c removed literals (reason simplification)	: 24616702
1800.11/916.12	c reason swapping (by a shorter reason)	: 0
1800.11/916.12	c Calls to reduceDB	: 36
1800.11/916.12	c number of reductions to clauses (during analyze)	: 0
1800.11/916.12	c number of learned constraints concerned by reduction	: 0
1800.11/916.12	c number of learning phase by resolution	: 0
1800.11/916.12	c number of learning phase by cutting planes	: 0
1800.11/916.12	c speed (assignments/second)	: 401471.4737322419
1800.11/916.12	c non guided choices	3518
1800.11/916.21	c learnt constraints type 
1800.11/916.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 58784
1800.11/916.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
1800.11/916.21	c constraints type 
1800.11/916.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1800.11/916.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1800.11/916.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1800.11/916.21	c constraints type 
1800.11/916.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1800.11/916.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1800.11/916.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1800.11/916.21	s UNKNOWN
1800.11/916.21	c Total wall clock time (in seconds): 915.992

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662427-1276339832/watcher-2662427-1276339832 -o /tmp/evaluation-result-2662427-1276339832/solver-2662427-1276339832 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662427-1276339832.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10265
/proc/meminfo: memFree=1494436/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=248 CPUtime=0
/proc/10265/stat : 10265 (java6) R 10263 10265 9991 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 9587064 253952 28 1992294400 134512640 134550932 4292542784 18446744073709551615 3887700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10265/statm: 62 28 21 10 0 23 0

[startup+0.0886491 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10265
/proc/meminfo: memFree=1494436/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1521796 CPUtime=0.07
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 3812 0 1 0 5 2 0 0 15 0 7 0 9587064 1558319104 3253 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 380449 3253 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10065 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10265
/proc/meminfo: memFree=1494436/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1523992 CPUtime=0.08
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 3915 0 1 0 6 2 0 0 15 0 12 0 9587064 1560567808 3354 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 380998 3354 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.300667 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10265
/proc/meminfo: memFree=1494436/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1526444 CPUtime=0.34
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 5612 0 1 0 31 3 0 0 15 0 12 0 9587064 1563078656 5049 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 381611 5049 1361 10 0 378914 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526444

[startup+0.700709 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10265
/proc/meminfo: memFree=1494436/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1529264 CPUtime=1.11
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 7755 0 1 0 106 5 0 0 15 0 12 0 9587064 1565966336 7122 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 382316 7122 1402 10 0 379619 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529264

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 10277
/proc/meminfo: memFree=1456396/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1531700 CPUtime=2.48
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 23819 0 1 0 235 13 0 0 15 0 12 0 9587064 1568460800 22624 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 382925 22626 1406 10 0 380228 0
[pid=10265/tid=10267] ppid=10263 vsize=1531700 CPUtime=1.46
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9991 0 -1 4202560 20161 0 1 0 135 11 0 0 25 0 12 0 9587066 1568460800 22628 1992294400 134512640 134550932 4289778272 18446744073709551615 4109549509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 9587067 1568460800 22629 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 9587067 1568460800 22631 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9587069 1568460800 22632 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9587069 1568460800 22633 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9587069 1568460800 22635 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9587074 1568460800 22636 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1531700 CPUtime=0.23
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 524 0 0 0 23 0 0 0 20 0 12 0 9587074 1568460800 22638 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1531700 CPUtime=0.75
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 2075 0 0 0 75 0 0 0 16 0 12 0 9587074 1568460800 22639 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9587074 1568460800 22640 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1531700 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9587074 1568460800 22642 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1531700

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 10277
/proc/meminfo: memFree=1348516/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1532996 CPUtime=5.18
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 40241 0 1 0 497 21 0 0 15 0 16 0 9587064 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 383249 37933 1434 10 0 380552 0
[pid=10265/tid=10267] ppid=10263 vsize=1532996 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32055 0 1 0 193 16 0 0 18 0 16 0 9587066 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1532996 CPUtime=0.07
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 1640 0 0 0 6 1 0 0 16 0 16 0 9587067 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1532996 CPUtime=0.06
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 1582 0 0 0 6 0 0 0 18 0 16 0 9587067 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1532996 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 9587069 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1532996 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9587069 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1532996 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9587069 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1532996 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9587074 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1532996 CPUtime=0.81
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 573 0 0 0 81 0 0 0 16 0 16 0 9587074 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1532996 CPUtime=1.47
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 3271 0 0 0 146 1 0 0 15 0 16 0 9587074 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1532996 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9587074 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1532996 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9587074 1569787904 37933 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1532996

[startup+6.30224 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 10281
/proc/meminfo: memFree=1316616/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1548084 CPUtime=11.51
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 55480 0 1 0 1124 27 0 0 15 0 16 0 9587064 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 387021 47910 1445 10 0 384324 0
[pid=10265/tid=10267] ppid=10263 vsize=1548084 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32055 0 1 0 193 16 0 0 18 0 16 0 9587066 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1548084 CPUtime=0.38
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 5618 0 0 0 35 3 0 0 15 0 16 0 9587067 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1548084 CPUtime=0.34
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 3954 0 0 0 33 1 0 0 16 0 16 0 9587067 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 16 0 9587069 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9587069 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9587069 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9587074 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1548084 CPUtime=1.98
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 4084 0 0 0 197 1 0 0 16 0 16 0 9587074 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1548084 CPUtime=2.22
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 8626 0 0 0 219 3 0 0 16 0 16 0 9587074 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9587074 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9587074 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1548084 CPUtime=2.6
/proc/10265/task/10278/stat : 10278 (java) R 10263 10265 9991 0 -1 4202560 11 0 0 0 260 0 0 0 25 0 16 0 9587288 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4110267509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10279] ppid=10263 vsize=1548084 CPUtime=1.83
/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 40 0 0 0 183 0 0 0 25 0 16 0 9587288 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4109801800 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9587297 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1548084 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9587298 1585238016 47910 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 1548084

[startup+12.7012 s]
/proc/loadavg: 1.31 1.07 1.02 3/122 10281
/proc/meminfo: memFree=1283756/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1547060 CPUtime=24.04
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 62571 0 1 0 2373 31 0 0 15 0 16 0 9587064 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 386765 53949 1450 10 0 384068 0
[pid=10265/tid=10267] ppid=10263 vsize=1547060 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32056 0 1 0 193 16 0 0 15 0 16 0 9587066 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1547060 CPUtime=0.72
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 9120 0 0 0 68 4 0 0 16 0 16 0 9587067 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1547060 CPUtime=0.69
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 7340 0 0 0 67 2 0 0 15 0 16 0 9587067 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1547060 CPUtime=0.15
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 185 0 0 0 15 0 0 0 15 0 16 0 9587069 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9587069 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9587069 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9587074 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1547060 CPUtime=2.08
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 4087 0 0 0 207 1 0 0 16 0 16 0 9587074 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1547060 CPUtime=2.36
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 8647 0 0 0 233 3 0 0 15 0 16 0 9587074 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9587074 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9587074 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1547060 CPUtime=8.33
/proc/10265/task/10278/stat : 10278 (java) R 10263 10265 9991 0 -1 4202560 19 0 0 0 833 0 0 0 25 0 16 0 9587288 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4109901435 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10279] ppid=10263 vsize=1547060 CPUtime=7.53
/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 46 0 0 0 753 0 0 0 25 0 16 0 9587288 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4110028483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9587297 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1547060 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9587298 1584189440 53949 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 1547060

[startup+25.5019 s]
/proc/loadavg: 1.46 1.11 1.04 3/122 10281
/proc/meminfo: memFree=1271108/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1544084 CPUtime=48.82
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 66592 0 1 0 4848 34 0 0 15 0 16 0 9587064 1581142016 56923 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 378 0 0 0 72377 5 0 0 25 0 16 0 9587288 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4109957502 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9587297 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9587298 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1496.89
Current children cumulated vsize (KiB) 1543060

[startup+822.302 s]
/proc/loadavg: 2.02 1.97 1.59 3/122 10312
/proc/meminfo: memFree=1164592/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1543060 CPUtime=1615.28
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 98957 0 1 0 161417 111 0 0 15 0 16 0 9587064 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 385765 83124 1450 10 0 383068 0
[pid=10265/tid=10267] ppid=10263 vsize=1543060 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32077 0 1 0 193 16 0 0 15 0 16 0 9587066 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1543060 CPUtime=16.72
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 23604 0 0 0 1640 32 0 0 16 0 16 0 9587067 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1543060 CPUtime=16.66
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 22814 0 0 0 1636 30 0 0 15 0 16 0 9587067 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1543060 CPUtime=13.85
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 5591 0 0 0 1375 10 0 0 15 0 16 0 9587069 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9587069 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9587069 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9587074 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1543060 CPUtime=2.34
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 4092 0 0 0 233 1 0 0 15 0 16 0 9587074 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1543060 CPUtime=2.7
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 8950 0 0 0 267 3 0 0 15 0 16 0 9587074 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9587074 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9991 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 9587074 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1543060 CPUtime=779.52
/proc/10265/task/10278/stat : 10278 (java) R 10263 10265 9991 0 -1 4202560 311 0 0 0 77944 8 0 0 25 0 16 0 9587288 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4110081603 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10279] ppid=10263 vsize=1543060 CPUtime=781.3
/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 400 0 0 0 78124 6 0 0 25 0 16 0 9587288 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4109957186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9587297 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9587298 1580093440 83124 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1615.28
Current children cumulated vsize (KiB) 1543060

[startup+882.302 s]
/proc/loadavg: 2.00 1.97 1.62 3/122 10314
/proc/meminfo: memFree=1164468/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1543060 CPUtime=1733.65
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 99272 0 1 0 173250 115 0 0 15 0 16 0 9587064 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 385765 83231 1450 10 0 383068 0
[pid=10265/tid=10267] ppid=10263 vsize=1543060 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32077 0 1 0 193 16 0 0 15 0 16 0 9587066 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1543060 CPUtime=17.93
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 23665 0 0 0 1758 35 0 0 16 0 16 0 9587067 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1543060 CPUtime=17.89
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 22861 0 0 0 1759 30 0 0 16 0 16 0 9587067 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1543060 CPUtime=14.42
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 5756 0 0 0 1432 10 0 0 15 0 16 0 9587069 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9587069 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9587069 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9587074 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1543060 CPUtime=2.34
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 4092 0 0 0 233 1 0 0 15 0 16 0 9587074 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1543060 CPUtime=2.7
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 8950 0 0 0 267 3 0 0 15 0 16 0 9587074 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9587074 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9991 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 9587074 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1543060 CPUtime=837.41
/proc/10265/task/10278/stat : 10278 (java) R 10263 10265 9991 0 -1 4202560 325 0 0 0 83732 9 0 0 25 0 16 0 9587288 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4109858975 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10279] ppid=10263 vsize=1543060 CPUtime=838.77
/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 424 0 0 0 83871 6 0 0 25 0 16 0 9587288 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4109957487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9587297 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9587298 1580093440 83231 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1733.65
Current children cumulated vsize (KiB) 1543060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.102 s]
/proc/loadavg: 2.05 1.99 1.64 3/122 10314
/proc/meminfo: memFree=1161988/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1543060 CPUtime=1800.11
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 100001 0 1 0 179893 118 0 0 15 0 16 0 9587064 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 385765 83768 1450 10 0 383068 0
[pid=10265/tid=10267] ppid=10263 vsize=1543060 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32078 0 1 0 193 16 0 0 15 0 16 0 9587066 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1543060 CPUtime=18.63
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 23982 0 0 0 1826 37 0 0 16 0 16 0 9587067 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1543060 CPUtime=18.58
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 23086 0 0 0 1828 30 0 0 16 0 16 0 9587067 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1543060 CPUtime=15
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9991 0 -1 4202560 5920 0 0 0 1489 11 0 0 15 0 16 0 9587069 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9587069 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9587069 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9587074 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1543060 CPUtime=2.34
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 4092 0 0 0 233 1 0 0 15 0 16 0 9587074 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1543060 CPUtime=2.7
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 8950 0 0 0 267 3 0 0 15 0 16 0 9587074 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9587074 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) R 10263 10265 9991 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 9587074 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1543060 CPUtime=869.83
/proc/10265/task/10278/stat : 10278 (java) R 10263 10265 9991 0 -1 4202560 333 0 0 0 86974 9 0 0 25 0 16 0 9587288 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4109866924 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10279] ppid=10263 vsize=1543060 CPUtime=870.85
/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 436 0 0 0 87079 6 0 0 25 0 16 0 9587288 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4110080506 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9587297 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1543060 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9587298 1580093440 83768 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1543060

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

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

[startup+916.221 s]
/proc/loadavg: 2.05 1.99 1.64 5/124 10317
/proc/meminfo: memFree=1161840/2059040 swapFree=4192956/4192956
[pid=10265] ppid=10263 vsize=1543708 CPUtime=1800.34
/proc/10265/stat : 10265 (java) S 10263 10265 9991 0 -1 4202496 100023 0 1 0 179915 119 0 0 15 0 15 0 9587064 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10265/statm: 385927 83789 1451 10 0 383230 0
[pid=10265/tid=10267] ppid=10263 vsize=1543708 CPUtime=2.09
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9991 0 -1 4202560 32078 0 1 0 193 16 0 0 15 0 15 0 9587066 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1543708 CPUtime=18.63
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9991 0 -1 4202560 23982 0 0 0 1826 37 0 0 16 0 15 0 9587067 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1543708 CPUtime=18.58
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9991 0 -1 4202560 23086 0 0 0 1828 30 0 0 16 0 15 0 9587067 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1543708 CPUtime=15
/proc/10265/task/10270/stat : 10270 (java) R 10263 10265 9991 0 -1 4202560 5920 0 0 0 1489 11 0 0 15 0 15 0 9587069 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1543708 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 9587069 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1543708 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 9587069 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1543708 CPUtime=2.37
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9991 0 -1 4202560 4092 0 0 0 236 1 0 0 15 0 15 0 9587074 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1543708 CPUtime=2.7
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9991 0 -1 4202560 8950 0 0 0 267 3 0 0 16 0 15 0 9587074 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1543708 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9991 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 9587074 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1543708 CPUtime=869.89
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9991 0 -1 4202560 333 0 0 0 86980 9 0 0 25 0 15 0 9587288 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10279] ppid=10263 vsize=1543708 CPUtime=870.93
/proc/10265/task/10279/stat : 10279 (java) R 10263 10265 9991 0 -1 4202560 436 0 0 0 87087 6 0 0 25 0 15 0 9587288 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4109957487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10265/tid=10280] ppid=10263 vsize=1543708 CPUtime=0
/proc/10265/task/10280/stat : 10280 (java) S 10263 10265 9991 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 9587297 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
[pid=10265/tid=10281] ppid=10263 vsize=1543708 CPUtime=0
/proc/10265/task/10281/stat : 10281 (java) S 10263 10265 9991 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 9587298 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 1 0 0 0
[pid=10265/tid=10316] ppid=10263 vsize=1543708 CPUtime=0
/proc/10265/task/10316/stat : 10316 (java) S 10263 10265 9991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 9678676 1580756992 83789 1992294400 134512640 134550932 4289778272 18446744073709551615 4294960144 0 4 0 16800975 18446604437814129600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 1543708

Child status: 143
Real time (s): 916.264
CPU time (s): 1800.38
CPU user time (s): 1799.16
CPU system time (s): 1.22681
CPU usage (%): 196.492
Max. virtual memory (cumulated for all children) (KiB): 1549344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.22681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100023
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= 27902
involuntary context switches= 52195

runsolver used 4.74528 second user time and 10.7394 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 12:50:32
IDJOB=2662427
IDBENCH=1488
IDSOLVER=1166
FILE ID=node004/2662427-1276339832
PBS_JOBID= 11173186
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662427-1276339832/watcher-2662427-1276339832 -o /tmp/evaluation-result-2662427-1276339832/solver-2662427-1276339832 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662427-1276339832.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1333033292

node004.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1494832 kB
Buffers:        115432 kB
Cached:         319144 kB
SwapCached:          0 kB
Active:         181064 kB
Inactive:       312796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1494832 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2252 kB
Writeback:           0 kB
AnonPages:       59304 kB
Mapped:          15472 kB
Slab:            48408 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62536 MiB
End job on node004 at 2010-06-12 13:05:50