Trace number 4108887

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 2.3.6 Resolution PB16? (TO) 1800 1777.75

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-182.opb
MD5SUM378c188d79de101f4114d358aff291a2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables599527
Total number of constraints14097016
Number of constraints which are clauses12663693
Number of constraints which are cardinality constraints (but not clauses)44152
Number of constraints which are nor clauses,nor cardinality constraints1389171
Minimum length of a constraint2
Maximum length of a constraint3822
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3823
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4108887-1466293088.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  no objective function found
139.36/118.26	c ... done. Wall clock time 118.137s.
139.36/118.26	c declared #vars     599527
139.36/118.26	c #constraints  14119118
139.36/118.26	c constraints type 
139.36/118.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9746369
139.36/118.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 44153
139.36/118.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2939425
139.36/118.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1389171
139.36/118.26	c 14119118 constraints processed.
155.56/133.93	c cleaning 2494 clauses out of 5001 with flag 25519/5001
208.33/186.52	c cleaning 4244 clauses out of 8506 with flag 66231/11000
222.83/201.00	c cleaning 5625 clauses out of 11264 with flag 110553/18002
284.18/262.38	c cleaning 6804 clauses out of 13637 with flag 194162/26000
373.22/351.30	c cleaning 7863 clauses out of 15835 with flag 3038658/35002
445.66/423.61	c cleaning 8967 clauses out of 17971 with flag 6247682/45001
492.17/470.13	c cleaning 9973 clauses out of 20007 with flag 6336279/56004
531.97/509.96	c cleaning 10990 clauses out of 22030 with flag 6431382/68000
568.89/546.89	c cleaning 11987 clauses out of 24040 with flag 6523548/81000
607.40/585.34	c cleaning 12991 clauses out of 26053 with flag 6629560/95000
650.00/627.92	c cleaning 14003 clauses out of 28062 with flag 6747799/110000
695.81/673.75	c cleaning 15000 clauses out of 30059 with flag 6868984/126000
745.72/723.66	c cleaning 15997 clauses out of 32059 with flag 6999081/143000
800.14/778.01	c cleaning 17008 clauses out of 34064 with flag 7148216/161002
848.95/826.81	c cleaning 17993 clauses out of 36054 with flag 7292543/180000
898.76/876.64	c cleaning 19005 clauses out of 38063 with flag 7445880/200002
957.27/935.15	c cleaning 19999 clauses out of 40060 with flag 7605348/221004
1018.46/996.37	c cleaning 21000 clauses out of 42057 with flag 7789367/243000
1084.87/1062.71	c cleaning 21998 clauses out of 44059 with flag 7978541/266002
1149.79/1127.70	c cleaning 22992 clauses out of 46059 with flag 8177493/290000
1227.62/1205.47	c cleaning 24016 clauses out of 48070 with flag 8361306/315003
1291.42/1269.29	c cleaning 25002 clauses out of 50051 with flag 8549973/341000
1371.94/1349.73	c cleaning 25999 clauses out of 52049 with flag 8763026/368000
1460.86/1438.69	c cleaning 26996 clauses out of 54050 with flag 8980617/396000
1555.07/1532.82	c cleaning 27999 clauses out of 56054 with flag 9224684/425000
1659.60/1637.34	c cleaning 28995 clauses out of 58056 with flag 9463450/455001
1763.70/1741.43	c cleaning 29994 clauses out of 60061 with flag 9712994/486001
1800.00/1777.70	c starts		: 35
1800.00/1777.70	c conflicts		: 498772
1800.00/1777.70	c decisions		: 21701149
1800.00/1777.70	c propagations		: 3366892852
1800.00/1777.70	c inspects		: 14256259534
1800.00/1777.70	c shortcuts		: 0
1800.00/1777.70	c learnt literals	: 0
1800.00/1777.70	c learnt binary clauses	: 44
1800.00/1777.70	c learnt ternary clauses	: 25
1800.00/1777.70	c learnt constraints	: 498772
1800.00/1777.70	c ignored constraints	: 0
1800.00/1777.70	c root simplifications	: 0
1800.00/1777.70	c removed literals (reason simplification)	: 0
1800.00/1777.70	c reason swapping (by a shorter reason)	: 0
1800.00/1777.70	c Calls to reduceDB	: 27
1800.00/1777.70	c Number of update (reduction) of LBD	: 290158
1800.00/1777.70	c Imported unit clauses	: 0
1800.00/1777.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1777.70	c number of learned constraints concerned by reduction	: 0
1800.00/1777.70	c number of learning phase by resolution	: 0
1800.00/1777.70	c number of learning phase by cutting planes	: 0
1800.00/1777.70	c speed (assignments/second)	: 2029012.8313293671
1800.00/1777.70	c non guided choices	12271852
1800.00/1777.72	c timeout
1800.00/1777.72	c learnt constraints type 
1800.00/1777.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.00/1777.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42794
1800.00/1777.72	s UNKNOWN
1800.00/1777.72	c Total wall clock time (in seconds): 1777.599

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4108887-1466293088/watcher-4108887-1466293088 -o /tmp/evaluation-result-4108887-1466293088/solver-4108887-1466293088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466289489-7477 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108887-1466293088.opb 

