Trace number 2662366

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.48 916.508

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
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 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
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-2662366-1276449276.opb
0.23/0.21	c reading problem ... 
5.92/4.32	c ... done. Wall clock time 4.106s.
5.92/4.32	c #vars     7500
5.92/4.32	c #constraints  237715
5.92/4.32	c constraints type 
5.92/4.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
5.92/4.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 237465
5.92/4.32	c constraints type 
5.92/4.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 237465
5.92/4.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
16.40/9.67	c cleaning 0 clauses out of 5001 with flag 0/5001
17.79/10.47	c cleaning 2483 clauses out of 5001 with flag 5001/5001
28.09/15.78	c cleaning 0 clauses out of 11001 with flag 0/11001
29.87/16.73	c cleaning 4250 clauses out of 8518 with flag 11001/11001
44.86/24.43	c cleaning 0 clauses out of 18001 with flag 0/18001
49.79/27.06	c cleaning 5579 clauses out of 11271 with flag 18004/18004
70.18/37.48	c cleaning 0 clauses out of 26001 with flag 0/26001
72.31/38.64	c cleaning 6832 clauses out of 13691 with flag 26003/26003
94.22/49.81	c cleaning 7924 clauses out of 15856 with flag 35000/35000
107.05/56.41	c cleaning 0 clauses out of 35000 with flag 0/35000
135.11/70.75	c cleaning 8909 clauses out of 17932 with flag 45000/45000
151.11/78.99	c cleaning 0 clauses out of 45001 with flag 0/45001
176.16/91.72	c cleaning 9999 clauses out of 20023 with flag 56000/56000
212.95/110.49	c cleaning 0 clauses out of 56000 with flag 0/56000
221.79/115.01	c cleaning 10991 clauses out of 22025 with flag 68001/68001
277.16/143.14	c cleaning 11941 clauses out of 24034 with flag 81001/81001
281.95/145.75	c cleaning 0 clauses out of 68000 with flag 0/68000
331.41/170.86	c cleaning 13029 clauses out of 26095 with flag 95003/95003
371.54/191.29	c cleaning 0 clauses out of 81000 with flag 0/81000
400.74/206.10	c cleaning 13977 clauses out of 28063 with flag 110000/110000
469.50/241.02	c cleaning 15039 clauses out of 30089 with flag 126003/126003
505.62/259.41	c cleaning 0 clauses out of 95001 with flag 0/95001
542.35/278.18	c cleaning 15993 clauses out of 32047 with flag 143000/143000
611.18/313.07	c cleaning 16987 clauses out of 34055 with flag 161001/161001
667.41/341.62	c cleaning 0 clauses out of 110001 with flag 0/110001
687.06/351.78	c cleaning 17980 clauses out of 36068 with flag 180001/180001
781.67/399.65	c cleaning 19015 clauses out of 38088 with flag 200001/200001
840.96/429.74	c cleaning 0 clauses out of 126000 with flag 0/126000
878.67/449.08	c cleaning 19995 clauses out of 40073 with flag 221001/221001
994.61/507.72	c cleaning 20978 clauses out of 42077 with flag 243000/243000
997.95/509.65	c cleaning 0 clauses out of 143000 with flag 0/143000
1117.66/570.22	c cleaning 22017 clauses out of 44100 with flag 266001/266001
1241.20/632.87	c cleaning 22959 clauses out of 46082 with flag 290000/290000
1242.95/633.96	c cleaning 0 clauses out of 161001 with flag 0/161001
1391.15/708.91	c cleaning 23979 clauses out of 48124 with flag 315001/315001
1542.32/785.48	c cleaning 0 clauses out of 180000 with flag 0/180000
1567.01/798.25	c cleaning 25038 clauses out of 50144 with flag 341000/341000
1728.71/880.07	c cleaning 25939 clauses out of 52106 with flag 368000/368000
1800.14/916.36	c starts		: 136
1800.14/916.36	c conflicts		: 382949
1800.14/916.36	c decisions		: 640111
1800.14/916.36	c propagations		: 335034091
1800.14/916.36	c inspects		: 1596937341
1800.14/916.36	c learnt literals	: 0
1800.14/916.36	c learnt binary clauses	: 0
1800.14/916.36	c learnt ternary clauses	: 0
1800.14/916.36	c learnt clauses	: 382949
1800.14/916.36	c ignored clauses	: 0
1800.14/916.36	c root simplifications	: 0
1800.14/916.36	c removed literals (reason simplification)	: 12537628
1800.14/916.36	c reason swapping (by a shorter reason)	: 0
1800.14/916.36	c Calls to reduceDB	: 23
1800.14/916.36	c number of reductions to clauses (during analyze)	: 0
1800.14/916.36	c number of learned constraints concerned by reduction	: 0
1800.14/916.36	c number of learning phase by resolution	: 0
1800.14/916.36	c number of learning phase by cutting planes	: 0
1800.14/916.36	c speed (assignments/second)	: 367347.038552164
1800.14/916.36	c non guided choices	0
1800.14/916.42	c learnt constraints type 
1800.14/916.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 41124
1800.14/916.42	c constraints type 
1800.14/916.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1800.14/916.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 237465
1800.14/916.42	c constraints type 
1800.14/916.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 237465
1800.14/916.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1800.14/916.43	s UNKNOWN
1800.14/916.43	c Total wall clock time (in seconds): 916.211

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-2662366-1276449276/watcher-2662366-1276449276 -o /tmp/evaluation-result-2662366-1276449276/solver-2662366-1276449276 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662366-1276449276.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 26421
/proc/meminfo: memFree=1830544/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=4 CPUtime=0
/proc/26421/stat : 26421 (java6) R 26419 26421 25192 0 -1 4194304 255 0 0 0 0 0 0 0 19 0 1 0 20529145 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/26421/statm: 1 1 0 0 0 1 0

