Trace number 3689939

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1795.26

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUMeaab10f01ee27b0b121ba65e8f168ce4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36017252
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36017252
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689939-1337894789.opb
0.09/0.11	c reading problem ... 
8.85/6.20	c ... done. Wall clock time 6.083s.
8.85/6.20	c declared #vars     399113
8.85/6.20	c #constraints  400980
8.85/6.20	c constraints type 
8.85/6.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.85/6.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.85/6.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.97/6.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.97/6.20	c 400980 constraints processed.
8.97/6.20	c objective function length is 306555 literals
70.39/67.20	c cleaning 2500 clauses out of 5000 with flag 5001/5001
138.70/134.56	c cleaning 4250 clauses out of 8499 with flag 11000/11000
238.62/234.45	c cleaning 5625 clauses out of 11249 with flag 18000/18000
360.12/355.84	c cleaning 6813 clauses out of 13626 with flag 26002/26002
510.51/506.02	c cleaning 7904 clauses out of 15812 with flag 35001/35001
686.25/681.76	c cleaning 8954 clauses out of 17907 with flag 45000/45000
865.80/861.27	c cleaning 9973 clauses out of 19953 with flag 56000/56000
1023.00/1018.43	c cleaning 10984 clauses out of 21980 with flag 68000/68000
1192.12/1187.60	c cleaning 11991 clauses out of 23997 with flag 81001/81001
1381.90/1377.36	c cleaning 12995 clauses out of 26005 with flag 95000/95000
1597.91/1593.25	c cleaning 14001 clauses out of 28010 with flag 110000/110000
1800.01/1795.22	c starts		: 101
1800.01/1795.22	c conflicts		: 123729
1800.01/1795.22	c decisions		: 962478
1800.01/1795.22	c propagations		: 4421427091
1800.01/1795.22	c inspects		: 488471114
1800.01/1795.22	c shortcuts		: 0
1800.01/1795.22	c learnt literals	: 1
1800.01/1795.22	c learnt binary clauses	: 969
1800.01/1795.22	c learnt ternary clauses	: 674
1800.01/1795.22	c learnt constraints	: 123728
1800.01/1795.22	c ignored constraints	: 0
1800.01/1795.22	c root simplifications	: 0
1800.01/1795.22	c removed literals (reason simplification)	: 0
1800.01/1795.22	c reason swapping (by a shorter reason)	: 0
1800.01/1795.22	c Calls to reduceDB	: 11
1800.01/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.22	c number of learned constraints concerned by reduction	: 0
1800.01/1795.22	c number of learning phase by resolution	: 0
1800.01/1795.22	c number of learning phase by cutting planes	: 0
1800.01/1795.22	c speed (assignments/second)	: 2471642.357543511
1800.01/1795.22	c non guided choices	0
1800.01/1795.23	c learnt constraints type 
1800.01/1795.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 969
1800.01/1795.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26770
1800.01/1795.23	c constraints type 
1800.01/1795.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.01/1795.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.01/1795.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.01/1795.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1795.23	c 400980 constraints processed.
1800.01/1795.23	s UNKNOWN
1800.01/1795.23	c Total wall clock time (in seconds): 1795.117

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689939-1337894789/watcher-3689939-1337894789 -o /tmp/evaluation-result-3689939-1337894789/solver-3689939-1337894789 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689939-1337894789.opb 

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: 1.92 1.98 1.99 3/194 23864
/proc/meminfo: memFree=27570788/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23864/stat : 23864 (java) D 23862 23864 18255 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255604440 9515008 182 33554432000 1073741824 1073778376 140734078941552 140734078932584 239873113781 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23864/statm: 2323 182 140 9 0 71 0

