Trace number 3717982

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 2012-05-28? (TO) 1800.61 1797.54

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-22reduc_wcsp.wbo
MD5SUMec72443b0cc1ba3c5724b6333eaaea9c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1430
Total number of constraints70954
Number of soft constraints70873
Number of constraints which are clauses70873
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 3389
Min constraint cost 1
Max constraint cost 2435
Sum of constraints costs 23717414
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120528
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3717982-1338256947.wbo
0.08/0.12	c reading problem ... 
1.38/0.87	c ... done. Wall clock time 0.753s.
1.38/0.87	c declared #vars     1430
1.38/0.87	c internal #vars     72303
1.38/0.87	c #constraints  71036
1.38/0.87	c constraints type 
1.38/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70530
1.38/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1.38/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 424
1.38/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.38/0.87	c 71036 constraints processed.
1.38/0.87	c objective function length is 70873 literals
13.07/11.75	c cleaning 2501 clauses out of 5001 with flag 26499/5001
25.69/24.19	c cleaning 4249 clauses out of 8500 with flag 66624/11001
41.20/39.66	c cleaning 5622 clauses out of 11250 with flag 110174/18000
54.60/53.02	c cleaning 6815 clauses out of 13630 with flag 166822/26002
72.75/71.18	c cleaning 7878 clauses out of 15814 with flag 223891/35001
91.48/89.81	c cleaning 8961 clauses out of 17935 with flag 286331/45000
112.39/110.80	c cleaning 9987 clauses out of 19974 with flag 359776/56000
140.31/138.67	c cleaning 10973 clauses out of 21987 with flag 469544/68000
164.54/162.88	c cleaning 12001 clauses out of 24014 with flag 559249/81000
190.73/189.05	c cleaning 13007 clauses out of 26013 with flag 655511/95000
217.76/216.09	c cleaning 13988 clauses out of 28007 with flag 755041/110001
247.66/245.94	c cleaning 15010 clauses out of 30019 with flag 863338/126001
279.27/277.50	c cleaning 15997 clauses out of 32009 with flag 987664/143001
316.09/314.31	c cleaning 16998 clauses out of 34011 with flag 1121101/161000
353.22/351.49	c cleaning 17998 clauses out of 36013 with flag 1247972/180000
390.14/388.32	c cleaning 18996 clauses out of 38015 with flag 1379093/200000
430.44/428.66	c cleaning 19983 clauses out of 40019 with flag 1521999/221000
475.64/473.89	c cleaning 21005 clauses out of 42036 with flag 1700399/243000
530.36/528.51	c cleaning 22010 clauses out of 44031 with flag 1885906/266000
577.29/575.47	c cleaning 23002 clauses out of 46021 with flag 2049900/290000
623.61/621.80	c cleaning 23990 clauses out of 48019 with flag 2229163/315000
676.74/674.89	c cleaning 25005 clauses out of 50029 with flag 2431724/341000
740.63/738.69	c cleaning 25965 clauses out of 52024 with flag 2670495/368000
802.07/800.00	c cleaning 27027 clauses out of 54059 with flag 2890229/396000
859.11/857.05	c cleaning 27967 clauses out of 56033 with flag 3097222/425001
922.55/920.48	c cleaning 28986 clauses out of 58065 with flag 3379126/455000
991.60/989.44	c cleaning 30009 clauses out of 60079 with flag 3645617/486000
1059.83/1057.61	c cleaning 31021 clauses out of 62073 with flag 3905928/518003
1127.07/1124.89	c cleaning 32012 clauses out of 64049 with flag 4164518/551000
1194.99/1192.73	c cleaning 32957 clauses out of 66037 with flag 4421238/585000
1270.05/1267.78	c cleaning 34011 clauses out of 68080 with flag 4708157/620000
1354.49/1352.19	c cleaning 35013 clauses out of 70069 with flag 5007226/656000
1434.82/1432.43	c cleaning 36017 clauses out of 72056 with flag 5272119/693000
1512.13/1509.79	c cleaning 36927 clauses out of 74039 with flag 5570287/731000
1602.84/1600.41	c cleaning 38037 clauses out of 76114 with flag 5969214/770002
1695.82/1693.37	c cleaning 39038 clauses out of 78088 with flag 6347200/810013
1800.07/1797.51	c starts		: 171
1800.07/1797.51	c conflicts		: 848239
1800.07/1797.51	c decisions		: 6431073
1800.07/1797.51	c propagations		: 2768725423
1800.07/1797.51	c inspects		: 590772946
1800.07/1797.51	c shortcuts		: 0
1800.07/1797.51	c learnt literals	: 0
1800.07/1797.51	c learnt binary clauses	: 0
1800.07/1797.51	c learnt ternary clauses	: 0
1800.07/1797.51	c learnt constraints	: 848239
1800.07/1797.51	c ignored constraints	: 0
1800.07/1797.51	c root simplifications	: 0
1800.07/1797.51	c removed literals (reason simplification)	: 0
1800.07/1797.51	c reason swapping (by a shorter reason)	: 0
1800.07/1797.51	c Calls to reduceDB	: 36
1800.07/1797.51	c Number of update (reduction) of LBD	: 353445
1800.07/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.51	c number of learned constraints concerned by reduction	: 0
1800.07/1797.51	c number of learning phase by resolution	: 0
1800.07/1797.51	c number of learning phase by cutting planes	: 0
1800.07/1797.51	c speed (assignments/second)	: 1541126.2518368438
1800.07/1797.51	c non guided choices	1997
1800.07/1797.53	c learnt constraints type 
1800.07/1797.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77283
1800.07/1797.54	c constraints type 
1800.07/1797.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70530
1800.07/1797.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.07/1797.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 424
1800.07/1797.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/1797.54	c 71036 constraints processed.
1800.07/1797.54	s UNKNOWN
1800.07/1797.54	c Total wall clock time (in seconds): 1797.421

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