[startup+0.02951 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 26421
/proc/meminfo: memFree=1830544/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1517712 CPUtime=0.01
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 2619 0 1 0 0 1 0 0 18 0 3 0 20529145 1554137088 2063 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 379428 2063 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.100915 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 26421
/proc/meminfo: memFree=1830544/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1524180 CPUtime=0.08
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 3958 0 1 0 6 2 0 0 18 0 12 0 20529145 1560760320 3397 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300951 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 26421
/proc/meminfo: memFree=1830544/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1526076 CPUtime=0.37
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 5373 0 1 0 34 3 0 0 18 0 12 0 20529145 1562701824 4810 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 381519 4810 1361 10 0 378822 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526076

[startup+0.701024 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 26421
/proc/meminfo: memFree=1830544/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1528712 CPUtime=1.09
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 7982 0 1 0 105 4 0 0 18 0 12 0 20529145 1565401088 6967 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 382178 6967 1401 10 0 379481 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528712

[startup+1.50217 s]
/proc/loadavg: 1.00 1.00 0.99 4/118 26433
/proc/meminfo: memFree=1792568/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1542244 CPUtime=2.69
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 19619 0 1 0 259 10 0 0 18 0 12 0 20529145 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385561 17215 1407 10 0 382864 0
[pid=26421/tid=26423] ppid=26419 vsize=1542244 CPUtime=1.36
/proc/26421/task/26423/stat : 26423 (java) R 26419 26421 25192 0 -1 4202560 12182 0 1 0 130 6 0 0 19 0 12 0 20529147 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4109824704 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 20529148 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 20529148 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 20529150 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 20529150 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 20529151 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 20529155 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1542244 CPUtime=0.88
/proc/26421/task/26430/stat : 26430 (java) R 26419 26421 25192 0 -1 4202560 4311 0 0 0 87 1 0 0 18 0 12 0 20529155 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 105390745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1542244 CPUtime=0.4
/proc/26421/task/26431/stat : 26431 (java) R 26419 26421 25192 0 -1 4202560 2061 0 0 0 40 0 0 0 25 0 12 0 20529155 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 104140968 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 20529155 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1542244 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 20529155 1579257856 17215 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1542244

[startup+3.10246 s]
/proc/loadavg: 1.00 1.00 0.99 2/118 26433
/proc/meminfo: memFree=1696964/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1542152 CPUtime=4.55
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 44157 0 1 0 435 20 0 0 18 0 12 0 20529145 1579163648 41263 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385538 41265 1417 10 0 382841 0
[pid=26421/tid=26423] ppid=26419 vsize=1542152 CPUtime=2.85
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32024 0 1 0 270 15 0 0 19 0 12 0 20529147 1579163648 41266 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1542152 CPUtime=0.08
/proc/26421/task/26424/stat : 26424 (java) R 26419 26421 25192 0 -1 4202560 2111 0 0 0 8 0 0 0 18 0 12 0 20529148 1579163648 41268 1992294400 134512640 134550932 4293746960 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1542152 CPUtime=0.07
/proc/26421/task/26425/stat : 26425 (java) R 26419 26421 25192 0 -1 4202560 2097 0 0 0 7 0 0 0 15 0 12 0 20529148 1579163648 41269 1992294400 134512640 134550932 4293746960 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1542152 CPUtime=0
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 20529150 1579163648 41270 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1542152 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 20529150 1579163648 41272 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1542152 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 20529151 1579163648 41273 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1542152 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 20529155 1579163648 41275 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1542152 CPUtime=0.9
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 4376 0 0 0 89 1 0 0 18 0 12 0 20529155 1579163648 41276 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1542152 CPUtime=0.59
/proc/26421/task/26431/stat : 26431 (java) S 26419 26421 25192 0 -1 4202560 2486 0 0 0 59 0 0 0 25 0 12 0 20529155 1579163648 41277 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1542152 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 20529155 1579163648 41279 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1542152 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 20529155 1579163648 41280 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 1542152

[startup+6.30203 s]
/proc/loadavg: 1.24 1.05 1.01 6/122 26437
/proc/meminfo: memFree=1645720/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1541884 CPUtime=9.88
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 52797 0 1 0 959 29 0 0 18 0 16 0 20529145 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385471 48792 1442 10 0 382774 0
[pid=26421/tid=26423] ppid=26419 vsize=1541884 CPUtime=3.9
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32051 0 1 0 374 16 0 0 18 0 16 0 20529147 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1541884 CPUtime=0.35
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 6208 0 0 0 33 2 0 0 16 0 16 0 20529148 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1541884 CPUtime=0.35
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 5820 0 0 0 33 2 0 0 16 0 16 0 20529148 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1541884 CPUtime=0.05
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 14 0 0 0 2 3 0 0 15 0 16 0 20529150 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20529150 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20529151 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20529155 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1541884 CPUtime=1.69
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 4996 0 0 0 167 2 0 0 16 0 16 0 20529155 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1541884 CPUtime=1.61
/proc/26421/task/26431/stat : 26431 (java) S 26419 26421 25192 0 -1 4202560 2590 0 0 0 160 1 0 0 15 0 16 0 20529155 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20529155 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20529155 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=1541884 CPUtime=0.91
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4202560 18 0 0 0 91 0 0 0 19 0 16 0 20529578 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4110290211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26435] ppid=26419 vsize=1541884 CPUtime=0.96
/proc/26421/task/26435/stat : 26435 (java) R 26419 26421 25192 0 -1 4202560 29 0 0 0 96 0 0 0 18 0 16 0 20529578 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4110246750 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26436] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26436/stat : 26436 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20529617 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26437] ppid=26419 vsize=1541884 CPUtime=0
/proc/26421/task/26437/stat : 26437 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 20529617 1578889216 48792 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 1541884

