Trace number 2662132

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.39 914.213

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4250
Total number of constraints68397
Number of constraints which are clauses68397
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 constraint17
Number of terms in the objective function 4250
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 4250
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 4250
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.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662132-1276465676.opb
0.23/0.22	c reading problem ... 
3.61/2.16	c ... done. Wall clock time 1.947s.
3.61/2.16	c #vars     4250
3.61/2.16	c #constraints  68397
3.61/2.16	c constraints type 
3.61/2.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
3.61/2.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68272
3.61/2.16	c constraints type 
3.61/2.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
3.61/2.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
10.85/5.86	c cleaning 2499 clauses out of 5002 with flag 5002/5002
12.93/6.97	c cleaning 0 clauses out of 5002 with flag 0/5002
19.78/10.47	c cleaning 4239 clauses out of 8502 with flag 11001/11001
21.46/11.32	c cleaning 0 clauses out of 11003 with flag 0/11003
31.67/16.54	c cleaning 5617 clauses out of 11263 with flag 18001/18001
34.92/18.22	c cleaning 0 clauses out of 18000 with flag 0/18000
43.53/22.68	c cleaning 6806 clauses out of 13645 with flag 26000/26000
53.53/27.73	c cleaning 0 clauses out of 26000 with flag 0/26000
60.51/31.32	c cleaning 7908 clauses out of 15840 with flag 35001/35001
78.83/40.70	c cleaning 8947 clauses out of 17933 with flag 45002/45002
79.12/40.85	c cleaning 0 clauses out of 35001 with flag 0/35001
103.71/53.33	c cleaning 9940 clauses out of 19984 with flag 56000/56000
108.68/55.90	c cleaning 0 clauses out of 45000 with flag 0/45000
134.31/68.99	c cleaning 11000 clauses out of 22044 with flag 68000/68000
145.45/74.68	c cleaning 0 clauses out of 56000 with flag 0/56000
167.08/85.62	c cleaning 11997 clauses out of 24044 with flag 81000/81000
210.25/107.51	c cleaning 0 clauses out of 68001 with flag 0/68001
215.22/110.11	c cleaning 12960 clauses out of 26048 with flag 95001/95001
259.06/132.38	c cleaning 13982 clauses out of 28089 with flag 110002/110002
269.17/137.59	c cleaning 0 clauses out of 81001 with flag 0/81001
305.53/156.01	c cleaning 15022 clauses out of 30107 with flag 126002/126002
319.59/163.23	c cleaning 0 clauses out of 95000 with flag 0/95000
358.00/182.78	c cleaning 16026 clauses out of 32084 with flag 143001/143001
400.16/204.18	c cleaning 0 clauses out of 110001 with flag 0/110001
428.75/218.72	c cleaning 16985 clauses out of 34057 with flag 161000/161000
496.49/253.07	c cleaning 18022 clauses out of 36072 with flag 180000/180000
509.67/259.85	c cleaning 0 clauses out of 126001 with flag 0/126001
559.53/285.15	c cleaning 18988 clauses out of 38050 with flag 200000/200000
655.70/333.86	c cleaning 0 clauses out of 143000 with flag 0/143000
664.52/338.42	c cleaning 19920 clauses out of 40062 with flag 221000/221000
774.06/393.83	c cleaning 21043 clauses out of 42142 with flag 243000/243000
868.70/441.77	c cleaning 0 clauses out of 161000 with flag 0/161000
874.77/445.04	c cleaning 22039 clauses out of 44099 with flag 266000/266000
983.86/500.27	c cleaning 23001 clauses out of 46061 with flag 290001/290001
1101.24/559.63	c cleaning 0 clauses out of 180001 with flag 0/180001
1109.55/564.05	c cleaning 24012 clauses out of 48059 with flag 315000/315000
1231.36/625.76	c cleaning 24937 clauses out of 50048 with flag 341001/341001
1288.68/654.81	c cleaning 0 clauses out of 200000 with flag 0/200000
1385.80/704.01	c cleaning 26011 clauses out of 52110 with flag 368000/368000
1507.86/765.88	c cleaning 0 clauses out of 221000 with flag 0/221000
1569.82/797.44	c cleaning 27042 clauses out of 54099 with flag 396000/396000
1718.39/872.61	c cleaning 27907 clauses out of 56057 with flag 425000/425000
1800.04/914.06	c starts		: 150
1800.04/914.06	c conflicts		: 442402
1800.04/914.06	c decisions		: 812925
1800.04/914.06	c propagations		: 182818923
1800.04/914.06	c inspects		: 1680406780
1800.04/914.06	c learnt literals	: 0
1800.04/914.06	c learnt binary clauses	: 0
1800.04/914.06	c learnt ternary clauses	: 0
1800.04/914.06	c learnt clauses	: 442402
1800.04/914.06	c ignored clauses	: 0
1800.04/914.06	c root simplifications	: 0
1800.04/914.06	c removed literals (reason simplification)	: 18757572
1800.04/914.06	c reason swapping (by a shorter reason)	: 0
1800.04/914.06	c Calls to reduceDB	: 25
1800.04/914.06	c number of reductions to clauses (during analyze)	: 0
1800.04/914.06	c number of learned constraints concerned by reduction	: 0
1800.04/914.06	c number of learning phase by resolution	: 0
1800.04/914.06	c number of learning phase by cutting planes	: 0
1800.04/914.06	c speed (assignments/second)	: 200496.0590371263
1800.04/914.06	c non guided choices	0
1800.04/914.12	c learnt constraints type 
1800.04/914.12	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 45558
1800.04/914.12	c constraints type 
1800.04/914.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1800.04/914.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68272
1800.04/914.12	c constraints type 
1800.04/914.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
1800.04/914.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1800.04/914.12	s UNKNOWN
1800.04/914.12	c Total wall clock time (in seconds): 913.9

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-2662132-1276465676/watcher-2662132-1276465676 -o /tmp/evaluation-result-2662132-1276465676/solver-2662132-1276465676 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662132-1276465676.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.92 0.99 0.99 3/107 24835
/proc/meminfo: memFree=1783244/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1832 CPUtime=0
/proc/24835/stat : 24835 (java6) S 24833 24835 24810 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 20223339 1875968 153 1992294400 134512640 134550932 4293624208 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/24835/statm: 458 153 116 10 0 63 0