pid=8154
running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.63 2.36 2.30 3/194 8157
/proc/meminfo: memFree=28420516/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/8157/stat : 8157 (java) D 8154 8157 7460 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 31358769 2560000 47 33554432000 1073741824 1073778376 140734848548176 140734848545304 217401355559 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8157/statm: 625 47 37 9 0 29 0

[startup+0.100162 s]
/proc/loadavg: 2.63 2.36 2.30 3/194 8157
/proc/meminfo: memFree=28420516/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 4213 0 1 0 6 1 0 0 20 0 18 0 31358769 9787879424 5337 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 5341 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200343 s]
/proc/loadavg: 2.63 2.36 2.30 3/194 8157
/proc/meminfo: memFree=28420516/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 4722 0 1 0 19 2 0 0 20 0 18 0 31358769 9787879424 17556 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 17556 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.63 2.36 2.30 3/194 8157
/proc/meminfo: memFree=28420516/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 5416 0 1 0 40 2 0 0 20 0 18 0 31358769 9787879424 23835 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 23836 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 2.63 2.36 2.30 3/194 8157
/proc/meminfo: memFree=28420516/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 7701 0 1 0 115 8 0 0 20 0 18 0 31358769 9787879424 79350 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 79350 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50113 s]
/proc/loadavg: 2.66 2.37 2.30 3/212 8175
/proc/meminfo: memFree=27847892/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=2.24 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 9724 0 1 0 210 14 0 0 20 0 18 0 31358769 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 152036 2263 9 0 2380296 0
[pid=8157/tid=8159] ppid=8154 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/8157/task/8159/stat : 8159 (java) R 8154 8157 7460 0 -1 4202560 2627 0 1 0 128 7 0 0 20 0 18 0 31358770 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288433549528 140288278856744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8160] ppid=8154 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8157/task/8160/stat : 8160 (java) S 8154 8157 7460 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288406002088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8161] ppid=8154 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8157/task/8161/stat : 8161 (java) S 8154 8157 7460 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288404949544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8162] ppid=8154 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8157/task/8162/stat : 8162 (java) S 8154 8157 7460 0 -1 4202560 84 0 0 0 2 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288403896488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8163] ppid=8154 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8157/task/8163/stat : 8163 (java) S 8154 8157 7460 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288402843944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8164] ppid=8154 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8157/task/8164/stat : 8164 (java) S 8154 8157 7460 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288401791912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8165] ppid=8154 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8157/task/8165/stat : 8165 (java) S 8154 8157 7460 0 -1 4202560 82 0 0 0 2 1 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288400739368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8166] ppid=8154 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8157/task/8166/stat : 8166 (java) S 8154 8157 7460 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288399686312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8167] ppid=8154 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8157/task/8167/stat : 8167 (java) S 8154 8157 7460 0 -1 4202560 85 0 0 0 4 0 0 0 20 0 18 0 31358772 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140288398633768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8168] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8168/stat : 8168 (java) S 8154 8157 7460 0 -1 4202560 449 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287787641192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8169] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8169/stat : 8169 (java) S 8154 8157 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287786587512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8170] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8170/stat : 8170 (java) S 8154 8157 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287785534344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8171] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8171/stat : 8171 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287784483088 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8172] ppid=8154 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8157/task/8172/stat : 8172 (java) S 8154 8157 7460 0 -1 4202560 2648 0 0 0 28 0 0 0 20 0 18 0 31358776 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287783430968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8173] ppid=8154 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8157/task/8173/stat : 8173 (java) S 8154 8157 7460 0 -1 4202560 2321 0 0 0 24 0 0 0 20 0 18 0 31358776 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287782378424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8174] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8174/stat : 8174 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287781325560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8175] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8175/stat : 8175 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 152036 33554432000 1073741824 1073778376 140737110773552 140287780273224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 2.66 2.37 2.30 3/212 8175
/proc/meminfo: memFree=27319948/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=4.04 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 11122 0 1 0 370 34 0 0 20 0 18 0 31358769 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 399667 2263 9 0 2380296 0
[pid=8157/tid=8159] ppid=8154 vsize=9558476 CPUtime=2.88 cores=1,3,5,7
/proc/8157/task/8159/stat : 8159 (java) R 8154 8157 7460 0 -1 4202560 3329 0 1 0 267 21 0 0 20 0 18 0 31358770 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288433541072 140288441314394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8160] ppid=8154 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/8157/task/8160/stat : 8160 (java) S 8154 8157 7460 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288406002088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8161] ppid=8154 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8157/task/8161/stat : 8161 (java) S 8154 8157 7460 0 -1 4202560 55 0 0 0 4 0 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288404949544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8162] ppid=8154 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8157/task/8162/stat : 8162 (java) S 8154 8157 7460 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288403896488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8163] ppid=8154 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8157/task/8163/stat : 8163 (java) S 8154 8157 7460 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288402843944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8164] ppid=8154 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/8157/task/8164/stat : 8164 (java) S 8154 8157 7460 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288401791912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8165] ppid=8154 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8157/task/8165/stat : 8165 (java) S 8154 8157 7460 0 -1 4202560 117 0 0 0 6 2 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288400739368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8166] ppid=8154 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/8157/task/8166/stat : 8166 (java) S 8154 8157 7460 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288399686312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8167] ppid=8154 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8157/task/8167/stat : 8167 (java) S 8154 8157 7460 0 -1 4202560 94 0 0 0 5 2 0 0 20 0 18 0 31358772 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140288398633768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8168] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8168/stat : 8168 (java) S 8154 8157 7460 0 -1 4202560 948 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287787641192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8169] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8169/stat : 8169 (java) S 8154 8157 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287786587512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8170] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8170/stat : 8170 (java) S 8154 8157 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287785534344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8171] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8171/stat : 8171 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287784483088 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8172] ppid=8154 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/8157/task/8172/stat : 8172 (java) S 8154 8157 7460 0 -1 4202560 2709 0 0 0 31 0 0 0 20 0 18 0 31358776 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287783430968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8173] ppid=8154 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8157/task/8173/stat : 8173 (java) S 8154 8157 7460 0 -1 4202560 2321 0 0 0 24 0 0 0 20 0 18 0 31358776 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287782378424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8174] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8174/stat : 8174 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287781325560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8175] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8175/stat : 8175 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 399667 33554432000 1073741824 1073778376 140737110773552 140287780273224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 2.61 2.37 2.30 3/211 8175
/proc/meminfo: memFree=25614880/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=7.66 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 12383 0 1 0 703 63 0 0 20 0 18 0 31358769 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 704874 2263 9 0 2380296 0
[pid=8157/tid=8159] ppid=8154 vsize=9558476 CPUtime=5.93 cores=1,3,5,7
/proc/8157/task/8159/stat : 8159 (java) R 8154 8157 7460 0 -1 4202560 3878 0 1 0 553 40 0 0 20 0 18 0 31358770 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288433541200 140288278811051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8160] ppid=8154 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8157/task/8160/stat : 8160 (java) S 8154 8157 7460 0 -1 4202560 57 0 0 0 7 3 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288406002088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8161] ppid=8154 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8157/task/8161/stat : 8161 (java) S 8154 8157 7460 0 -1 4202560 148 0 0 0 10 2 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288404949544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8162] ppid=8154 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8157/task/8162/stat : 8162 (java) S 8154 8157 7460 0 -1 4202560 177 0 0 0 9 3 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288403896488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8163] ppid=8154 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8157/task/8163/stat : 8163 (java) S 8154 8157 7460 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288402843944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8164] ppid=8154 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8157/task/8164/stat : 8164 (java) S 8154 8157 7460 0 -1 4202560 139 0 0 0 9 3 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288401791912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8165] ppid=8154 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/8157/task/8165/stat : 8165 (java) S 8154 8157 7460 0 -1 4202560 156 0 0 0 10 3 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288400739368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8166] ppid=8154 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8157/task/8166/stat : 8166 (java) S 8154 8157 7460 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288399686312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8167] ppid=8154 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/8157/task/8167/stat : 8167 (java) S 8154 8157 7460 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 18 0 31358772 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140288398633768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8168] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8168/stat : 8168 (java) S 8154 8157 7460 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287787641192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8169] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8169/stat : 8169 (java) S 8154 8157 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287786587512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8170] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8170/stat : 8170 (java) S 8154 8157 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31358773 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287785534344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8171] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8171/stat : 8171 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287784483088 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8172] ppid=8154 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/8157/task/8172/stat : 8172 (java) S 8154 8157 7460 0 -1 4202560 2709 0 0 0 34 0 0 0 20 0 18 0 31358776 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287783430968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8173] ppid=8154 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8157/task/8173/stat : 8173 (java) S 8154 8157 7460 0 -1 4202560 2321 0 0 0 24 0 0 0 20 0 18 0 31358776 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287782378424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8174] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8174/stat : 8174 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287781325560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8175] ppid=8154 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8175/stat : 8175 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31358776 9787879424 704874 33554432000 1073741824 1073778376 140737110773552 140287780273224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.04 2.46 2.33 3/212 8176
/proc/meminfo: memFree=25515124/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9558476 CPUtime=14.88 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 13456 0 1 0 1415 73 0 0 20 0 18 0 31358769 9787879424 729805 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2389619 729805 2263 9 0 2380296 0

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

