Trace number 2662382

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.23 1154.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-biella1.opb
MD5SUM8cf2f50dc2f979b0f0b07ffea6d1fd34
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42689681106329600
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 61130650214400
Optimality of the best value was proved NO
Number of variables42650
Total number of constraints1202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 4779625155602030321168
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 4779727555602030321168
Number of bits of the biggest sum of numbers73
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.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c ManyCore solver with 2 solvers running in parallel
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	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-2662382-1276539259.opb
0.22/0.22	c reading problem ... 
4.60/3.21	c ... done. Wall clock time 2.993s.
4.60/3.21	c #vars     42650
4.60/3.21	c #constraints  19650
4.60/3.21	c constraints type 
4.60/3.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2399
4.60/3.21	c constraints type 
4.60/3.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2399
46.34/24.37	c cleaning 2493 clauses out of 5000 with flag 5000/5000
81.34/42.37	c cleaning 4250 clauses out of 8507 with flag 11000/11000
136.29/70.58	c cleaning 5624 clauses out of 11258 with flag 18001/18001
186.33/96.36	c cleaning 6813 clauses out of 13633 with flag 26000/26000
248.93/128.61	c cleaning 7905 clauses out of 15820 with flag 35000/35000
308.17/159.13	c cleaning 8953 clauses out of 17915 with flag 45000/45000
362.87/187.31	c cleaning 9478 clauses out of 18965 with flag 55003/55003
388.70/200.96	c cleaning 9719 clauses out of 19484 with flag 65000/65000
407.07/210.94	c cleaning 9878 clauses out of 19766 with flag 75001/75001
466.99/241.72	c cleaning 9936 clauses out of 19887 with flag 85000/85000
539.18/278.70	c cleaning 9967 clauses out of 19951 with flag 95000/95000
575.48/297.69	c cleaning 9985 clauses out of 19984 with flag 105000/105000
592.51/306.93	c cleaning 10001 clauses out of 20005 with flag 115006/115006
606.44/314.53	c cleaning 10000 clauses out of 20000 with flag 125002/125002
632.26/328.10	c cleaning 9990 clauses out of 19999 with flag 135001/135001
652.14/338.76	c cleaning 9996 clauses out of 20009 with flag 145001/145001
682.21/354.67	c cleaning 9993 clauses out of 20012 with flag 155000/155000
693.92/361.15	c cleaning 9994 clauses out of 20019 with flag 165000/165000
706.27/367.92	c cleaning 10005 clauses out of 20026 with flag 175001/175001
718.40/374.68	c cleaning 9984 clauses out of 20020 with flag 185000/185000
733.61/383.03	c cleaning 9967 clauses out of 20036 with flag 195000/195000
751.52/392.69	c cleaning 10018 clauses out of 20071 with flag 205002/205002
771.98/403.57	c cleaning 10014 clauses out of 20053 with flag 215002/215002
817.22/426.95	c cleaning 10009 clauses out of 20037 with flag 225000/225000
866.88/452.79	c cleaning 10008 clauses out of 20028 with flag 235000/235000
926.23/483.29	c cleaning 10005 clauses out of 20021 with flag 245001/245001
990.58/516.32	c cleaning 9997 clauses out of 20016 with flag 255001/255001
1047.10/545.61	c cleaning 10005 clauses out of 20018 with flag 265000/265000
1086.48/566.47	c cleaning 9998 clauses out of 20014 with flag 275001/275001
1145.73/597.00	c cleaning 10007 clauses out of 20026 with flag 285011/285011
1154.88/602.34	c cleaning 9997 clauses out of 20009 with flag 295001/295001
1184.81/618.13	c cleaning 9994 clauses out of 20011 with flag 305000/305000
1237.32/645.57	c cleaning 10001 clauses out of 20019 with flag 315002/315002
1267.44/661.48	c cleaning 9992 clauses out of 20017 with flag 325001/325001
1278.17/667.55	c cleaning 10001 clauses out of 20026 with flag 335002/335002
1289.48/673.94	c cleaning 10000 clauses out of 20027 with flag 345004/345004
1297.06/678.69	c cleaning 9996 clauses out of 20031 with flag 355008/355008
1303.21/682.46	c cleaning 9995 clauses out of 20029 with flag 365002/365002
1310.94/687.02	c cleaning 9996 clauses out of 20034 with flag 375002/375002
1317.28/690.97	c cleaning 10001 clauses out of 20037 with flag 385001/385001
1333.16/699.80	c cleaning 10002 clauses out of 20037 with flag 395002/395002
1346.04/707.01	c cleaning 10002 clauses out of 20033 with flag 405000/405000
1351.64/710.55	c And the winner is Resolution
1800.08/1154.62	c starts		: 148
1800.08/1154.62	c conflicts		: 409401
1800.08/1154.62	c decisions		: 2000174
1800.08/1154.62	c propagations		: 38208047
1800.08/1154.62	c inspects		: 384670516
1800.08/1154.62	c learnt literals	: 0
1800.08/1154.62	c learnt binary clauses	: 0
1800.08/1154.62	c learnt ternary clauses	: 0
1800.08/1154.62	c learnt clauses	: 409401
1800.08/1154.62	c ignored clauses	: 0
1800.08/1154.62	c root simplifications	: 0
1800.08/1154.62	c removed literals (reason simplification)	: 567406
1800.08/1154.62	c reason swapping (by a shorter reason)	: 0
1800.08/1154.62	c Calls to reduceDB	: 42
1800.08/1154.62	c number of reductions to clauses (during analyze)	: 0
1800.08/1154.62	c number of learned constraints concerned by reduction	: 0
1800.08/1154.62	c number of learning phase by resolution	: 0
1800.08/1154.62	c number of learning phase by cutting planes	: 0
1800.08/1154.62	c speed (assignments/second)	: 33183.817871367704
1800.08/1154.62	c non guided choices	934090
1800.08/1154.64	c learnt constraints type 
1800.08/1154.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14432
1800.08/1154.64	c constraints type 
1800.08/1154.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2399
1800.08/1154.64	c constraints type 
1800.08/1154.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2399
1800.08/1154.64	s UNKNOWN
1800.08/1154.64	c Total wall clock time (in seconds): 1154.426

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-2662382-1276539259/watcher-2662382-1276539259 -o /tmp/evaluation-result-2662382-1276539259/solver-2662382-1276539259 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662382-1276539259.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: 2.11 2.27 2.14 3/106 1321
/proc/meminfo: memFree=1847720/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=24036 CPUtime=0
/proc/1321/stat : 1321 (runsolver) S 1319 1321 1296 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 29529869 24612864 106 1992294400 4194304 4302564 140735917929456 18446744073709551615 216120534007 0 2147483391 4096 24578 18446744071699383486 0 0 17 1 0 0 0
/proc/1321/statm: 6009 106 69 27 0 2647 0