running on 4 cores: 0,2,4,6

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 2/194 1994
/proc/meminfo: memFree=30386560/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1994/stat : 1994 (java) D 1992 1994 30566 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291822098 9515008 183 33554432000 1073741824 1073778376 140733539984320 140733539975352 219513962165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2323 183 140 9 0 71 0

[startup+0.0952869 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 1994
/proc/meminfo: memFree=30386560/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 4246 0 1 0 7 0 0 0 20 0 18 0 291822098 9787817984 4934 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2389604 4934 2081 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.100194 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 1994
/proc/meminfo: memFree=30386560/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 4321 0 1 0 8 0 0 0 20 0 18 0 291822098 9787817984 5008 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2389604 5009 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300224 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 1994
/proc/meminfo: memFree=30386560/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9558416 CPUtime=0.47 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 5484 0 1 0 46 1 0 0 20 0 18 0 291822098 9787817984 7898 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2389604 7898 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558416

[startup+0.700237 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 1994
/proc/meminfo: memFree=30386560/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9558416 CPUtime=1.21 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 6929 0 1 0 115 6 0 0 20 0 18 0 291822098 9787817984 44246 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2389604 44246 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558416

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.99 4/213 2013
/proc/meminfo: memFree=30212772/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9624980 CPUtime=2.85 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 12165 0 1 0 278 7 0 0 20 0 19 0 291822098 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2406245 46611 2268 9 0 2396937 0
[pid=1994/tid=1996] ppid=1992 vsize=9624980 CPUtime=1.42 cores=0,2,4,6
/proc/1994/task/1996/stat : 1996 (java) R 1992 1994 30566 0 -1 4202560 2576 0 1 0 139 3 0 0 20 0 19 0 291822099 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075659366824 140075600108695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=1997] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1997/stat : 1997 (java) S 1992 1994 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075598097192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=1998] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1998/stat : 1998 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075597044392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=1999] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1999/stat : 1999 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075595992104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2000] ppid=1992 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/1994/task/2000/stat : 2000 (java) S 1992 1994 30566 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 291822101 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075594939304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2001] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2001/stat : 2001 (java) S 1992 1994 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075498944808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4109 0 0 0 68 1 0 0 20 0 19 0 291822105 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4161 0 0 0 55 0 0 0 20 0 19 0 291822105 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 46611 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9624980

[startup+3.10071 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 2013
/proc/meminfo: memFree=30208176/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9624980 CPUtime=4.45 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 12167 0 1 0 438 7 0 0 20 0 19 0 291822098 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2406245 46612 2268 9 0 2396937 0
[pid=1994/tid=1996] ppid=1992 vsize=9624980 CPUtime=3.02 cores=0,2,4,6
/proc/1994/task/1996/stat : 1996 (java) R 1992 1994 30566 0 -1 4202560 2577 0 1 0 299 3 0 0 20 0 19 0 291822099 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075659366712 140075599999021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=1997] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1997/stat : 1997 (java) S 1992 1994 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075598097192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=1998] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1998/stat : 1998 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075597044392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=1999] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1999/stat : 1999 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075595992104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2000] ppid=1992 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/1994/task/2000/stat : 2000 (java) S 1992 1994 30566 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 291822101 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075594939304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2001] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2001/stat : 2001 (java) S 1992 1994 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075498944808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4109 0 0 0 68 1 0 0 20 0 19 0 291822105 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4161 0 0 0 55 0 0 0 20 0 19 0 291822105 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 46612 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9624980