[startup+12.7014 s]
/proc/loadavg: 1.22 1.05 1.00 3/122 26437
/proc/meminfo: memFree=1614100/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1540744 CPUtime=22.15
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 60783 0 1 0 2180 35 0 0 18 0 16 0 20529145 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385186 55395 1447 10 0 382489 0
[pid=26421/tid=26423] ppid=26419 vsize=1540744 CPUtime=3.9
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32051 0 1 0 374 16 0 0 15 0 16 0 20529147 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1540744 CPUtime=0.75
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 10357 0 0 0 70 5 0 0 16 0 16 0 20529148 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1540744 CPUtime=0.77
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 9080 0 0 0 73 4 0 0 15 0 16 0 20529148 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1540744 CPUtime=0.46
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 436 0 0 0 43 3 0 0 15 0 16 0 20529150 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20529150 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20529151 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1540744 CPUtime=1.76
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 5056 0 0 0 174 2 0 0 15 0 16 0 20529155 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1540744 CPUtime=2.07
/proc/26421/task/26431/stat : 26431 (java) S 26419 26421 25192 0 -1 4202560 2673 0 0 0 206 1 0 0 16 0 16 0 20529155 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20529155 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=1540744 CPUtime=5.97
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4202560 20 0 0 0 597 0 0 0 18 0 16 0 20529578 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4110237627 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26435] ppid=26419 vsize=1540744 CPUtime=6.4
/proc/26421/task/26435/stat : 26435 (java) R 26419 26421 25192 0 -1 4202560 39 0 0 0 640 0 0 0 20 0 16 0 20529578 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4110359121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26436] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26436/stat : 26436 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26437] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26437/stat : 26437 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 55395 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 1540744