[startup+0.0337579 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 24835
/proc/meminfo: memFree=1783244/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1518368 CPUtime=0.01
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 2795 0 1 0 0 1 0 0 18 0 4 0 20223339 1554808832 2238 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 380044 2521 764 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.102741 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 24835
/proc/meminfo: memFree=1783244/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1524180 CPUtime=0.08
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 20223339 1560760320 3405 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 381045 3405 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300736 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 24835
/proc/meminfo: memFree=1783244/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1526340 CPUtime=0.37
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 5378 0 1 0 34 3 0 0 18 0 12 0 20223339 1562972160 4815 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 381585 4816 1361 10 0 378888 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526340

[startup+0.700725 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 24835
/proc/meminfo: memFree=1783244/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1527936 CPUtime=1.13
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 7615 0 1 0 109 4 0 0 18 0 12 0 20223339 1564606464 6930 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 381984 6931 1396 10 0 379287 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527936

[startup+1.5017 s]
/proc/loadavg: 0.92 0.99 0.99 4/119 24847
/proc/meminfo: memFree=1740808/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1544216 CPUtime=2.73
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 21230 0 1 0 262 11 0 0 18 0 12 0 20223339 1581277184 18738 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 386054 18740 1407 10 0 383357 0
[pid=24835/tid=24837] ppid=24833 vsize=1544216 CPUtime=1.45
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24810 0 -1 4202560 13462 0 1 0 138 7 0 0 18 0 12 0 20223341 1581277184 18740 1992294400 134512640 134550932 4291134464 18446744073709551615 4109740850 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 20223342 1581277184 18741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 20223342 1581277184 18741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 20223344 1581277184 18742 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 20223345 1581277184 18743 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 20223345 1581277184 18744 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 20223349 1581277184 18744 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1544216 CPUtime=0.77
/proc/24835/task/24844/stat : 24844 (java) R 24833 24835 24810 0 -1 4202560 2865 0 0 0 77 0 0 0 18 0 12 0 20223349 1581277184 18745 1992294400 134512640 134550932 4291134464 18446744073709551615 103227071 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1544216 CPUtime=0.47
/proc/24835/task/24845/stat : 24845 (java) R 24833 24835 24810 0 -1 4202560 3839 0 0 0 46 1 0 0 25 0 12 0 20223349 1581277184 18746 1992294400 134512640 134550932 4291134464 18446744073709551615 8868180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 20223349 1581277184 18747 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1544216 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 20223349 1581277184 18748 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1544216

[startup+3.10066 s]
/proc/loadavg: 1.17 1.04 1.01 2/119 24847
/proc/meminfo: memFree=1645824/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1544972 CPUtime=5.52
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 42494 0 1 0 532 20 0 0 18 0 16 0 20223339 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 386243 39437 1442 10 0 383546 0
[pid=24835/tid=24837] ppid=24833 vsize=1544972 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31744 0 1 0 195 15 0 0 19 0 16 0 20223341 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1544972 CPUtime=0.05
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 1060 0 0 0 5 0 0 0 18 0 16 0 20223342 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1544972 CPUtime=0.05
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 1139 0 0 0 5 0 0 0 18 0 16 0 20223342 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1544972 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 20223344 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1544972 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1544972 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1544972 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1544972 CPUtime=1.64
/proc/24835/task/24844/stat : 24844 (java) R 24833 24835 24810 0 -1 4202560 2953 0 0 0 163 1 0 0 16 0 16 0 20223349 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 106039525 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1544972 CPUtime=0.83
/proc/24835/task/24845/stat : 24845 (java) R 24833 24835 24810 0 -1 4202560 4478 0 0 0 81 2 0 0 21 0 16 0 20223349 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 105731867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1544972 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1544972 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20223349 1582051328 39437 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 1544972

[startup+6.30157 s]
/proc/loadavg: 1.17 1.04 1.01 3/123 24851
/proc/meminfo: memFree=1610020/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1542528 CPUtime=11.74
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 50538 0 1 0 1150 24 0 0 18 0 16 0 20223339 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 385632 46864 1448 10 0 382935 0
[pid=24835/tid=24837] ppid=24833 vsize=1542528 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31745 0 1 0 195 15 0 0 15 0 16 0 20223341 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1542528 CPUtime=0.17
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 3474 0 0 0 16 1 0 0 16 0 16 0 20223342 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1542528 CPUtime=0.15
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 3332 0 0 0 14 1 0 0 16 0 16 0 20223342 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1542528 CPUtime=0.1
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 3062 0 0 0 9 1 0 0 16 0 16 0 20223344 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1542528 CPUtime=2.35
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24810 0 -1 4202560 2998 0 0 0 234 1 0 0 15 0 16 0 20223349 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1542528 CPUtime=1.04
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24810 0 -1 4202560 4496 0 0 0 102 2 0 0 15 0 16 0 20223349 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20223349 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1542528 CPUtime=3.42
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4202560 26 0 0 0 342 0 0 0 25 0 16 0 20223556 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4110168173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24849] ppid=24833 vsize=1542528 CPUtime=2.33
/proc/24835/task/24849/stat : 24849 (java) R 24833 24835 24810 0 -1 4202560 333 0 0 0 233 0 0 0 25 0 16 0 20223556 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4110332442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24850] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24850/stat : 24850 (java) S 24833 24835 24810 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20223586 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24851] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24851/stat : 24851 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20223644 1579548672 46864 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 1542528

