Trace number 2701388

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1? (TO) 1800.18 1797.98

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-30reduc_wcsp.wbo
MD5SUM83352c08e9e644ee4de360a67fac8960
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2087
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables771
Total number of constraints19461
Number of soft constraints19380
Number of constraints which are clauses19380
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 2088
Min constraint cost 1
Max constraint cost 2088
Sum of constraints costs 5475303
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.09	c Pseudo Boolean Optimization
0.11/0.09	c --- Begin Solver configuration ---
0.11/0.09	c Stops conflict analysis at the first Unique Implication Point
0.11/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.09	c Learn all clauses as in MiniSAT
0.11/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.09	c Expensive reason simplification
0.11/0.09	c Armin Biere (Picosat) restarts strategy
0.11/0.09	c Glucose learned constraints deletion strategy
0.11/0.09	c timeout=2147483s
0.11/0.09	c DB Simplification allowed=false
0.11/0.09	c --- End Solver configuration ---
0.11/0.09	c solving HOME/instance-2701388-1278539574.wbo
0.11/0.09	c reading problem ... 
1.05/0.54	c ... done. Wall clock time 0.451s.
1.05/0.54	c #vars     20151
1.05/0.54	c #constraints  19709
1.05/0.54	c constraints type 
1.05/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19209
1.05/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1.05/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
1.05/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.85/28.17	c cleaning 2492 clauses out of 5000 with flag 5000/5000
51.25/49.45	c cleaning 4248 clauses out of 8512 with flag 11004/11004
74.16/72.38	c cleaning 5625 clauses out of 11260 with flag 18000/18000
103.47/101.60	c cleaning 6810 clauses out of 13635 with flag 26000/26000
182.90/181.08	c cleaning 7901 clauses out of 15826 with flag 35001/35001
254.33/252.42	c cleaning 8956 clauses out of 17925 with flag 45001/45001
344.49/342.54	c cleaning 9967 clauses out of 19969 with flag 56001/56001
404.09/402.16	c cleaning 10979 clauses out of 22001 with flag 68000/68000
519.90/517.92	c cleaning 12007 clauses out of 24023 with flag 81001/81001
596.02/594.04	c cleaning 12992 clauses out of 26015 with flag 95000/95000
689.12/687.10	c cleaning 13967 clauses out of 28023 with flag 110000/110000
825.02/823.07	c cleaning 15025 clauses out of 30057 with flag 126001/126001
890.14/888.15	c cleaning 16011 clauses out of 32031 with flag 143000/143000
977.05/975.04	c cleaning 16988 clauses out of 34020 with flag 161000/161000
1078.16/1076.12	c cleaning 18011 clauses out of 36033 with flag 180001/180001
1190.66/1188.62	c cleaning 18995 clauses out of 38021 with flag 200000/200000
1317.27/1315.26	c cleaning 19506 clauses out of 39029 with flag 220003/220003
1404.48/1402.45	c cleaning 19749 clauses out of 39520 with flag 240000/240000
1516.61/1514.53	c cleaning 19872 clauses out of 39769 with flag 260000/260000
1619.83/1617.75	c cleaning 19920 clauses out of 39895 with flag 280000/280000
1701.44/1699.33	c cleaning 19977 clauses out of 39976 with flag 300001/300001
1800.05/1797.91	c starts		: 132
1800.05/1797.91	c conflicts		: 318750
1800.05/1797.91	c decisions		: 2336292
1800.05/1797.91	c propagations		: 510212947
1800.05/1797.91	c inspects		: 127800391
1800.05/1797.91	c learnt literals	: 4
1800.05/1797.91	c learnt binary clauses	: 46
1800.05/1797.91	c learnt ternary clauses	: 1018
1800.05/1797.91	c learnt clauses	: 318745
1800.05/1797.91	c ignored clauses	: 0
1800.05/1797.91	c root simplifications	: 0
1800.05/1797.91	c removed literals (reason simplification)	: 4616515
1800.05/1797.91	c reason swapping (by a shorter reason)	: 0
1800.05/1797.91	c Calls to reduceDB	: 21
1800.05/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.91	c number of learned constraints concerned by reduction	: 0
1800.05/1797.91	c number of learning phase by resolution	: 0
1800.05/1797.91	c number of learning phase by cutting planes	: 0
1800.05/1797.91	c speed (assignments/second)	: 283867.0293084436
1800.05/1797.91	c non guided choices	24377
1800.05/1797.92	c learnt constraints type 
1800.05/1797.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 38703
1800.05/1797.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46
1800.05/1797.92	c constraints type 
1800.05/1797.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19209
1800.05/1797.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.05/1797.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
1800.05/1797.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/1797.92	s UNKNOWN
1800.05/1797.92	c Total wall clock time (in seconds): 1797.835

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-2701388-1278539574/watcher-2701388-1278539574 -o /tmp/evaluation-result-2701388-1278539574/solver-2701388-1278539574 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701388-1278539574.wbo 

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


