Trace number 2662349

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.94 994.554

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1798.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662349-1276350136.opb
0.23/0.21	c reading problem ... 
53.12/38.98	c ... done. Wall clock time 38.768s.
53.12/38.98	c #vars     1041679
53.12/38.98	c #constraints  178401
53.12/38.98	c constraints type 
53.12/38.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
53.12/38.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
53.12/38.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
53.12/38.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
53.12/38.98	c constraints type 
53.12/38.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
53.12/38.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
53.12/38.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
53.12/38.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
71.79/48.48	c cleaning 2483 clauses out of 5001 with flag 5001/5001
104.47/67.02	c cleaning 4215 clauses out of 8518 with flag 11001/11001
132.24/83.08	c cleaning 5606 clauses out of 11303 with flag 18001/18001
170.57/104.49	c cleaning 6796 clauses out of 13696 with flag 26000/26000
202.87/123.26	c cleaning 7944 clauses out of 15901 with flag 35001/35001
229.04/138.43	c cleaning 8958 clauses out of 17956 with flag 45000/45000
271.21/161.87	c cleaning 0 clauses out of 5013 with flag 0/5013
281.04/168.78	c cleaning 9977 clauses out of 19998 with flag 56000/56000
317.30/189.57	c cleaning 10974 clauses out of 22021 with flag 68000/68000
379.25/222.92	c cleaning 11966 clauses out of 24047 with flag 81000/81000
438.26/254.79	c cleaning 12990 clauses out of 26081 with flag 95000/95000
469.02/272.38	c cleaning 14039 clauses out of 28091 with flag 110000/110000
606.33/346.22	c cleaning 0 clauses out of 11001 with flag 0/11001
628.66/359.57	c cleaning 14992 clauses out of 30052 with flag 126000/126000
672.59/383.88	c cleaning 16001 clauses out of 32060 with flag 143000/143000
721.44/411.14	c cleaning 17000 clauses out of 34060 with flag 161001/161001
832.47/471.46	c cleaning 18006 clauses out of 36060 with flag 180001/180001
928.92/522.27	c cleaning 18998 clauses out of 38053 with flag 200000/200000
1000.09/560.93	c cleaning 0 clauses out of 18000 with flag 0/18000
1004.36/565.16	c cleaning 20004 clauses out of 40056 with flag 221001/221001
1050.26/590.39	c cleaning 21004 clauses out of 42051 with flag 243000/243000
1163.75/649.77	c cleaning 22009 clauses out of 44047 with flag 266000/266000
1357.55/752.58	c cleaning 23000 clauses out of 46039 with flag 290001/290001
1392.43/772.23	c cleaning 24011 clauses out of 48039 with flag 315001/315001
1428.41/792.59	c cleaning 25008 clauses out of 50027 with flag 341000/341000
1480.72/821.62	c cleaning 25983 clauses out of 52019 with flag 368000/368000
1539.18/853.23	c cleaning 0 clauses out of 26000 with flag 0/26000
1681.06/929.28	c cleaning 27003 clauses out of 54036 with flag 396000/396000
1792.66/988.23	c cleaning 27999 clauses out of 56034 with flag 425001/425001
1800.40/994.25	c starts		: 149
1800.40/994.25	c conflicts		: 428987
1800.40/994.25	c decisions		: 23307578
1800.40/994.25	c propagations		: 139381463
1800.40/994.25	c inspects		: 322780437
1800.40/994.25	c learnt literals	: 0
1800.40/994.25	c learnt binary clauses	: 1584
1800.40/994.25	c learnt ternary clauses	: 3033
1800.40/994.25	c learnt clauses	: 428988
1800.40/994.25	c ignored clauses	: 0
1800.40/994.25	c root simplifications	: 0
1800.40/994.25	c removed literals (reason simplification)	: 8628885
1800.40/994.25	c reason swapping (by a shorter reason)	: 0
1800.40/994.25	c Calls to reduceDB	: 25
1800.40/994.25	c number of reductions to clauses (during analyze)	: 0
1800.40/994.25	c number of learned constraints concerned by reduction	: 0
1800.40/994.25	c number of learning phase by resolution	: 0
1800.40/994.25	c number of learning phase by cutting planes	: 0
1800.40/994.25	c speed (assignments/second)	: 145913.38684890437
1800.40/994.25	c non guided choices	22683768
1800.77/994.41	c learnt constraints type 
1800.77/994.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 30592
1800.77/994.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1584
1800.77/994.41	c constraints type 
1800.77/994.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
1800.77/994.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
1800.77/994.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.77/994.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.77/994.41	c constraints type 
1800.77/994.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
1800.77/994.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
1800.77/994.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
1800.77/994.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.77/994.41	s UNKNOWN
1800.77/994.41	c Total wall clock time (in seconds): 994.195

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-2662349-1276350136/watcher-2662349-1276350136 -o /tmp/evaluation-result-2662349-1276350136/solver-2662349-1276350136 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662349-1276350136.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: 0.85 0.97 1.05 2/106 12990
/proc/meminfo: memFree=1463852/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1832 CPUtime=0
/proc/12990/stat : 12990 (java6) S 12988 12990 12965 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 8670177 1875968 153 1992294400 134512640 134550932 4294195424 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/12990/statm: 458 153 116 10 0 63 0