[startup+12.7016 s]
/proc/loadavg: 1.29 1.07 1.02 3/123 24851
/proc/meminfo: memFree=1593528/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1542528 CPUtime=24.12
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 52104 0 1 0 2387 25 0 0 18 0 16 0 20223339 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 385632 48423 1448 10 0 382935 0
[pid=24835/tid=24837] ppid=24833 vsize=1542528 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31745 0 1 0 195 15 0 0 15 0 16 0 20223341 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1542528 CPUtime=0.24
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 3474 0 0 0 23 1 0 0 16 0 16 0 20223342 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1542528 CPUtime=0.22
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 3332 0 0 0 21 1 0 0 15 0 16 0 20223342 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1542528 CPUtime=0.4
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 4598 0 0 0 39 1 0 0 15 0 16 0 20223344 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1542528 CPUtime=2.57
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24810 0 -1 4202560 3017 0 0 0 256 1 0 0 15 0 16 0 20223349 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1542528 CPUtime=1.07
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24810 0 -1 4202560 4499 0 0 0 105 2 0 0 15 0 16 0 20223349 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20223349 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1542528 CPUtime=9.31
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4202560 28 0 0 0 931 0 0 0 18 0 16 0 20223556 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4109498963 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24849] ppid=24833 vsize=1542528 CPUtime=8.11
/proc/24835/task/24849/stat : 24849 (java) R 24833 24835 24810 0 -1 4202560 339 0 0 0 811 0 0 0 25 0 16 0 20223556 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4110294319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24850] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24850/stat : 24850 (java) S 24833 24835 24810 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20223586 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24851] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24851/stat : 24851 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20223644 1579548672 48423 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.12
Current children cumulated vsize (KiB) 1542528