[startup+0.02282 s]
/proc/loadavg: 2.11 2.27 2.14 3/106 1321
/proc/meminfo: memFree=1847720/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=13980 CPUtime=0.01
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 1246 0 1 0 0 1 0 0 18 0 2 0 29529869 14315520 693 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13980

[startup+0.101811 s]
/proc/loadavg: 2.11 2.27 2.14 3/106 1321
/proc/meminfo: memFree=1847720/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1524180 CPUtime=0.08
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 29529869 1560760320 3395 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300834 s]
/proc/loadavg: 2.11 2.27 2.14 3/106 1321
/proc/meminfo: memFree=1847720/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1526256 CPUtime=0.38
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 5810 0 1 0 35 3 0 0 18 0 12 0 29529869 1562886144 5247 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 381564 5247 1358 10 0 378867 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526256

[startup+0.700862 s]
/proc/loadavg: 2.11 2.27 2.14 3/106 1321
/proc/meminfo: memFree=1847720/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1527580 CPUtime=1.01
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 9643 0 1 0 96 5 0 0 18 0 12 0 29529869 1564241920 9032 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 381895 9033 1400 10 0 379198 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527580

[startup+1.50197 s]
/proc/loadavg: 2.11 2.27 2.14 4/118 1333
/proc/meminfo: memFree=1802800/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546984 CPUtime=2.5
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 19736 0 1 0 242 8 0 0 18 0 12 0 29529869 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386746 16805 1406 10 0 384049 0
[pid=1321/tid=1323] ppid=1319 vsize=1546984 CPUtime=1.19
/proc/1321/task/1323/stat : 1323 (java) R 1319 1321 1296 0 -1 4202560 10964 0 1 0 114 5 0 0 25 0 12 0 29529871 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4109033625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 29529872 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 29529872 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29529874 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 29529875 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 29529875 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29529879 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546984 CPUtime=0.82
/proc/1321/task/1330/stat : 1330 (java) R 1319 1321 1296 0 -1 4202560 5949 0 0 0 81 1 0 0 16 0 12 0 29529879 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 104139063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546984 CPUtime=0.46
/proc/1321/task/1331/stat : 1331 (java) R 1319 1321 1296 0 -1 4202560 1761 0 0 0 46 0 0 0 18 0 12 0 29529879 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 104143101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29529879 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546984 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29529879 1584111616 16805 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1546984