[startup+0 s]
/proc/loadavg: 1.95 2.12 2.05 3/178 19696
/proc/meminfo: memFree=29714688/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=13644 CPUtime=0
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 1156 0 0 0 0 0 0 0 25 0 2 0 22172311 13971456 611 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 3412 613 291 10 0 1207 0
[pid=19696/tid=19697] ppid=19694 vsize=13736 CPUtime=0
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 128 0 0 0 0 0 0 0 18 0 2 0 22172312 14065664 622 4089446400 134512640 134550932 4291007088 18446744073709551615 4745203 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.091269 s]
/proc/loadavg: 1.95 2.12 2.05 3/178 19696
/proc/meminfo: memFree=29714688/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1529856 CPUtime=0.11
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 5166 0 1 0 10 1 0 0 25 0 18 0 22172311 1566572544 4603 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 382464 4604 1345 10 0 379767 0
[pid=19696/tid=19697] ppid=19694 vsize=1529856 CPUtime=0.07
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 3503 0 1 0 7 0 0 0 18 0 18 0 22172312 1566572544 4604 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529856

[startup+0.100264 s]
/proc/loadavg: 1.95 2.12 2.05 3/178 19696
/proc/meminfo: memFree=29714688/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1529856 CPUtime=0.12
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 5244 0 1 0 11 1 0 0 25 0 18 0 22172311 1566572544 4681 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 382464 4681 1347 10 0 379767 0
[pid=19696/tid=19697] ppid=19694 vsize=1529856 CPUtime=0.08
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 3580 0 1 0 8 0 0 0 18 0 18 0 22172312 1566572544 4681 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529856

[startup+0.300218 s]
/proc/loadavg: 1.95 2.12 2.05 3/178 19696
/proc/meminfo: memFree=29714688/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1531892 CPUtime=0.53
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 8049 0 1 0 52 1 0 0 25 0 18 0 22172311 1568657408 7336 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 382973 7337 1402 10 0 380276 0
[pid=19696/tid=19697] ppid=19694 vsize=1531892 CPUtime=0.29
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 5628 0 1 0 28 1 0 0 18 0 18 0 22172312 1568657408 7337 4089446400 134512640 134550932 4291007088 18446744073709551615 4109192045 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531892

[startup+0.702177 s]
/proc/loadavg: 1.95 2.12 2.05 3/178 19696
/proc/meminfo: memFree=29714688/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547040 CPUtime=1.63
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 23002 0 1 0 160 3 0 0 25 0 18 0 22172311 1584168960 20870 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386760 20871 1420 10 0 384063 0
[pid=19696/tid=19697] ppid=19694 vsize=1547040 CPUtime=0.68
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 15652 0 1 0 66 2 0 0 18 0 18 0 22172312 1584168960 20872 4089446400 134512640 134550932 4291007088 18446744073709551615 4109440968 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 1547040

[startup+1.50105 s]
/proc/loadavg: 1.95 2.12 2.05 5/197 19715
/proc/meminfo: memFree=29622056/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547308 CPUtime=3.16
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 29667 0 1 0 312 4 0 0 25 0 19 0 22172311 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386827 24409 1430 10 0 384130 0
[pid=19696/tid=19697] ppid=19694 vsize=1547308 CPUtime=1.49
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 18884 0 1 0 146 3 0 0 20 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4109760435 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19696/tid=19699] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19699/stat : 19699 (java) S 19694 19696 18327 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19700] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19700/stat : 19700 (java) S 19694 19696 18327 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19701] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19701/stat : 19701 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19702] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19702/stat : 19702 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19703] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19703/stat : 19703 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 19 0 22172313 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 19 0 22172313 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.81
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2787 0 0 0 81 0 0 0 15 0 19 0 22172315 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=0.85
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6921 0 0 0 85 0 0 0 16 0 19 0 22172315 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 24409 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1547308