[startup+0.0425989 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 23864
/proc/meminfo: memFree=27570788/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 3038 0 1 0 2 0 0 0 20 0 13 0 255604440 9446973440 3225 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2306390 3225 1678 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100271 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 23864
/proc/meminfo: memFree=27570788/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 4324 0 1 0 8 1 0 0 20 0 18 0 255604440 9787813888 5014 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2389603 5016 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30025 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 23864
/proc/meminfo: memFree=27570788/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 5954 0 1 0 46 2 0 0 20 0 18 0 255604440 9787813888 14084 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2389603 14084 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700279 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 23864
/proc/meminfo: memFree=27570788/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9558412 CPUtime=0.99 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 6187 0 1 0 91 8 0 0 20 0 18 0 255604440 9787813888 44915 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2389603 44915 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558412

[startup+1.50082 s]
/proc/loadavg: 1.92 1.98 1.99 10/212 23882
/proc/meminfo: memFree=27359252/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9558412 CPUtime=2.44 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 10953 0 1 0 223 21 0 0 20 0 18 0 255604440 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2389603 95710 2247 9 0 2380296 0
[pid=23864/tid=23866] ppid=23862 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 18255 0 -1 4202560 2617 0 1 0 127 5 0 0 20 0 18 0 255604441 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093178125240 140093050280374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093022100520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 18255 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093021047720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 18255 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093019994920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 18255 0 -1 4202560 191 0 0 0 9 3 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093018942120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 18255 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093017889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 18255 0 -1 4202560 102 0 0 0 2 1 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093016836520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 18255 0 -1 4202560 105 0 0 0 2 2 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093015783720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 18255 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 255604443 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093014730920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 18255 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093002320872 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093001266936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140093000214024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140092999162512 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 3190 0 0 0 33 0 0 0 20 0 18 0 255604447 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3153 0 0 0 23 1 0 0 20 0 18 0 255604447 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 95710 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9558412

[startup+3.10078 s]
/proc/loadavg: 1.85 1.97 1.99 3/212 23882
/proc/meminfo: memFree=26759256/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9558412 CPUtime=4.62 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 13915 0 1 0 404 58 0 0 20 0 18 0 255604440 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2389603 397454 2247 9 0 2380296 0
[pid=23864/tid=23866] ppid=23862 vsize=9558412 CPUtime=2.71 cores=1,3,5,7
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 18255 0 -1 4202560 3792 0 1 0 245 26 0 0 20 0 18 0 255604441 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093178125240 140093185891418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 18255 0 -1 4202560 343 0 0 0 9 3 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093022100520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 18255 0 -1 4202560 594 0 0 0 9 3 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093021047720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 18255 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093019994920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 18255 0 -1 4202560 229 0 0 0 16 6 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093018942120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 18255 0 -1 4202560 67 0 0 0 11 4 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093017889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 18255 0 -1 4202560 122 0 0 0 8 3 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093016836520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 18255 0 -1 4202560 143 0 0 0 11 4 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093015783720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 18255 0 -1 4202560 74 0 0 0 11 4 0 0 20 0 18 0 255604443 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093014730920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 18255 0 -1 4202560 966 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 397454 33554432000 1073741824 1073778376 140736292331168 140093002320872 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140093001266936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140093000214024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140092999162512 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 3190 0 0 0 33 0 0 0 20 0 18 0 255604447 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3153 0 0 0 23 1 0 0 20 0 18 0 255604447 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 397966 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9558412

[startup+6.30076 s]
/proc/loadavg: 1.85 1.97 1.99 3/212 23882
/proc/meminfo: memFree=25342424/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9558412 CPUtime=9.14 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 16870 0 1 0 822 92 0 0 20 0 18 0 255604440 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2389603 591201 2259 9 0 2380296 0
[pid=23864/tid=23866] ppid=23862 vsize=9558412 CPUtime=5.48 cores=1,3,5,7
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 18255 0 -1 4202560 4091 0 1 0 511 37 0 0 20 0 18 0 255604441 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093178127048 140093050627755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 18255 0 -1 4202560 392 0 0 0 26 5 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093022100520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 18255 0 -1 4202560 641 0 0 0 26 4 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093021047720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 18255 0 -1 4202560 938 0 0 0 27 7 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093019994920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 18255 0 -1 4202560 748 0 0 0 30 9 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093018942120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 18255 0 -1 4202560 129 0 0 0 28 7 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093017889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 18255 0 -1 4202560 197 0 0 0 33 8 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093016836520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 18255 0 -1 4202560 512 0 0 0 29 7 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093015783720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 18255 0 -1 4202560 410 0 0 0 27 6 0 0 20 0 18 0 255604443 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093014730920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 18255 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093002320872 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093001266936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255604444 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140093000214024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140092999162512 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 3212 0 0 0 41 0 0 0 20 0 18 0 255604447 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3162 0 0 0 29 1 0 0 20 0 18 0 255604447 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255604447 9787813888 591201 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 1.87 1.97 1.99 3/213 23883
/proc/meminfo: memFree=25205184/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9624976 CPUtime=15.96 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 16970 0 1 0 1503 93 0 0 20 0 19 0 255604440 9855975424 591227 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2406244 591227 2266 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=11.86 cores=1,3,5,7

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

[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=1.2 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 10207 0 0 0 117 3 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3829 0 0 0 64 2 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 95 0 0 0 39 40 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255605076 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092993898152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.05
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.06 1.13 1.49 2/189 23934
/proc/meminfo: memFree=27208016/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1727.06 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 24921 0 1 0 172552 154 0 0 20 0 19 0 255604440 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2406244 645207 2281 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1709.42 cores=1,3,5,7
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 18255 0 -1 4202560 4107 0 1 0 170876 66 0 0 20 0 19 0 255604441 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093178126624 140093050717472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 18255 0 -1 4202560 409 0 0 0 35 6 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093022100520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 18255 0 -1 4202560 651 0 0 0 37 6 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093021047720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 18255 0 -1 4202560 969 0 0 0 41 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093019994920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 18255 0 -1 4202560 755 0 0 0 36 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093018942120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 18255 0 -1 4202560 155 0 0 0 37 8 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093017889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 18255 0 -1 4202560 233 0 0 0 43 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093016836520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 18255 0 -1 4202560 530 0 0 0 39 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093015783720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 18255 0 -1 4202560 421 0 0 0 33 8 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093014730920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=6.94 cores=1,3,5,7
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 18255 0 -1 4202560 1375 0 0 0 690 4 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093002320872 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093001266936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093000214024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092999162512 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=1.2 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 10207 0 0 0 117 3 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3829 0 0 0 64 2 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 99 0 0 0 41 42 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255605076 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092993898152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.06
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.02 1.10 1.45 2/189 23934
/proc/meminfo: memFree=27207892/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1787.09 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 24925 0 1 0 178554 155 0 0 20 0 19 0 255604440 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2406244 645207 2281 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1769.27 cores=1,3,5,7
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 18255 0 -1 4202560 4107 0 1 0 176860 67 0 0 20 0 19 0 255604441 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093178126624 140093050726921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 18255 0 -1 4202560 409 0 0 0 35 6 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093022100520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 18255 0 -1 4202560 651 0 0 0 37 6 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093021047720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 18255 0 -1 4202560 969 0 0 0 41 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093019994920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 18255 0 -1 4202560 755 0 0 0 36 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093018942120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 18255 0 -1 4202560 155 0 0 0 37 8 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093017889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 18255 0 -1 4202560 233 0 0 0 43 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093016836520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 18255 0 -1 4202560 530 0 0 0 39 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093015783720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 18255 0 -1 4202560 421 0 0 0 33 8 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093014730920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=6.94 cores=1,3,5,7
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 18255 0 -1 4202560 1375 0 0 0 690 4 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093002320872 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093001266936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093000214024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092999162512 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=1.2 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 10207 0 0 0 117 3 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3829 0 0 0 64 2 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 103 0 0 0 44 43 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255605076 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092993898152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.09
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 1.02 1.10 1.45 2/189 23935
/proc/meminfo: memFree=27207892/32873844 swapFree=7384/7384
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/23864/stat : 23864 (java) S 23862 23864 18255 0 -1 4202496 24925 0 1 0 179845 156 0 0 20 0 19 0 255604440 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140736292322304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23864/statm: 2406244 645207 2281 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1782.15 cores=1,3,5,7
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 18255 0 -1 4202560 4107 0 1 0 178147 68 0 0 20 0 19 0 255604441 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093178126624 140093050717707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 18255 0 -1 4202560 409 0 0 0 35 6 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093022100520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 18255 0 -1 4202560 651 0 0 0 37 6 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093021047720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 18255 0 -1 4202560 969 0 0 0 41 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093019994920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 18255 0 -1 4202560 755 0 0 0 36 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093018942120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 18255 0 -1 4202560 155 0 0 0 37 8 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093017889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 18255 0 -1 4202560 233 0 0 0 43 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093016836520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 18255 0 -1 4202560 530 0 0 0 39 9 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093015783720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 18255 0 -1 4202560 421 0 0 0 33 8 0 0 20 0 19 0 255604443 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093014730920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=6.94 cores=1,3,5,7
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 18255 0 -1 4202560 1375 0 0 0 690 4 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093002320872 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093001266936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604444 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140093000214024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092999162512 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=1.2 cores=1,3,5,7
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 18255 0 -1 4202560 10207 0 0 0 117 3 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092998109624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 18255 0 -1 4202560 3829 0 0 0 64 2 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092997056824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092996004216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 18255 0 -1 4202560 103 0 0 0 45 43 0 0 20 0 19 0 255604447 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092994951624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255605076 9855975424 645207 33554432000 1073741824 1073778376 140736292331168 140092993898152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23864 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=799301
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=991697
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.26
CPU time (s): 1800.01
CPU user time (s): 1798.45
CPU system time (s): 1.56
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 1.9917
maximum resident set size= 2580952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24959
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39203
involuntary context switches= 26813

runsolver used 8.37073 second user time and 14.3538 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 23:26:30
IDJOB=3689939
IDBENCH=92171
IDSOLVER=2269
FILE ID=node136/3689939-1337894789
RUNJOBID= node136-1337890118-23405
PBS_JOBID= 14620068
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689939-1337894789/watcher-3689939-1337894789 -o /tmp/evaluation-result-3689939-1337894789/solver-3689939-1337894789 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689939-1337894789.opb

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

MD5SUM BENCH= eaab10f01ee27b0b121ba65e8f168ce4
RANDOM SEED=1387607303

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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	: 5331.91
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		: 2667.247
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	: 5331.94
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		: 2667.247
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	: 5331.90
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		: 2667.247
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	: 5331.90
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		: 2667.247
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	: 5331.90
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		: 2667.247
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	: 5331.91
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		: 2667.247
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27570680 kB
Buffers:          295896 kB
Cached:          1997708 kB
SwapCached:        24460 kB
Active:          2847468 kB
Inactive:        1684728 kB
Active(anon):    2213172 kB
Inactive(anon):    25096 kB
Active(file):     634296 kB
Inactive(file):  1659632 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             31136 kB
Writeback:            12 kB
AnonPages:       2221748 kB
Mapped:            17888 kB
Shmem:                 0 kB
Slab:             628768 kB
SReclaimable:      70304 kB
SUnreclaim:       558464 kB
KernelStack:        1592 kB
PageTables:         8488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2432940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1925120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node136 at 2012-05-24 23:56:27