[startup+3.10212 s]
/proc/loadavg: 2.10 2.27 2.13 2/118 1333
/proc/meminfo: memFree=1735468/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1544908 CPUtime=4.5
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 49239 0 1 0 430 20 0 0 18 0 12 0 29529869 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386227 45217 1417 10 0 383530 0
[pid=1321/tid=1323] ppid=1319 vsize=1544908 CPUtime=2.5
/proc/1321/task/1323/stat : 1323 (java) R 1319 1321 1296 0 -1 4202560 32037 0 1 0 237 13 0 0 18 0 12 0 29529871 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4109187578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1544908 CPUtime=0.14
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 3745 0 0 0 13 1 0 0 18 0 12 0 29529872 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1544908 CPUtime=0.14
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 4027 0 0 0 12 2 0 0 18 0 12 0 29529872 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1544908 CPUtime=0
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 29529874 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1544908 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 29529875 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1544908 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 29529875 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1544908 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29529879 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1544908 CPUtime=1.07
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6380 0 0 0 106 1 0 0 15 0 12 0 29529879 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1544908 CPUtime=0.6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 1978 0 0 0 60 0 0 0 16 0 12 0 29529879 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1544908 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29529879 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1544908 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29529879 1581985792 45217 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1544908

[startup+6.30146 s]
/proc/loadavg: 2.10 2.27 2.13 4/122 1337
/proc/meminfo: memFree=1631408/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=10.74
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 64348 0 1 0 1045 29 0 0 18 0 16 0 29529869 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386551 57933 1440 10 0 383854 0
[pid=1321/tid=1323] ppid=1319 vsize=1546204 CPUtime=2.61
/proc/1321/task/1323/stat : 1323 (java) S 1319 1321 1296 0 -1 4202560 32062 0 1 0 248 13 0 0 15 0 16 0 29529871 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546204 CPUtime=0.55
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 11231 0 0 0 50 5 0 0 16 0 16 0 29529872 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546204 CPUtime=0.54
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 11414 0 0 0 49 5 0 0 16 0 16 0 29529872 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 29529874 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29529875 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29529875 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29529879 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546204 CPUtime=2.18
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6465 0 0 0 216 2 0 0 15 0 16 0 29529879 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546204 CPUtime=1.43
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2043 0 0 0 143 0 0 0 15 0 16 0 29529879 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29529879 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 29529879 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1334] ppid=1319 vsize=1546204 CPUtime=1.58
/proc/1321/task/1334/stat : 1334 (java) R 1319 1321 1296 0 -1 4202560 15 0 0 0 158 0 0 0 19 0 16 0 29530191 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4109176784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=1.78
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 38 0 0 0 178 0 0 0 16 0 16 0 29530191 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4109134128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29530272 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29530272 1583312896 57933 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 1546204

[startup+12.7011 s]
/proc/loadavg: 2.16 2.28 2.14 5/122 1339
/proc/meminfo: memFree=1552544/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=23.38
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 84381 0 1 0 2299 39 0 0 18 0 16 0 29529869 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386551 75665 1440 10 0 383854 0
[pid=1321/tid=1323] ppid=1319 vsize=1546204 CPUtime=2.61
/proc/1321/task/1323/stat : 1323 (java) S 1319 1321 1296 0 -1 4202560 32063 0 1 0 248 13 0 0 15 0 16 0 29529871 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546204 CPUtime=1.35
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 18740 0 0 0 126 9 0 0 15 0 16 0 29529872 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546204 CPUtime=1.33
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 23919 0 0 0 122 11 0 0 16 0 16 0 29529872 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 29529874 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29529875 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29529875 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29529879 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546204 CPUtime=2.18
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6465 0 0 0 216 2 0 0 15 0 16 0 29529879 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546204 CPUtime=1.56
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2051 0 0 0 156 0 0 0 15 0 16 0 29529879 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29529879 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 29529879 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1334] ppid=1319 vsize=1546204 CPUtime=7.04
/proc/1321/task/1334/stat : 1334 (java) R 1319 1321 1296 0 -1 4202560 19 0 0 0 704 0 0 0 20 0 16 0 29530191 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4109164673 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=7.23
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 44 0 0 0 723 0 0 0 16 0 16 0 29530191 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4109403158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29530272 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29530272 1583312896 75665 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.38
Current children cumulated vsize (KiB) 1546204