[startup+6.30072 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 2013
/proc/meminfo: memFree=30207928/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9624980 CPUtime=7.66 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 12169 0 1 0 759 7 0 0 20 0 19 0 291822098 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2406245 46574 2268 9 0 2396937 0
[pid=1994/tid=1996] ppid=1992 vsize=9624980 CPUtime=6.22 cores=0,2,4,6
/proc/1994/task/1996/stat : 1996 (java) R 1992 1994 30566 0 -1 4202560 2579 0 1 0 619 3 0 0 20 0 19 0 291822099 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075659366600 140075600031825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=1997] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1997/stat : 1997 (java) S 1992 1994 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075598097192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=1998] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1998/stat : 1998 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075597044392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=1999] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/1999/stat : 1999 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822100 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075595992104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2000] ppid=1992 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/1994/task/2000/stat : 2000 (java) S 1992 1994 30566 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 291822101 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075594939304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2001] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2001/stat : 2001 (java) S 1992 1994 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075498944808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291822101 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4109 0 0 0 68 1 0 0 20 0 19 0 291822105 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4161 0 0 0 56 0 0 0 20 0 19 0 291822105 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 46574 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 119 0 0 0 14 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 143 0 0 0 13 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=3.85 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 195 0 0 0 382 3 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4138 0 0 0 79 1 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4177 0 0 0 61 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 99 0 0 0 26 31 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.86
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 2088
/proc/meminfo: memFree=27944960/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9624980 CPUtime=1784.86 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 13198 0 1 0 178436 50 0 0 20 0 19 0 291822098 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2406245 88714 2282 9 0 2396937 0
[pid=1994/tid=1996] ppid=1992 vsize=9624980 CPUtime=1777.77 cores=0,2,4,6
/proc/1994/task/1996/stat : 1996 (java) R 1992 1994 30566 0 -1 4202560 2615 0 1 0 177744 33 0 0 20 0 19 0 291822099 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075659366688 140075599121568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=1997] ppid=1992 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/1994/task/1997/stat : 1997 (java) S 1992 1994 30566 0 -1 4202560 51 0 0 0 12 2 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075598097192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=1998] ppid=1992 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/1994/task/1998/stat : 1998 (java) S 1992 1994 30566 0 -1 4202560 130 0 0 0 18 3 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075597044392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=1999] ppid=1992 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/1994/task/1999/stat : 1999 (java) S 1992 1994 30566 0 -1 4202560 165 0 0 0 19 3 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075595992104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2000] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2000/stat : 2000 (java) S 1992 1994 30566 0 -1 4202560 88 0 0 0 17 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075594939304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2001] ppid=1992 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/1994/task/2001/stat : 2001 (java) S 1992 1994 30566 0 -1 4202560 41 0 0 0 16 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075498944808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 119 0 0 0 14 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 143 0 0 0 13 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=3.85 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 195 0 0 0 382 3 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4138 0 0 0 79 1 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4177 0 0 0 61 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.09 2.02 2.01 3/213 2088
/proc/meminfo: memFree=27945208/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9624980 CPUtime=1800.07 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 13198 0 1 0 179957 50 0 0 20 0 19 0 291822098 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2406245 88714 2282 9 0 2396937 0
[pid=1994/tid=1996] ppid=1992 vsize=9624980 CPUtime=1792.97 cores=0,2,4,6
/proc/1994/task/1996/stat : 1996 (java) R 1992 1994 30566 0 -1 4202560 2615 0 1 0 179264 33 0 0 20 0 19 0 291822099 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075659366688 140075600108723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=1997] ppid=1992 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/1994/task/1997/stat : 1997 (java) S 1992 1994 30566 0 -1 4202560 51 0 0 0 12 2 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075598097192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=1998] ppid=1992 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/1994/task/1998/stat : 1998 (java) S 1992 1994 30566 0 -1 4202560 130 0 0 0 18 3 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075597044392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=1999] ppid=1992 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/1994/task/1999/stat : 1999 (java) S 1992 1994 30566 0 -1 4202560 165 0 0 0 19 3 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075595992104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2000] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2000/stat : 2000 (java) S 1992 1994 30566 0 -1 4202560 88 0 0 0 17 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075594939304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2001] ppid=1992 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/1994/task/2001/stat : 2001 (java) S 1992 1994 30566 0 -1 4202560 41 0 0 0 16 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075498944808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 119 0 0 0 14 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 143 0 0 0 13 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=3.85 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 195 0 0 0 382 3 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4138 0 0 0 79 1 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4177 0 0 0 61 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1797.5 s]
/proc/loadavg: 2.09 2.02 2.01 3/213 2088
/proc/meminfo: memFree=27945208/32873648 swapFree=7116/7116
[pid=1994] ppid=1992 vsize=9624980 CPUtime=1800.07 cores=0,2,4,6
/proc/1994/stat : 1994 (java) S 1992 1994 30566 0 -1 4202496 13198 0 1 0 179957 50 0 0 20 0 19 0 291822098 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140735208254272 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1994/statm: 2406245 88714 2282 9 0 2396937 0
[pid=1994/tid=1996] ppid=1992 vsize=9624980 CPUtime=1792.97 cores=0,2,4,6
/proc/1994/task/1996/stat : 1996 (java) R 1992 1994 30566 0 -1 4202560 2615 0 1 0 179264 33 0 0 20 0 19 0 291822099 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075659366688 140075600108723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=1997] ppid=1992 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/1994/task/1997/stat : 1997 (java) S 1992 1994 30566 0 -1 4202560 51 0 0 0 12 2 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075598097192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=1998] ppid=1992 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/1994/task/1998/stat : 1998 (java) S 1992 1994 30566 0 -1 4202560 130 0 0 0 18 3 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075597044392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=1999] ppid=1992 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/1994/task/1999/stat : 1999 (java) S 1992 1994 30566 0 -1 4202560 165 0 0 0 19 3 0 0 20 0 19 0 291822100 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075595992104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2000] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2000/stat : 2000 (java) S 1992 1994 30566 0 -1 4202560 88 0 0 0 17 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075594939304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2001] ppid=1992 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/1994/task/2001/stat : 2001 (java) S 1992 1994 30566 0 -1 4202560 41 0 0 0 16 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075498944808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2002] ppid=1992 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/1994/task/2002/stat : 2002 (java) S 1992 1994 30566 0 -1 4202560 53 0 0 0 16 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075497892008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1994/tid=2003] ppid=1992 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/1994/task/2003/stat : 2003 (java) S 1992 1994 30566 0 -1 4202560 119 0 0 0 14 3 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075496839720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2004] ppid=1992 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/1994/task/2004/stat : 2004 (java) S 1992 1994 30566 0 -1 4202560 143 0 0 0 13 2 0 0 20 0 19 0 291822101 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075495786920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2005] ppid=1992 vsize=9624980 CPUtime=3.85 cores=0,2,4,6
/proc/1994/task/2005/stat : 2005 (java) S 1992 1994 30566 0 -1 4202560 195 0 0 0 382 3 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075483589352 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2006] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2006/stat : 2006 (java) S 1992 1994 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075482535416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2007] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2007/stat : 2007 (java) S 1992 1994 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291822102 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075481483016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2008] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2008/stat : 2008 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075480431504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2009] ppid=1992 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/1994/task/2009/stat : 2009 (java) S 1992 1994 30566 0 -1 4202560 4138 0 0 0 79 1 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075479378104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1994/tid=2010] ppid=1992 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/1994/task/2010/stat : 2010 (java) S 1992 1994 30566 0 -1 4202560 4177 0 0 0 61 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075478325304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2011] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2011/stat : 2011 (java) S 1992 1994 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075477273208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1994/tid=2012] ppid=1992 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/1994/task/2012/stat : 2012 (java) S 1992 1994 30566 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 291822105 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075476220616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1994/tid=2013] ppid=1992 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1994/task/2013/stat : 2013 (java) S 1992 1994 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291822194 9855979520 88714 33554432000 1073741824 1073778376 140735208263136 140075475166632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624980