[startup+0.0196691 s]
/proc/loadavg: 0.85 0.97 1.05 2/106 12990
/proc/meminfo: memFree=1463852/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=13684 CPUtime=0.01
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 1184 0 0 0 0 1 0 0 18 0 2 0 8670177 14012416 631 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.101478 s]
/proc/loadavg: 0.85 0.97 1.05 2/106 12990
/proc/meminfo: memFree=1463852/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1524180 CPUtime=0.08
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 8670177 1560760320 3401 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301499 s]
/proc/loadavg: 0.85 0.97 1.05 2/106 12990
/proc/meminfo: memFree=1463852/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1525800 CPUtime=0.35
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 16894 0 1 0 28 7 0 0 18 0 12 0 8670177 1562419200 16329 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 381450 16329 1350 10 0 378753 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525800

[startup+0.701538 s]
/proc/loadavg: 0.85 0.97 1.05 2/106 12990
/proc/meminfo: memFree=1463852/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1530256 CPUtime=1.08
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 19741 0 1 0 100 8 0 0 18 0 12 0 8670177 1566982144 18625 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 382564 18625 1404 10 0 379867 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1530256

[startup+1.50162 s]
/proc/loadavg: 0.85 0.97 1.05 2/118 13002
/proc/meminfo: memFree=1374352/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1541268 CPUtime=2.52
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 44061 0 1 0 232 20 0 0 18 0 12 0 8670177 1578258432 41359 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 385317 41361 1416 10 0 382620 0
[pid=12990/tid=12992] ppid=12988 vsize=1541268 CPUtime=1.25
/proc/12990/task/12992/stat : 12992 (java) S 12988 12990 12965 0 -1 4202560 32022 0 1 0 110 15 0 0 25 0 12 0 8670178 1578258432 41362 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1541268 CPUtime=0.06
/proc/12990/task/12993/stat : 12993 (java) R 12988 12990 12965 0 -1 4202560 3552 0 0 0 5 1 0 0 18 0 12 0 8670180 1578258432 41364 1992294400 134512640 134550932 4294600720 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/12994/stat : 12994 (java) R 12988 12990 12965 0 -1 4202560 1088 0 0 0 0 0 0 0 18 0 12 0 8670180 1578258432 41365 1992294400 134512640 134550932 4294600720 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 12 0 8670182 1578258432 41366 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 8670182 1578258432 41368 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8670182 1578258432 41369 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1578258432 41370 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1541268 CPUtime=0.75
/proc/12990/task/12999/stat : 12999 (java) R 12988 12990 12965 0 -1 4202560 5333 0 0 0 74 1 0 0 18 0 12 0 8670186 1578258432 41371 1992294400 134512640 134550932 4294600720 18446744073709551615 104138387 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1541268 CPUtime=0.41
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 1008 0 0 0 41 0 0 0 23 0 12 0 8670186 1578258432 41373 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1578258432 41374 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1541268 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8670186 1578258432 41375 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1541268