[startup+25.501 s]
/proc/loadavg: 1.40 1.10 1.03 3/123 24851
/proc/meminfo: memFree=1570340/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1542528 CPUtime=49.17
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 58714 0 1 0 4888 29 0 0 18 0 16 0 20223339 1579548672 54243 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/24835/statm: 385632 108104 1448 10 0 382935 0
[pid=24835/tid=24837] ppid=24833 vsize=1542528 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31753 0 1 0 195 15 0 0 15 0 16 0 20223341 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1542528 CPUtime=3.92
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 37678 0 0 0 373 19 0 0 16 0 16 0 20223342 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1542528 CPUtime=3.92
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 36063 0 0 0 373 19 0 0 16 0 16 0 20223342 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1542528 CPUtime=9.37
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 5841 0 0 0 933 4 0 0 15 0 16 0 20223344 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1542528 CPUtime=2.68
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24810 0 -1 4202560 3017 0 0 0 267 1 0 0 15 0 16 0 20223349 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1542528 CPUtime=1.09
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24810 0 -1 4202560 4500 0 0 0 107 2 0 0 15 0 16 0 20223349 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 20223349 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1542528 CPUtime=739.59
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4202560 137 0 0 0 73956 3 0 0 25 0 16 0 20223556 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4110294319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24849] ppid=24833 vsize=1542528 CPUtime=738.2
/proc/24835/task/24849/stat : 24849 (java) R 24833 24835 24810 0 -1 4202560 420 0 0 0 73796 24 0 0 25 0 16 0 20223556 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4110348095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24850] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24850/stat : 24850 (java) S 24833 24835 24810 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20223586 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24851] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24851/stat : 24851 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20223644 1579548672 108104 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1500.95
Current children cumulated vsize (KiB) 1542528

[startup+822.301 s]
/proc/loadavg: 2.05 2.03 1.63 3/123 24882
/proc/meminfo: memFree=1349744/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1542528 CPUtime=1618.72
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 121219 0 1 0 161777 95 0 0 18 0 16 0 20223339 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 385632 108741 1448 10 0 382935 0
[pid=24835/tid=24837] ppid=24833 vsize=1542528 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31753 0 1 0 195 15 0 0 15 0 16 0 20223341 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1542528 CPUtime=4.17
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 38038 0 0 0 397 20 0 0 16 0 16 0 20223342 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1542528 CPUtime=4.15
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 36377 0 0 0 396 19 0 0 16 0 16 0 20223342 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1542528 CPUtime=10.41
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 5845 0 0 0 1037 4 0 0 15 0 16 0 20223344 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1542528 CPUtime=2.68
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24810 0 -1 4202560 3017 0 0 0 267 1 0 0 15 0 16 0 20223349 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1542528 CPUtime=1.09
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24810 0 -1 4202560 4500 0 0 0 107 2 0 0 15 0 16 0 20223349 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 20223349 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1542528 CPUtime=797.21
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4202560 144 0 0 0 79718 3 0 0 25 0 16 0 20223556 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4110131594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24849] ppid=24833 vsize=1542528 CPUtime=796.82
/proc/24835/task/24849/stat : 24849 (java) R 24833 24835 24810 0 -1 4202560 424 0 0 0 79656 26 0 0 25 0 16 0 20223556 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4110331196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24850] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24850/stat : 24850 (java) S 24833 24835 24810 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20223586 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24851] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24851/stat : 24851 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20223644 1579548672 108741 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.72
Current children cumulated vsize (KiB) 1542528