[startup+25.5012 s]
/proc/loadavg: 1.47 1.11 1.02 3/122 26437
/proc/meminfo: memFree=1605916/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1540744 CPUtime=46.82
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 62772 0 1 0 4645 37 0 0 18 0 16 0 20529145 1577721856 57245 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/26421/statm: 385186 100365 1447 10 0 382489 0
[pid=26421/tid=26423] ppid=26419 vsize=1540744 CPUtime=3.9
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32056 0 1 0 374 16 0 0 15 0 16 0 20529147 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1540744 CPUtime=4.74
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 34043 0 0 0 455 19 0 0 15 0 16 0 20529148 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1540744 CPUtime=4.77
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 32038 0 0 0 461 16 0 0 16 0 16 0 20529148 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1540744 CPUtime=12.87
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 2134 0 0 0 1280 7 0 0 15 0 16 0 20529150 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20529150 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20529151 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1540744 CPUtime=1.81
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 5056 0 0 0 179 2 0 0 15 0 16 0 20529155 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1540744 CPUtime=2.19
/proc/26421/task/26431/stat : 26431 (java) S 26419 26421 25192 0 -1 4202560 2675 0 0 0 218 1 0 0 15 0 16 0 20529155 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 20529155 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=1540744 CPUtime=793.65
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4202560 152 0 0 0 79349 16 0 0 25 0 16 0 20529578 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4110217690 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26435] ppid=26419 vsize=1540744 CPUtime=790.3
/proc/26421/task/26435/stat : 26435 (java) R 26419 26421 25192 0 -1 4202560 123 0 0 0 79017 13 0 0 25 0 16 0 20529578 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4110382689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26436] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26436/stat : 26436 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26437] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26437/stat : 26437 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 100365 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1614.32
Current children cumulated vsize (KiB) 1540744