[startup+3.10177 s]
/proc/loadavg: 1.02 1.00 1.06 4/118 13002
/proc/meminfo: memFree=1243656/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1546548 CPUtime=5.28
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 81616 0 1 0 492 36 0 0 18 0 12 0 8670177 1583665152 70900 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 386637 70902 1420 10 0 383940 0
[pid=12990/tid=12992] ppid=12988 vsize=1546548 CPUtime=1.9
/proc/12990/task/12992/stat : 12992 (java) S 12988 12990 12965 0 -1 4202560 32022 0 1 0 175 15 0 0 25 0 12 0 8670178 1583665152 70903 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1546548 CPUtime=0.6
/proc/12990/task/12993/stat : 12993 (java) R 12988 12990 12965 0 -1 4202560 23345 0 0 0 48 12 0 0 18 0 12 0 8670180 1583665152 70904 1992294400 134512640 134550932 4294600720 18446744073709551615 105886529 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1546548 CPUtime=0.45
/proc/12990/task/12994/stat : 12994 (java) R 12988 12990 12965 0 -1 4202560 13747 0 0 0 40 5 0 0 18 0 12 0 8670180 1583665152 70905 1992294400 134512640 134550932 4294600720 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1546548 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 8670182 1583665152 70906 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1546548 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 8670182 1583665152 70906 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1546548 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 8670182 1583665152 70908 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1546548 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1583665152 70909 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1546548 CPUtime=1.47
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 9491 0 0 0 144 3 0 0 17 0 12 0 8670186 1583665152 70910 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1546548 CPUtime=0.82
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 1944 0 0 0 82 0 0 0 17 0 12 0 8670186 1583665152 70911 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1546548 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1583665152 70912 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1546548 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8670186 1583665152 70913 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 1546548

[startup+6.30106 s]
/proc/loadavg: 1.02 1.00 1.06 2/118 13002
/proc/meminfo: memFree=1093996/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1545796 CPUtime=9.66
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 120798 0 1 0 913 53 0 0 18 0 12 0 8670177 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 386449 104347 1420 10 0 383752 0
[pid=12990/tid=12992] ppid=12988 vsize=1545796 CPUtime=3.8
/proc/12990/task/12992/stat : 12992 (java) R 12988 12990 12965 0 -1 4202560 32027 0 1 0 365 15 0 0 18 0 12 0 8670178 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4109555728 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1545796 CPUtime=1.83
/proc/12990/task/12993/stat : 12993 (java) S 12988 12990 12965 0 -1 4202560 44563 0 0 0 162 21 0 0 16 0 12 0 8670180 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1545796 CPUtime=1.7
/proc/12990/task/12994/stat : 12994 (java) S 12988 12990 12965 0 -1 4202560 31702 0 0 0 158 12 0 0 16 0 12 0 8670180 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1545796 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 8670182 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1545796 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 8670182 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1545796 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 8670182 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1545796 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1545796 CPUtime=1.47
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 9491 0 0 0 144 3 0 0 17 0 12 0 8670186 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1545796 CPUtime=0.82
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 1944 0 0 0 82 0 0 0 17 0 12 0 8670186 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1545796 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1545796 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8670186 1582895104 104347 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 1545796

[startup+12.7047 s]
/proc/loadavg: 1.10 1.02 1.07 3/118 13002
/proc/meminfo: memFree=808656/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1544508 CPUtime=19.59
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 189606 0 1 0 1874 85 0 0 18 0 12 0 8670177 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 386127 166679 1426 10 0 383430 0
[pid=12990/tid=12992] ppid=12988 vsize=1544508 CPUtime=6.49
/proc/12990/task/12992/stat : 12992 (java) S 12988 12990 12965 0 -1 4202560 32068 0 1 0 633 16 0 0 15 0 12 0 8670178 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1544508 CPUtime=5.45
/proc/12990/task/12993/stat : 12993 (java) R 12988 12990 12965 0 -1 4202560 81033 0 0 0 508 37 0 0 15 0 12 0 8670180 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1544508 CPUtime=5.32
/proc/12990/task/12994/stat : 12994 (java) R 12988 12990 12965 0 -1 4202560 63999 0 0 0 505 27 0 0 15 0 12 0 8670180 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 103111337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1544508 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 8670182 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1544508 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 8670182 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1544508 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 8670182 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1544508 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1544508 CPUtime=1.47
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 9491 0 0 0 144 3 0 0 17 0 12 0 8670186 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1544508 CPUtime=0.82
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 1944 0 0 0 82 0 0 0 15 0 12 0 8670186 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1544508 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1544508 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8670186 1581576192 166679 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 1544508