[startup+25.5087 s]
/proc/loadavg: 2.36 2.32 2.15 3/122 1339
/proc/meminfo: memFree=1472564/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=48.08
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 104446 0 1 0 4757 51 0 0 18 0 16 0 29529869 1583312896 94800 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2086 0 0 0 210 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=859.8
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 1366 0 0 0 85957 23 0 0 25 0 15 0 29530191 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4109133586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1585.8
Current children cumulated vsize (KiB) 1546204

[startup+1002.3 s]
/proc/loadavg: 1.01 1.38 1.77 2/121 1365
/proc/meminfo: memFree=1251976/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=1646.3
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 208900 0 1 0 164411 219 0 0 18 0 15 0 29529869 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386551 149378 1446 10 0 383854 0
[pid=1321/tid=1323] ppid=1319 vsize=1546204 CPUtime=2.61
/proc/1321/task/1323/stat : 1323 (java) S 1319 1321 1296 0 -1 4202560 32079 0 1 0 248 13 0 0 15 0 15 0 29529871 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546204 CPUtime=16.06
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 56035 0 0 0 1550 56 0 0 15 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546204 CPUtime=15.96
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 63952 0 0 0 1541 55 0 0 16 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546204 CPUtime=55.33
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 44819 0 0 0 5490 43 0 0 16 0 15 0 29529874 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546204 CPUtime=2.24
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6465 0 0 0 222 2 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546204 CPUtime=2.1
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2086 0 0 0 210 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=919.18
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 1492 0 0 0 91893 25 0 0 25 0 15 0 29530191 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4109811084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1646.3
Current children cumulated vsize (KiB) 1546204

[startup+1062.3 s]
/proc/loadavg: 1.00 1.31 1.72 2/121 1365
/proc/meminfo: memFree=1251736/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=1706.94
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 209067 0 1 0 170470 224 0 0 18 0 15 0 29529869 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386551 149378 1446 10 0 383854 0
[pid=1321/tid=1323] ppid=1319 vsize=1546204 CPUtime=2.61
/proc/1321/task/1323/stat : 1323 (java) S 1319 1321 1296 0 -1 4202560 32079 0 1 0 248 13 0 0 15 0 15 0 29529871 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546204 CPUtime=16.77
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 56035 0 0 0 1620 57 0 0 15 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546204 CPUtime=16.67
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 63952 0 0 0 1611 56 0 0 16 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546204 CPUtime=55.36
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 44823 0 0 0 5491 45 0 0 16 0 15 0 29529874 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546204 CPUtime=2.24
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6465 0 0 0 222 2 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546204 CPUtime=2.1
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2086 0 0 0 210 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=978.37
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 1651 0 0 0 97810 27 0 0 25 0 15 0 29530191 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4109133104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1706.94
Current children cumulated vsize (KiB) 1546204