[startup+3.10074 s]
/proc/loadavg: 1.95 2.12 2.05 3/197 19715
/proc/meminfo: memFree=29621312/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547308 CPUtime=4.83
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 29807 0 1 0 479 4 0 0 25 0 19 0 22172311 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386827 24547 1432 10 0 384130 0
[pid=19696/tid=19697] ppid=19694 vsize=1547308 CPUtime=3.09
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 19015 0 1 0 306 3 0 0 25 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4109530050 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19696/tid=19699] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19699/stat : 19699 (java) S 19694 19696 18327 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19700] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19700/stat : 19700 (java) S 19694 19696 18327 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19701] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19701/stat : 19701 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19702] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19702/stat : 19702 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19703] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19703/stat : 19703 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 22172313 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 19 0 22172313 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 19 0 22172313 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.87
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2794 0 0 0 87 0 0 0 15 0 19 0 22172315 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=0.85
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6923 0 0 0 85 0 0 0 15 0 19 0 22172315 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 24547 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 1547308

[startup+6.30117 s]
/proc/loadavg: 1.95 2.12 2.05 3/197 19715
/proc/meminfo: memFree=29620800/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547308 CPUtime=8.04
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 30033 0 1 0 800 4 0 0 25 0 19 0 22172311 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386827 24772 1432 10 0 384130 0
[pid=19696/tid=19697] ppid=19694 vsize=1547308 CPUtime=6.29
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 19240 0 1 0 626 3 0 0 25 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4109690490 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19696/tid=19699] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19699/stat : 19699 (java) S 19694 19696 18327 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19700] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19700/stat : 19700 (java) S 19694 19696 18327 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19701] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19701/stat : 19701 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19702] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19702/stat : 19702 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19703] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19703/stat : 19703 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 22172312 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22172313 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 19 0 22172313 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 19 0 22172313 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.87
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2794 0 0 0 87 0 0 0 15 0 19 0 22172315 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=0.87
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6924 0 0 0 87 0 0 0 15 0 19 0 22172315 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 24772 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1547308


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

[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 184 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0.02
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 360 0 0 0 2 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 409 0 0 0 3 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0.61
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 3459 0 0 0 61 0 0 0 15 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.96
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2810 0 0 0 96 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=1.01
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6957 0 0 0 101 0 0 0 16 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 1547308

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/197 19802
/proc/meminfo: memFree=29764628/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547308 CPUtime=1784.45
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 36681 0 1 0 178438 7 0 0 25 0 19 0 22172311 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386827 31244 1446 10 0 384130 0
[pid=19696/tid=19697] ppid=19694 vsize=1547308 CPUtime=1781.64
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 19896 0 1 0 178160 4 0 0 25 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4109803220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19696/tid=19699] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19699/stat : 19699 (java) S 19694 19696 18327 0 -1 4202560 240 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 5 0 0 0
[pid=19696/tid=19700] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19700/stat : 19700 (java) S 19694 19696 18327 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19701] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19701/stat : 19701 (java) S 19694 19696 18327 0 -1 4202560 514 0 0 0 1 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19702] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19702/stat : 19702 (java) S 19694 19696 18327 0 -1 4202560 321 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19703] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19703/stat : 19703 (java) S 19694 19696 18327 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 184 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0.02
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 360 0 0 0 2 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 409 0 0 0 3 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0.61
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 3459 0 0 0 61 0 0 0 15 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.96
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2810 0 0 0 96 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=1.01
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6957 0 0 0 101 0 0 0 16 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1784.45
Current children cumulated vsize (KiB) 1547308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 19803
/proc/meminfo: memFree=29764736/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547308 CPUtime=1800.05
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 36681 0 1 0 179998 7 0 0 25 0 19 0 22172311 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386827 31244 1446 10 0 384130 0
[pid=19696/tid=19697] ppid=19694 vsize=1547308 CPUtime=1797.25
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 19896 0 1 0 179721 4 0 0 25 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4109690988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19696/tid=19699] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19699/stat : 19699 (java) S 19694 19696 18327 0 -1 4202560 240 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 5 0 0 0
[pid=19696/tid=19700] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19700/stat : 19700 (java) S 19694 19696 18327 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19701] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19701/stat : 19701 (java) S 19694 19696 18327 0 -1 4202560 514 0 0 0 1 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19702] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19702/stat : 19702 (java) S 19694 19696 18327 0 -1 4202560 321 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19703] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19703/stat : 19703 (java) S 19694 19696 18327 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 184 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0.02
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 360 0 0 0 2 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 409 0 0 0 3 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0.61
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 3459 0 0 0 61 0 0 0 15 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.96
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2810 0 0 0 96 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=1.01
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6957 0 0 0 101 0 0 0 16 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1547308

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

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