[startup+25.5019 s]
/proc/loadavg: 1.08 1.02 1.07 2/118 13002
/proc/meminfo: memFree=767132/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1547524 CPUtime=35.83
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 200874 0 1 0 3485 98 0 0 18 0 12 0 8670177 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 386881 175221 1426 10 0 384184 0
[pid=12990/tid=12992] ppid=12988 vsize=1547524 CPUtime=16.57
/proc/12990/task/12992/stat : 12992 (java) R 12988 12990 12965 0 -1 4202560 32169 0 1 0 1640 17 0 0 16 0 12 0 8670178 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4109605566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1547524 CPUtime=7.84
/proc/12990/task/12993/stat : 12993 (java) S 12988 12990 12965 0 -1 4202560 84779 0 0 0 743 41 0 0 16 0 12 0 8670180 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1547524 CPUtime=7.78
/proc/12990/task/12994/stat : 12994 (java) S 12988 12990 12965 0 -1 4202560 68962 0 0 0 745 33 0 0 15 0 12 0 8670180 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1547524 CPUtime=0.02
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 8 0 0 0 1 1 0 0 15 0 12 0 8670182 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1547524 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 8670182 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1547524 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 8670182 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1547524 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8670186 1584664576 175221 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1547524 CPUtime=2.64

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

/proc/12990/task/12993/stat : 12993 (java) R 12988 12990 12965 0 -1 4202560 187552 0 0 0 12046 216 0 0 16 0 16 0 8670180 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 106193948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1551212 CPUtime=122.45
/proc/12990/task/12994/stat : 12994 (java) R 12988 12990 12965 0 -1 4202560 161290 0 0 0 12045 200 0 0 15 0 16 0 8670180 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 103112395 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1551212 CPUtime=140.3
/proc/12990/task/12995/stat : 12995 (java) R 12988 12990 12965 0 -1 4202560 532258 0 0 0 13801 229 0 0 23 0 16 0 8670182 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 8670182 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8670182 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1551212 CPUtime=5.08
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 13554 0 0 0 504 4 0 0 15 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1551212 CPUtime=3.24
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 5250 0 0 0 323 1 0 0 15 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13005] ppid=12988 vsize=1551212 CPUtime=640.75
/proc/12990/task/13005/stat : 13005 (java) S 12988 12990 12965 0 -1 4202560 462 0 0 0 64065 10 0 0 16 0 16 0 8674076 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13006] ppid=12988 vsize=1551212 CPUtime=641.1
/proc/12990/task/13006/stat : 13006 (java) S 12988 12990 12965 0 -1 4202560 1715 0 0 0 64097 13 0 0 16 0 16 0 8674076 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13007] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13007/stat : 13007 (java) S 12988 12990 12965 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 8674150 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13008] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13008/stat : 13008 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 8674153 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.79
Current children cumulated vsize (KiB) 1551212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+994.101 s]
/proc/loadavg: 2.57 2.49 1.95 4/122 13032
/proc/meminfo: memFree=50228/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1551212 CPUtime=1800.19
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 952362 0 1 0 179308 711 0 0 18 0 16 0 8670177 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 387803 355169 1450 10 0 385106 0
[pid=12990/tid=12992] ppid=12988 vsize=1551212 CPUtime=26.16
/proc/12990/task/12992/stat : 12992 (java) S 12988 12990 12965 0 -1 4202560 32264 0 1 0 2598 18 0 0 15 0 16 0 8670178 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1551212 CPUtime=128.93
/proc/12990/task/12993/stat : 12993 (java) S 12988 12990 12965 0 -1 4202560 187552 0 0 0 12676 217 0 0 15 0 16 0 8670180 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1551212 CPUtime=128.72
/proc/12990/task/12994/stat : 12994 (java) S 12988 12990 12965 0 -1 4202560 161290 0 0 0 12667 205 0 0 16 0 16 0 8670180 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1551212 CPUtime=144.58
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 549051 0 0 0 14223 235 0 0 21 0 16 0 8670182 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 8670182 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8670182 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1551212 CPUtime=5.08
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 13554 0 0 0 504 4 0 0 15 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1551212 CPUtime=3.24
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 5250 0 0 0 323 1 0 0 15 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) R 12988 12990 12965 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 8670186 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=13005] ppid=12988 vsize=1551212 CPUtime=681.21
/proc/12990/task/13005/stat : 13005 (java) R 12988 12990 12965 0 -1 4202560 482 0 0 0 68111 10 0 0 17 0 16 0 8674076 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4109773392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=13006] ppid=12988 vsize=1551212 CPUtime=682.16
/proc/12990/task/13006/stat : 13006 (java) R 12988 12990 12965 0 -1 4202560 1789 0 0 0 68202 14 0 0 19 0 16 0 8674076 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4109803000 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=13007] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13007/stat : 13007 (java) S 12988 12990 12965 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 8674150 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13008] ppid=12988 vsize=1551212 CPUtime=0
/proc/12990/task/13008/stat : 13008 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 8674153 1588441088 355169 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1551212

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

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