[startup+882.302 s]
/proc/loadavg: 2.08 2.00 1.62 3/122 26459
/proc/meminfo: memFree=1422280/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1540744 CPUtime=1732.75
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 111906 0 1 0 173178 97 0 0 18 0 16 0 20529145 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385186 102748 1447 10 0 382489 0
[pid=26421/tid=26423] ppid=26419 vsize=1540744 CPUtime=3.9
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32058 0 1 0 374 16 0 0 15 0 16 0 20529147 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1540744 CPUtime=5
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 35216 0 0 0 480 20 0 0 16 0 16 0 20529148 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1540744 CPUtime=5.02
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 33357 0 0 0 486 16 0 0 15 0 16 0 20529148 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1540744 CPUtime=13.38
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 2138 0 0 0 1331 7 0 0 15 0 16 0 20529150 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20529150 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20529151 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1540744 CPUtime=1.81
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 5056 0 0 0 179 2 0 0 15 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1540744 CPUtime=2.19
/proc/26421/task/26431/stat : 26431 (java) S 26419 26421 25192 0 -1 4202560 2675 0 0 0 218 1 0 0 15 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=1540744 CPUtime=852.04
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4202560 157 0 0 0 85186 18 0 0 25 0 16 0 20529578 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4110124735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26435] ppid=26419 vsize=1540744 CPUtime=849.33
/proc/26421/task/26435/stat : 26435 (java) R 26419 26421 25192 0 -1 4202560 126 0 0 0 84920 13 0 0 25 0 16 0 20529578 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4110290002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26436] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26436/stat : 26436 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26437] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26437/stat : 26437 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.75
Current children cumulated vsize (KiB) 1540744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.309 s]
/proc/loadavg: 2.11 2.01 1.64 3/122 26461
/proc/meminfo: memFree=1422156/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1540744 CPUtime=1800.14
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 111912 0 1 0 179915 99 0 0 18 0 16 0 20529145 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385186 102748 1447 10 0 382489 0
[pid=26421/tid=26423] ppid=26419 vsize=1540744 CPUtime=3.9
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32058 0 1 0 374 16 0 0 15 0 16 0 20529147 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1540744 CPUtime=5.1
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 35216 0 0 0 489 21 0 0 16 0 16 0 20529148 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1540744 CPUtime=5.13
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 33357 0 0 0 497 16 0 0 15 0 16 0 20529148 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1540744 CPUtime=13.38
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 2138 0 0 0 1331 7 0 0 15 0 16 0 20529150 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20529150 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20529151 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1540744 CPUtime=1.81
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 5056 0 0 0 179 2 0 0 15 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1540744 CPUtime=2.19
/proc/26421/task/26431/stat : 26431 (java) S 26419 26421 25192 0 -1 4202560 2675 0 0 0 218 1 0 0 15 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 20529155 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=1540744 CPUtime=885.93
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4202560 160 0 0 0 88574 19 0 0 25 0 16 0 20529578 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4110124735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26435] ppid=26419 vsize=1540744 CPUtime=882.63
/proc/26421/task/26435/stat : 26435 (java) R 26419 26421 25192 0 -1 4202560 127 0 0 0 88250 13 0 0 25 0 16 0 20529578 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4110360935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26436] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26436/stat : 26436 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26437] ppid=26419 vsize=1540744 CPUtime=0
/proc/26421/task/26437/stat : 26437 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 20529617 1577721856 102748 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1540744

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

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