[startup+1122.3 s]
/proc/loadavg: 1.07 1.28 1.68 2/121 1368
/proc/meminfo: memFree=1251612/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=1767.53
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 209221 0 1 0 176524 229 0 0 18 0 15 0 29529869 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386551 149378 1446 10 0 383854 0
[pid=1321/tid=1323] ppid=1319 vsize=1546204 CPUtime=2.61
/proc/1321/task/1323/stat : 1323 (java) S 1319 1321 1296 0 -1 4202560 32079 0 1 0 248 13 0 0 15 0 15 0 29529871 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546204 CPUtime=17.43
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 56035 0 0 0 1686 57 0 0 16 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546204 CPUtime=17.34
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 63952 0 0 0 1677 57 0 0 15 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546204 CPUtime=55.39
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 44825 0 0 0 5493 46 0 0 15 0 15 0 29529874 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546204 CPUtime=2.24
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6465 0 0 0 222 2 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546204 CPUtime=2.1
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2086 0 0 0 210 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=1037.59
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 1801 0 0 0 103730 29 0 0 25 0 15 0 29530191 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4109720499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1767.53
Current children cumulated vsize (KiB) 1546204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1154.6 s]
/proc/loadavg: 1.04 1.25 1.66 2/121 1370
/proc/meminfo: memFree=1251612/2059040 swapFree=4135652/4192956
[pid=1321] ppid=1319 vsize=1546204 CPUtime=1800.08
/proc/1321/stat : 1321 (java) S 1319 1321 1296 0 -1 4202496 209285 0 1 0 179777 231 0 0 18 0 15 0 29529869 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1321/statm: 386551 149378 1446 10 0 383854 0
[pid=1321/tid=1323] ppid=1319 vsize=1546204 CPUtime=2.61
/proc/1321/task/1323/stat : 1323 (java) S 1319 1321 1296 0 -1 4202560 32079 0 1 0 248 13 0 0 15 0 15 0 29529871 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1324] ppid=1319 vsize=1546204 CPUtime=17.7
/proc/1321/task/1324/stat : 1324 (java) S 1319 1321 1296 0 -1 4202560 56035 0 0 0 1712 58 0 0 16 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1325] ppid=1319 vsize=1546204 CPUtime=17.6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1321 1296 0 -1 4202560 63952 0 0 0 1703 57 0 0 15 0 15 0 29529872 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1326] ppid=1319 vsize=1546204 CPUtime=55.4
/proc/1321/task/1326/stat : 1326 (java) S 1319 1321 1296 0 -1 4202560 44827 0 0 0 5494 46 0 0 15 0 15 0 29529874 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 0 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1327] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1327/stat : 1327 (java) S 1319 1321 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1328] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1328/stat : 1328 (java) S 1319 1321 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 29529875 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1329] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1329/stat : 1329 (java) S 1319 1321 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1330] ppid=1319 vsize=1546204 CPUtime=2.24
/proc/1321/task/1330/stat : 1330 (java) S 1319 1321 1296 0 -1 4202560 6465 0 0 0 222 2 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1331] ppid=1319 vsize=1546204 CPUtime=2.1
/proc/1321/task/1331/stat : 1331 (java) S 1319 1321 1296 0 -1 4202560 2086 0 0 0 210 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
[pid=1321/tid=1332] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1332/stat : 1332 (java) S 1319 1321 1296 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1333] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1333/stat : 1333 (java) S 1319 1321 1296 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 15 0 29529879 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1335] ppid=1319 vsize=1546204 CPUtime=1069.59
/proc/1321/task/1335/stat : 1335 (java) R 1319 1321 1296 0 -1 4202560 1861 0 0 0 106930 29 0 0 25 0 15 0 29530191 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4109810627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1321/tid=1336] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1336/stat : 1336 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 0 0 0 0
[pid=1321/tid=1337] ppid=1319 vsize=1546204 CPUtime=0
/proc/1321/task/1337/stat : 1337 (java) S 1319 1321 1296 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 29530272 1583312896 149378 1992294400 134512640 134550932 4291223104 18446744073709551615 4294960144 0 4 0 16800975 18446604437840222080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1546204

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

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

Child status: 143
Real time (s): 1154.72
CPU time (s): 1800.23
CPU user time (s): 1797.84
CPU system time (s): 2.38064
CPU usage (%): 155.902
Max. virtual memory (cumulated for all children) (KiB): 1556452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.84
system time used= 2.38064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209302
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= 54342
involuntary context switches= 61787

runsolver used 5.16122 second user time and 11.0003 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 20:14:19
IDJOB=2662382
IDBENCH=2361
IDSOLVER=1166
FILE ID=node002/2662382-1276539259
PBS_JOBID= 11173473
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-biella1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662382-1276539259/watcher-2662382-1276539259 -o /tmp/evaluation-result-2662382-1276539259/solver-2662382-1276539259 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662382-1276539259.opb

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

MD5SUM BENCH= 8cf2f50dc2f979b0f0b07ffea6d1fd34
RANDOM SEED=1198091413

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1848116 kB
Buffers:         19336 kB
Cached:         102792 kB
SwapCached:      10156 kB
Active:          76688 kB
Inactive:        57628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848116 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            3480 kB
Writeback:           0 kB
AnonPages:       10728 kB
Mapped:           9096 kB
Slab:            54748 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180476 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= 62456 MiB
End job on node002 at 2010-06-14 20:33:36