[startup+994.216 s]
/proc/loadavg: 2.57 2.49 1.95 4/122 13032
/proc/meminfo: memFree=50228/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1551860 CPUtime=1800.4
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 952373 0 1 0 179329 711 0 0 18 0 18 0 8670177 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 387965 355179 1450 10 0 385268 0
[pid=12990/tid=12992] ppid=12988 vsize=1551860 CPUtime=26.16
/proc/12990/task/12992/stat : 12992 (java) S 12988 12990 12965 0 -1 4202560 32264 0 1 0 2598 18 0 0 15 0 18 0 8670178 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1551860 CPUtime=128.96
/proc/12990/task/12993/stat : 12993 (java) S 12988 12990 12965 0 -1 4202560 187552 0 0 0 12679 217 0 0 15 0 18 0 8670180 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1551860 CPUtime=128.74
/proc/12990/task/12994/stat : 12994 (java) S 12988 12990 12965 0 -1 4202560 161290 0 0 0 12669 205 0 0 16 0 18 0 8670180 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1551860 CPUtime=144.58
/proc/12990/task/12995/stat : 12995 (java) R 12988 12990 12965 0 -1 4202560 549051 0 0 0 14223 235 0 0 17 0 18 0 8670182 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 8670182 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8670182 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 8670186 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1551860 CPUtime=5.08
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 13554 0 0 0 504 4 0 0 15 0 18 0 8670186 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1551860 CPUtime=3.24
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 5250 0 0 0 323 1 0 0 15 0 18 0 8670186 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 8670186 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8670186 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13005] ppid=12988 vsize=1551860 CPUtime=681.28
/proc/12990/task/13005/stat : 13005 (java) R 12988 12990 12965 0 -1 4202560 482 0 0 0 68118 10 0 0 16 0 18 0 8674076 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4109773404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=13006] ppid=12988 vsize=1551860 CPUtime=682.23
/proc/12990/task/13006/stat : 13006 (java) R 12988 12990 12965 0 -1 4202560 1789 0 0 0 68209 14 0 0 19 0 18 0 8674076 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4109814935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=13007] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13007/stat : 13007 (java) S 12988 12990 12965 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 8674150 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13008] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13008/stat : 13008 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 8674153 1589104640 355179 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 1551860