[startup+1797.9 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 19803
/proc/meminfo: memFree=29764736/32951124 swapFree=67111528/67111528
[pid=19696] ppid=19694 vsize=1547308 CPUtime=1800.05
/proc/19696/stat : 19696 (java) S 19694 19696 18327 0 -1 4202496 36681 0 1 0 179998 7 0 0 25 0 19 0 22172311 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19696/statm: 386827 31244 1446 10 0 384130 0
[pid=19696/tid=19697] ppid=19694 vsize=1547308 CPUtime=1797.25
/proc/19696/task/19697/stat : 19697 (java) R 19694 19696 18327 0 -1 4202560 19896 0 1 0 179721 4 0 0 25 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4109690988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19696/tid=19699] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19699/stat : 19699 (java) S 19694 19696 18327 0 -1 4202560 240 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 5 0 0 0
[pid=19696/tid=19700] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19700/stat : 19700 (java) S 19694 19696 18327 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 1 0 0 0
[pid=19696/tid=19701] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19701/stat : 19701 (java) S 19694 19696 18327 0 -1 4202560 514 0 0 0 1 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19702] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19702/stat : 19702 (java) S 19694 19696 18327 0 -1 4202560 321 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19703] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19703/stat : 19703 (java) S 19694 19696 18327 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19704] ppid=19694 vsize=1547308 CPUtime=0.01
/proc/19696/task/19704/stat : 19704 (java) S 19694 19696 18327 0 -1 4202560 184 0 0 0 1 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19705] ppid=19694 vsize=1547308 CPUtime=0.02
/proc/19696/task/19705/stat : 19705 (java) S 19694 19696 18327 0 -1 4202560 360 0 0 0 2 0 0 0 15 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19706] ppid=19694 vsize=1547308 CPUtime=0.03
/proc/19696/task/19706/stat : 19706 (java) S 19694 19696 18327 0 -1 4202560 409 0 0 0 3 0 0 0 16 0 19 0 22172312 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
[pid=19696/tid=19707] ppid=19694 vsize=1547308 CPUtime=0.61
/proc/19696/task/19707/stat : 19707 (java) S 19694 19696 18327 0 -1 4202560 3459 0 0 0 61 0 0 0 15 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 0 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19708] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19708/stat : 19708 (java) S 19694 19696 18327 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19709] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19709/stat : 19709 (java) S 19694 19696 18327 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 22172313 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19710] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19710/stat : 19710 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19711] ppid=19694 vsize=1547308 CPUtime=0.96
/proc/19696/task/19711/stat : 19711 (java) S 19694 19696 18327 0 -1 4202560 2810 0 0 0 96 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 6 0 0 0
[pid=19696/tid=19712] ppid=19694 vsize=1547308 CPUtime=1.01
/proc/19696/task/19712/stat : 19712 (java) S 19694 19696 18327 0 -1 4202560 6957 0 0 0 101 0 0 0 16 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 7 0 0 0
[pid=19696/tid=19713] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19713/stat : 19713 (java) S 19694 19696 18327 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 4 0 0 0
[pid=19696/tid=19714] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19714/stat : 19714 (java) S 19694 19696 18327 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22172315 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 0 0 0 0
[pid=19696/tid=19715] ppid=19694 vsize=1547308 CPUtime=0
/proc/19696/task/19715/stat : 19715 (java) S 19694 19696 18327 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22172387 1584443392 31244 4089446400 134512640 134550932 4291007088 18446744073709551615 4294960144 0 4 0 16800975 18446604453952396096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1547308

Child status: 143
Real time (s): 1797.98
CPU time (s): 1800.18
CPU user time (s): 1800.1
CPU system time (s): 0.085986
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 1549992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.1
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36703
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= 37282
involuntary context switches= 47901

runsolver used 3.40848 second user time and 6.12807 second system time

The end

Launcher Data

Begin job on node104 at 2010-07-07 23:52:54
IDJOB=2701388
IDBENCH=79571
IDSOLVER=1211
FILE ID=node104/2701388-1278539574
PBS_JOBID= 11239269
Free space on /tmp= 73604 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-30reduc_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701388-1278539574/watcher-2701388-1278539574 -o /tmp/evaluation-result-2701388-1278539574/solver-2701388-1278539574 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701388-1278539574.wbo

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

MD5SUM BENCH= 83352c08e9e644ee4de360a67fac8960
RANDOM SEED=977730363

node104.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29715092 kB
Buffers:        135260 kB
Cached:        2469988 kB
SwapCached:          0 kB
Active:        1383496 kB
Inactive:      1705184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29715092 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1168 kB
Writeback:           0 kB
AnonPages:      483636 kB
Mapped:          15560 kB
Slab:            81268 kB
PageTables:       5632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   632380 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node104 at 2010-07-08 00:22:54