[pid=8157/tid=8182] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8182/stat : 8182 (java) S 8154 8157 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31370602 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287779218472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1684.61
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.40 2.30 2.28 4/213 8308
/proc/meminfo: memFree=24620248/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9625040 CPUtime=1744.61 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 25272 0 1 0 174244 217 0 0 20 0 19 0 31358769 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2406260 1051758 2292 9 0 2396937 0
[pid=8157/tid=8159] ppid=8154 vsize=9625040 CPUtime=1701.63 cores=1,3,5,7
/proc/8157/task/8159/stat : 8159 (java) R 8154 8157 7460 0 -1 4202560 3983 0 1 0 170070 93 0 0 20 0 19 0 31358770 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288433540816 140288279342542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8160] ppid=8154 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/8157/task/8160/stat : 8160 (java) S 8154 8157 7460 0 -1 4202560 513 0 0 0 320 13 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288406002088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8161] ppid=8154 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/8157/task/8161/stat : 8161 (java) S 8154 8157 7460 0 -1 4202560 631 0 0 0 356 16 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288404949544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8162] ppid=8154 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/8157/task/8162/stat : 8162 (java) S 8154 8157 7460 0 -1 4202560 671 0 0 0 324 13 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288403896488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8163] ppid=8154 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/8157/task/8163/stat : 8163 (java) S 8154 8157 7460 0 -1 4202560 555 0 0 0 319 15 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288402843944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8164] ppid=8154 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/8157/task/8164/stat : 8164 (java) S 8154 8157 7460 0 -1 4202560 673 0 0 0 314 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288401791912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8165] ppid=8154 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/8157/task/8165/stat : 8165 (java) S 8154 8157 7460 0 -1 4202560 682 0 0 0 339 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288400739368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8166] ppid=8154 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/8157/task/8166/stat : 8166 (java) S 8154 8157 7460 0 -1 4202560 539 0 0 0 329 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288399686312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8167] ppid=8154 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/8157/task/8167/stat : 8167 (java) S 8154 8157 7460 0 -1 4202560 687 0 0 0 345 11 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288398633768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8168] ppid=8154 vsize=9625040 CPUtime=8.95 cores=1,3,5,7
/proc/8157/task/8168/stat : 8168 (java) S 8154 8157 7460 0 -1 4202560 3059 0 0 0 892 3 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287787641192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8169] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8169/stat : 8169 (java) S 8154 8157 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287786587512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8170] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8170/stat : 8170 (java) S 8154 8157 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287785534344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8171] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8171/stat : 8171 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287784483088 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8172] ppid=8154 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8157/task/8172/stat : 8172 (java) S 8154 8157 7460 0 -1 4202560 8753 0 0 0 94 2 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287783430968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8173] ppid=8154 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8157/task/8173/stat : 8173 (java) S 8154 8157 7460 0 -1 4202560 3167 0 0 0 55 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287782378424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8174] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8174/stat : 8174 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287781325560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8175] ppid=8154 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8157/task/8175/stat : 8175 (java) S 8154 8157 7460 0 -1 4202560 99 0 0 0 34 48 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287780273224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8182] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8182/stat : 8182 (java) S 8154 8157 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31370602 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287779218472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1744.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.7 s]
/proc/loadavg: 2.25 2.28 2.27 3/213 8309
/proc/meminfo: memFree=24619628/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 25276 0 1 0 179783 217 0 0 20 0 19 0 31358769 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2406260 1051758 2292 9 0 2396937 0
[pid=8157/tid=8159] ppid=8154 vsize=9625040 CPUtime=1756.89 cores=1,3,5,7
/proc/8157/task/8159/stat : 8159 (java) R 8154 8157 7460 0 -1 4202560 3983 0 1 0 175595 94 0 0 20 0 19 0 31358770 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288433540816 140288279223942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8160] ppid=8154 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/8157/task/8160/stat : 8160 (java) S 8154 8157 7460 0 -1 4202560 513 0 0 0 320 13 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288406002088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8161] ppid=8154 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/8157/task/8161/stat : 8161 (java) S 8154 8157 7460 0 -1 4202560 631 0 0 0 356 16 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288404949544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8162] ppid=8154 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/8157/task/8162/stat : 8162 (java) S 8154 8157 7460 0 -1 4202560 671 0 0 0 324 13 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288403896488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8163] ppid=8154 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/8157/task/8163/stat : 8163 (java) S 8154 8157 7460 0 -1 4202560 555 0 0 0 319 15 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288402843944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8164] ppid=8154 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/8157/task/8164/stat : 8164 (java) S 8154 8157 7460 0 -1 4202560 673 0 0 0 314 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288401791912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8165] ppid=8154 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/8157/task/8165/stat : 8165 (java) S 8154 8157 7460 0 -1 4202560 682 0 0 0 339 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288400739368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8166] ppid=8154 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/8157/task/8166/stat : 8166 (java) S 8154 8157 7460 0 -1 4202560 539 0 0 0 329 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288399686312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8167] ppid=8154 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/8157/task/8167/stat : 8167 (java) S 8154 8157 7460 0 -1 4202560 687 0 0 0 345 11 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288398633768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8168] ppid=8154 vsize=9625040 CPUtime=8.95 cores=1,3,5,7
/proc/8157/task/8168/stat : 8168 (java) S 8154 8157 7460 0 -1 4202560 3059 0 0 0 892 3 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287787641192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8169] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8169/stat : 8169 (java) S 8154 8157 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287786587512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8170] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8170/stat : 8170 (java) S 8154 8157 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287785534344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8171] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8171/stat : 8171 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287784483088 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8172] ppid=8154 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8157/task/8172/stat : 8172 (java) S 8154 8157 7460 0 -1 4202560 8753 0 0 0 94 2 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287783430968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8173] ppid=8154 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8157/task/8173/stat : 8173 (java) S 8154 8157 7460 0 -1 4202560 3167 0 0 0 55 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287782378424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8174] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8174/stat : 8174 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287781325560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8175] ppid=8154 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/8157/task/8175/stat : 8175 (java) S 8154 8157 7460 0 -1 4202560 103 0 0 0 34 50 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287780273224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8182] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8182/stat : 8182 (java) S 8154 8157 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31370602 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287779218472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8157 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1777.7 s]
/proc/loadavg: 2.25 2.28 2.27 3/213 8309
/proc/meminfo: memFree=24619628/32872528 swapFree=1534436/1655032
[pid=8157] ppid=8154 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/8157/stat : 8157 (java) S 8154 8157 7460 0 -1 4202496 25276 0 1 0 179783 217 0 0 20 0 19 0 31358769 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140737110764688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8157/statm: 2406260 1051758 2292 9 0 2396937 0
[pid=8157/tid=8159] ppid=8154 vsize=9625040 CPUtime=1756.89 cores=1,3,5,7
/proc/8157/task/8159/stat : 8159 (java) R 8154 8157 7460 0 -1 4202560 3983 0 1 0 175595 94 0 0 20 0 19 0 31358770 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288433540816 140288279223942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8160] ppid=8154 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/8157/task/8160/stat : 8160 (java) S 8154 8157 7460 0 -1 4202560 513 0 0 0 320 13 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288406002088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8161] ppid=8154 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/8157/task/8161/stat : 8161 (java) S 8154 8157 7460 0 -1 4202560 631 0 0 0 356 16 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288404949544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8162] ppid=8154 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/8157/task/8162/stat : 8162 (java) S 8154 8157 7460 0 -1 4202560 671 0 0 0 324 13 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288403896488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8163] ppid=8154 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/8157/task/8163/stat : 8163 (java) S 8154 8157 7460 0 -1 4202560 555 0 0 0 319 15 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288402843944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8164] ppid=8154 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/8157/task/8164/stat : 8164 (java) S 8154 8157 7460 0 -1 4202560 673 0 0 0 314 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288401791912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8165] ppid=8154 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/8157/task/8165/stat : 8165 (java) S 8154 8157 7460 0 -1 4202560 682 0 0 0 339 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288400739368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8166] ppid=8154 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/8157/task/8166/stat : 8166 (java) S 8154 8157 7460 0 -1 4202560 539 0 0 0 329 14 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288399686312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8167] ppid=8154 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/8157/task/8167/stat : 8167 (java) S 8154 8157 7460 0 -1 4202560 687 0 0 0 345 11 0 0 20 0 19 0 31358772 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140288398633768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8168] ppid=8154 vsize=9625040 CPUtime=8.95 cores=1,3,5,7
/proc/8157/task/8168/stat : 8168 (java) S 8154 8157 7460 0 -1 4202560 3059 0 0 0 892 3 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287787641192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8169] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8169/stat : 8169 (java) S 8154 8157 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287786587512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8170] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8170/stat : 8170 (java) S 8154 8157 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31358773 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287785534344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8171] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8171/stat : 8171 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287784483088 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8157/tid=8172] ppid=8154 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8157/task/8172/stat : 8172 (java) S 8154 8157 7460 0 -1 4202560 8753 0 0 0 94 2 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287783430968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8173] ppid=8154 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8157/task/8173/stat : 8173 (java) S 8154 8157 7460 0 -1 4202560 3167 0 0 0 55 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287782378424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8157/tid=8174] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8174/stat : 8174 (java) S 8154 8157 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287781325560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8157/tid=8175] ppid=8154 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/8157/task/8175/stat : 8175 (java) S 8154 8157 7460 0 -1 4202560 103 0 0 0 34 50 0 0 20 0 19 0 31358776 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287780273224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8157/tid=8182] ppid=8154 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8157/task/8182/stat : 8182 (java) S 8154 8157 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31370602 9856040960 1051758 33554432000 1073741824 1073778376 140737110773552 140287779218472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8157 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=327372
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=752581
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1777.75
CPU time (s): 1800
CPU user time (s): 1797.83
CPU system time (s): 2.17
CPU usage (%): 101.251
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 2.75258
maximum resident set size= 4213168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25325
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41294
involuntary context switches= 61244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8141 second user time and 16.2575 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 01:38:23
IDJOB=4108887
IDBENCH=89647
IDSOLVER=2546
FILE ID=node122/4108887-1466293088
RUNJOBID= node122-1466289489-7477
PBS_JOBID= 19918275
Free space on /tmp= 71072 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-182.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108887-1466293088/watcher-4108887-1466293088 -o /tmp/evaluation-result-4108887-1466293088/solver-4108887-1466293088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466289489-7477 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108887-1466293088.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 378c188d79de101f4114d358aff291a2
RANDOM SEED=654979526

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28421424 kB
Buffers:          165952 kB
Cached:          1031448 kB
SwapCached:            0 kB
Active:          1618896 kB
Inactive:         394256 kB
Active(anon):     808688 kB
Inactive(anon):     9916 kB
Active(file):     810208 kB
Inactive(file):   384340 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            681328 kB
Writeback:           136 kB
AnonPages:       2475200 kB
Mapped:            21040 kB
Shmem:               204 kB
Slab:             644256 kB
SReclaimable:      83924 kB
SUnreclaim:       560332 kB
KernelStack:        1568 kB
PageTables:         9068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3442616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    901120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71076 MiB
End job on node122 at 2016-06-19 02:08:01