[startup+994.41 s]
/proc/loadavg: 2.57 2.49 1.95 4/125 13035
/proc/meminfo: memFree=50204/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=1551860 CPUtime=1800.77
/proc/12990/stat : 12990 (java) S 12988 12990 12965 0 -1 4202496 952379 0 1 0 179366 711 0 0 18 0 18 0 8670177 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 387965 355185 1450 10 0 385268 0
[pid=12990/tid=12992] ppid=12988 vsize=1551860 CPUtime=26.16
/proc/12990/task/12992/stat : 12992 (java) S 12988 12990 12965 0 -1 4202560 32264 0 1 0 2598 18 0 0 15 0 18 0 8670178 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12993] ppid=12988 vsize=1551860 CPUtime=128.96
/proc/12990/task/12993/stat : 12993 (java) S 12988 12990 12965 0 -1 4202560 187552 0 0 0 12679 217 0 0 15 0 18 0 8670180 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12994] ppid=12988 vsize=1551860 CPUtime=128.74
/proc/12990/task/12994/stat : 12994 (java) S 12988 12990 12965 0 -1 4202560 161290 0 0 0 12669 205 0 0 16 0 18 0 8670180 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12995] ppid=12988 vsize=1551860 CPUtime=144.58
/proc/12990/task/12995/stat : 12995 (java) S 12988 12990 12965 0 -1 4202560 549051 0 0 0 14223 235 0 0 17 0 18 0 8670182 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 0 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12996] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/12996/stat : 12996 (java) S 12988 12990 12965 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 8670182 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12997] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8670182 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=12998] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12988 12990 12965 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 8670186 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=12999] ppid=12988 vsize=1551860 CPUtime=5.08
/proc/12990/task/12999/stat : 12999 (java) S 12988 12990 12965 0 -1 4202560 13554 0 0 0 504 4 0 0 15 0 18 0 8670186 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13000] ppid=12988 vsize=1551860 CPUtime=3.27
/proc/12990/task/13000/stat : 13000 (java) S 12988 12990 12965 0 -1 4202560 5250 0 0 0 326 1 0 0 15 0 18 0 8670186 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13001/stat : 13001 (java) S 12988 12990 12965 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 8670186 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13002] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13002/stat : 13002 (java) S 12988 12990 12965 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8670186 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13005] ppid=12988 vsize=1551860 CPUtime=681.48
/proc/12990/task/13005/stat : 13005 (java) R 12988 12990 12965 0 -1 4202560 482 0 0 0 68138 10 0 0 17 0 18 0 8674076 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4109565107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12990/tid=13006] ppid=12988 vsize=1551860 CPUtime=682.37
/proc/12990/task/13006/stat : 13006 (java) R 12988 12990 12965 0 -1 4202560 1789 0 0 0 68223 14 0 0 19 0 18 0 8674076 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4110393012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12990/tid=13007] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13007/stat : 13007 (java) S 12988 12990 12965 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 8674150 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13008] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13008/stat : 13008 (java) S 12988 12990 12965 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 8674153 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 0 0 0 0
[pid=12990/tid=13034] ppid=12988 vsize=1551860 CPUtime=0
/proc/12990/task/13034/stat : 13034 (java) S 12988 12990 12965 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 8769594 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4294960144 0 4 0 16800975 18446604437831917632 0 0 -1 1 0 0 0
[pid=12990/tid=13035] ppid=12988 vsize=1551860 CPUtime=0.01
/proc/12990/task/13035/stat : 13035 (java) R 12988 12990 12965 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 8769594 1589104640 355185 1992294400 134512640 134550932 4294600720 18446744073709551615 4110296989 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 1551860

[startup+994.502 s]
/proc/loadavg: 2.57 2.49 1.95 4/125 13035
/proc/meminfo: memFree=50204/2059040 swapFree=4192956/4192956
[pid=12990] ppid=12988 vsize=0 CPUtime=1800.87
/proc/12990/stat : 12990 (java) Z 12988 12990 12965 0 -1 4203548 952383 0 1 0 179369 718 0 0 15 0 2 0 8670177 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12990/statm: 0 0 0 0 0 0 0
[pid=12990/tid=13001] ppid=12988 vsize=0 CPUtime=0.07
/proc/12990/task/13001/stat : 13001 (java) R 12988 12990 12965 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 8670186 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 994.554
CPU time (s): 1800.94
CPU user time (s): 1793.7
CPU system time (s): 7.2389
CPU usage (%): 181.08
Max. virtual memory (cumulated for all children) (KiB): 1592828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 7.2389
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 952383
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= 48018
involuntary context switches= 55372

runsolver used 4.09438 second user time and 11.2373 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 15:42:18
IDJOB=2662349
IDBENCH=1845
IDSOLVER=1166
FILE ID=node018/2662349-1276350136
PBS_JOBID= 11173202
Free space on /tmp= 62260 MiB

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

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1530111090

node018.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.248
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.49
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.248
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:       1464124 kB
Buffers:        124484 kB
Cached:         325000 kB
SwapCached:          0 kB
Active:         181856 kB
Inactive:       326664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1464124 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           36168 kB
Writeback:           0 kB
AnonPages:       59052 kB
Mapped:          15376 kB
Slab:            64452 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180092 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= 62260 MiB
End job on node018 at 2010-06-12 15:58:55