Child status: 143
Real time (s): 1797.54
CPU time (s): 1800.61
CPU user time (s): 1799.57
CPU system time (s): 1.04184
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 1.04184
maximum resident set size= 354992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13237
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39058
involuntary context switches= 17909

runsolver used 5.75212 second user time and 15.5416 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 04:02:27
IDJOB=3717982
IDBENCH=79562
IDSOLVER=2301
FILE ID=node114/3717982-1338256947
RUNJOBID= node114-1338248715-32681
PBS_JOBID= 14624648
Free space on /tmp= 71460 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-22reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717982-1338256947/watcher-3717982-1338256947 -o /tmp/evaluation-result-3717982-1338256947/solver-3717982-1338256947 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717982-1338256947.wbo

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

MD5SUM BENCH= ec72443b0cc1ba3c5724b6333eaaea9c
RANDOM SEED=1222525582

node114.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.242
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	: 5332.48
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.242
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		: 2666.242
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	: 5451.90
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.242
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.91
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.242
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.91
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.242
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.91
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.242
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		: 2666.242
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:       32873648 kB
MemFree:        30386940 kB
Buffers:          866768 kB
Cached:           427276 kB
SwapCached:         2272 kB
Active:          1494368 kB
Inactive:          44632 kB
Active(anon):     230152 kB
Inactive(anon):     9072 kB
Active(file):    1264216 kB
Inactive(file):    35560 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:        247792 kB
Mapped:            19120 kB
Shmem:               104 kB
Slab:             802724 kB
SReclaimable:     246752 kB
SUnreclaim:       555972 kB
KernelStack:        1600 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71436 MiB
End job on node114 at 2012-05-29 04:32:27