[startup+882.302 s]
/proc/loadavg: 2.08 2.04 1.66 3/123 24884
/proc/meminfo: memFree=1320604/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1542528 CPUtime=1737.19
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 130132 0 1 0 173617 102 0 0 18 0 16 0 20223339 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 385632 116278 1448 10 0 382935 0
[pid=24835/tid=24837] ppid=24833 vsize=1542528 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31754 0 1 0 195 15 0 0 15 0 16 0 20223341 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1542528 CPUtime=4.37
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 42363 0 0 0 415 22 0 0 15 0 16 0 20223342 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1542528 CPUtime=4.35
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 40952 0 0 0 414 21 0 0 16 0 16 0 20223342 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1542528 CPUtime=10.86
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 5847 0 0 0 1082 4 0 0 15 0 16 0 20223344 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1542528 CPUtime=2.68
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24810 0 -1 4202560 3017 0 0 0 267 1 0 0 15 0 16 0 20223349 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1542528 CPUtime=1.09
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24810 0 -1 4202560 4500 0 0 0 107 2 0 0 15 0 16 0 20223349 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 20223349 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1542528 CPUtime=856.31
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4202560 146 0 0 0 85626 5 0 0 25 0 16 0 20223556 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4110294319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24849] ppid=24833 vsize=1542528 CPUtime=855.32
/proc/24835/task/24849/stat : 24849 (java) R 24833 24835 24810 0 -1 4202560 428 0 0 0 85506 26 0 0 25 0 16 0 20223556 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4110332671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24850] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24850/stat : 24850 (java) S 24833 24835 24810 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20223586 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24851] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24851/stat : 24851 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20223644 1579548672 116278 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1737.19
Current children cumulated vsize (KiB) 1542528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.002 s]
/proc/loadavg: 2.05 2.03 1.67 3/123 24884
/proc/meminfo: memFree=1320480/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=1542528 CPUtime=1800.04
/proc/24835/stat : 24835 (java) S 24833 24835 24810 0 -1 4202496 130141 0 1 0 179901 103 0 0 18 0 16 0 20223339 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 385632 116281 1448 10 0 382935 0
[pid=24835/tid=24837] ppid=24833 vsize=1542528 CPUtime=2.1
/proc/24835/task/24837/stat : 24837 (java) S 24833 24835 24810 0 -1 4202560 31754 0 1 0 195 15 0 0 15 0 16 0 20223341 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1542528 CPUtime=4.44
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24810 0 -1 4202560 42363 0 0 0 422 22 0 0 15 0 16 0 20223342 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1542528 CPUtime=4.42
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24810 0 -1 4202560 40955 0 0 0 421 21 0 0 16 0 16 0 20223342 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1542528 CPUtime=10.86
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24810 0 -1 4202560 5849 0 0 0 1082 4 0 0 15 0 16 0 20223344 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 0 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24810 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24810 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20223345 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1542528 CPUtime=2.68
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24810 0 -1 4202560 3017 0 0 0 267 1 0 0 15 0 16 0 20223349 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1542528 CPUtime=1.09
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24810 0 -1 4202560 4500 0 0 0 107 2 0 0 15 0 16 0 20223349 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24810 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20223349 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24810 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 20223349 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1542528 CPUtime=887.41
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4202560 147 0 0 0 88734 7 0 0 25 0 16 0 20223556 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4109482762 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24835/tid=24849] ppid=24833 vsize=1542528 CPUtime=886.95
/proc/24835/task/24849/stat : 24849 (java) R 24833 24835 24810 0 -1 4202560 429 0 0 0 88669 26 0 0 25 0 16 0 20223556 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4110294319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24835/tid=24850] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24850/stat : 24850 (java) S 24833 24835 24810 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20223586 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 0 0 0 0
[pid=24835/tid=24851] ppid=24833 vsize=1542528 CPUtime=0
/proc/24835/task/24851/stat : 24851 (java) S 24833 24835 24810 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20223644 1579548672 116281 1992294400 134512640 134550932 4291134464 18446744073709551615 4294960144 0 4 0 16800975 18446604437837147136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1542528

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

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

[startup+914.203 s]
/proc/loadavg: 2.05 2.03 1.67 3/123 24884
/proc/meminfo: memFree=1320480/2059040 swapFree=4140108/4192956
[pid=24835] ppid=24833 vsize=0 CPUtime=1800.37
/proc/24835/stat : 24835 (java) Z 24833 24835 24810 0 -1 4203548 130163 0 1 0 179930 107 0 0 16 0 2 0 20223339 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24835/statm: 0 0 0 0 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=0 CPUtime=887.51
/proc/24835/task/24848/stat : 24848 (java) R 24833 24835 24810 0 -1 4203588 147 0 0 0 88741 10 0 0 25 0 2 0 20223556 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.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 914.213
CPU time (s): 1800.39
CPU user time (s): 1799.3
CPU system time (s): 1.08783
CPU usage (%): 196.934
Max. virtual memory (cumulated for all children) (KiB): 1544972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 1.08783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130163
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= 22736
involuntary context switches= 50383

runsolver used 5.18421 second user time and 10.2404 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-13 23:47:56
IDJOB=2662132
IDBENCH=2183
IDSOLVER=1166
FILE ID=node025/2662132-1276465676
PBS_JOBID= 11173365
Free space on /tmp= 62540 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-g125.17.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662132-1276465676/watcher-2662132-1276465676 -o /tmp/evaluation-result-2662132-1276465676/solver-2662132-1276465676 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662132-1276465676.opb

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=1947588833

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1783640 kB
Buffers:         57316 kB
Cached:         127120 kB
SwapCached:       6780 kB
Active:          90984 kB
Inactive:       106728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1783640 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            2092 kB
Writeback:           0 kB
AnonPages:       11068 kB
Mapped:          12804 kB
Slab:            55728 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183336 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= 62540 MiB
End job on node025 at 2010-06-14 00:03:12