[startup+916.432 s]
/proc/loadavg: 2.11 2.01 1.64 3/122 26461
/proc/meminfo: memFree=1422156/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=1541392 CPUtime=1800.37
/proc/26421/stat : 26421 (java) S 26419 26421 25192 0 -1 4202496 111935 0 1 0 179937 100 0 0 18 0 17 0 20529145 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 385348 102768 1448 10 0 382651 0
[pid=26421/tid=26423] ppid=26419 vsize=1541392 CPUtime=3.9
/proc/26421/task/26423/stat : 26423 (java) S 26419 26421 25192 0 -1 4202560 32058 0 1 0 374 16 0 0 15 0 17 0 20529147 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26424] ppid=26419 vsize=1541392 CPUtime=5.13
/proc/26421/task/26424/stat : 26424 (java) S 26419 26421 25192 0 -1 4202560 35216 0 0 0 492 21 0 0 16 0 17 0 20529148 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26425] ppid=26419 vsize=1541392 CPUtime=5.16
/proc/26421/task/26425/stat : 26425 (java) S 26419 26421 25192 0 -1 4202560 33357 0 0 0 500 16 0 0 16 0 17 0 20529148 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
[pid=26421/tid=26426] ppid=26419 vsize=1541392 CPUtime=13.38
/proc/26421/task/26426/stat : 26426 (java) S 26419 26421 25192 0 -1 4202560 2139 0 0 0 1331 7 0 0 15 0 17 0 20529150 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 0 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26427] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26427/stat : 26427 (java) S 26419 26421 25192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 20529150 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26428] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26428/stat : 26428 (java) S 26419 26421 25192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 20529151 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26429] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26429/stat : 26429 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 20529155 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26430] ppid=26419 vsize=1541392 CPUtime=1.81
/proc/26421/task/26430/stat : 26430 (java) S 26419 26421 25192 0 -1 4202560 5056 0 0 0 179 2 0 0 16 0 17 0 20529155 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26431] ppid=26419 vsize=1541392 CPUtime=2.22
/proc/26421/task/26431/stat : 26431 (java) R 26419 26421 25192 0 -1 4202560 2675 0 0 0 221 1 0 0 15 0 17 0 20529155 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 104163938 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26432] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26432/stat : 26432 (java) S 26419 26421 25192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 20529155 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26433] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26433/stat : 26433 (java) S 26419 26421 25192 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 20529155 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=1541392 CPUtime=885.96
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4202560 160 0 0 0 88577 19 0 0 25 0 17 0 20529578 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4110290864 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26421/tid=26435] ppid=26419 vsize=1541392 CPUtime=882.68
/proc/26421/task/26435/stat : 26435 (java) R 26419 26421 25192 0 -1 4202560 127 0 0 0 88255 13 0 0 25 0 17 0 20529578 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4110124735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26421/tid=26436] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26436/stat : 26436 (java) S 26419 26421 25192 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 20529617 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 0 0 0 0
[pid=26421/tid=26437] ppid=26419 vsize=1541392 CPUtime=0
/proc/26421/task/26437/stat : 26437 (java) S 26419 26421 25192 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 20529617 1578385408 102768 1992294400 134512640 134550932 4293746960 18446744073709551615 4294960144 0 4 0 16800975 18446604435939697920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1541392

[startup+916.501 s]
/proc/loadavg: 2.11 2.01 1.64 3/122 26461
/proc/meminfo: memFree=1422156/2059040 swapFree=4136716/4192956
[pid=26421] ppid=26419 vsize=0 CPUtime=1800.46
/proc/26421/stat : 26421 (java) Z 26419 26421 25192 0 -1 4203548 111936 0 1 0 179943 103 0 0 16 0 2 0 20529145 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26421/statm: 0 0 0 0 0 0 0
[pid=26421/tid=26434] ppid=26419 vsize=0 CPUtime=886.03
/proc/26421/task/26434/stat : 26434 (java) R 26419 26421 25192 0 -1 4203588 160 0 0 0 88580 23 0 0 25 0 2 0 20529578 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.46
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.508
CPU time (s): 1800.48
CPU user time (s): 1799.44
CPU system time (s): 1.04084
CPU usage (%): 196.45
Max. virtual memory (cumulated for all children) (KiB): 1544472

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

runsolver used 3.22851 second user time and 12.1801 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-13 19:14:36
IDJOB=2662366
IDBENCH=2139
IDSOLVER=1166
FILE ID=node012/2662366-1276449276
PBS_JOBID= 11173332
Free space on /tmp= 62404 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662366-1276449276/watcher-2662366-1276449276 -o /tmp/evaluation-result-2662366-1276449276/solver-2662366-1276449276 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662366-1276449276.opb

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=406746007

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1830940 kB
Buffers:         24696 kB
Cached:         125496 kB
SwapCached:       9228 kB
Active:          98176 kB
Inactive:        64320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1830940 kB
SwapTotal:     4192956 kB
SwapFree:      4136716 kB
Dirty:            6120 kB
Writeback:           0 kB
AnonPages:       10988 kB
Mapped:           9264 kB
Slab:            43748 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182276 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= 62404 MiB
End job on node012 at 2010-06-13 19:29:54