Trace number 3493017

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 Resolution 2011-06-08? (TO) 1800.22 1796.76

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-3_wcsp.wbo
MD5SUM376764ac4c5c3f094ec1a2d2f7cbae71
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 variables26850
Total number of constraints1527009
Number of soft constraints1524324
Number of constraints which are clauses1524324
Number of constraints which are cardinality constraints (but not clauses)2685
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 1259
Min constraint cost 1
Max constraint cost 1259
Sum of constraints costs 1904880840
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
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.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3493017-1307913831.wbo
0.10/0.11	c reading problem ... 
12.89/10.05	c ... done. Wall clock time 9.938s.
12.89/10.05	c #vars     1551174
12.89/10.05	c #constraints  3042697
12.89/10.05	c constraints type 
12.89/10.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1515687
12.89/10.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 2685
12.89/10.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11322
12.89/10.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1796.61	c starts		: 19
1800.06/1796.61	c conflicts		: 3640
1800.06/1796.61	c decisions		: 4250449
1800.06/1796.61	c propagations		: 10633504
1800.06/1796.61	c inspects		: 22138905
1800.06/1796.61	c shortcuts		: 0
1800.06/1796.61	c learnt literals	: 0
1800.06/1796.61	c learnt binary clauses	: 763
1800.06/1796.61	c learnt ternary clauses	: 508
1800.06/1796.61	c learnt constraints	: 3640
1800.06/1796.61	c ignored constraints	: 0
1800.06/1796.61	c root simplifications	: 0
1800.06/1796.61	c removed literals (reason simplification)	: 315
1800.06/1796.61	c reason swapping (by a shorter reason)	: 0
1800.06/1796.61	c Calls to reduceDB	: 0
1800.06/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.61	c number of learned constraints concerned by reduction	: 0
1800.06/1796.61	c number of learning phase by resolution	: 0
1800.06/1796.61	c number of learning phase by cutting planes	: 0
1800.06/1796.61	c speed (assignments/second)	: 5951.943399605947
1800.06/1796.61	c non guided choices	2409
1800.06/1796.61	c learnt constraints type 
1800.06/1796.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 763
1800.06/1796.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2877
1800.06/1796.61	c constraints type 
1800.06/1796.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1515687
1800.06/1796.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 2685
1800.06/1796.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11322
1800.06/1796.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1796.61	s UNKNOWN
1800.06/1796.61	c Total wall clock time (in seconds): 1796.504

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 /var/tmp/evaluation-result-3493017-1307913831/watcher-3493017-1307913831 -o /var/tmp/evaluation-result-3493017-1307913831/solver-3493017-1307913831 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493017-1307913831.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 12465
/proc/meminfo: memFree=2019536/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/12465/stat : 12465 (java) R 12463 12465 10183 0 -1 4202496 955 0 0 0 0 0 0 0 17 0 1 0 981613889 23580672 696 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231890527720 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12465/statm: 5757 696 512 9 0 124 0

[startup+0.0329381 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 12465
/proc/meminfo: memFree=2019536/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 10816 0 1 0 1 1 0 0 17 0 10 0 981613889 10705932288 10512 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2613753 10513 1515 9 0 2604501 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100918 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 12465
/proc/meminfo: memFree=2019536/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10540168 CPUtime=0.1 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 13033 0 1 0 8 2 0 0 17 0 18 0 981613889 10793132032 12700 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2635042 12700 2092 9 0 2625776 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540168

[startup+0.30087 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 12465
/proc/meminfo: memFree=2019536/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10541724 CPUtime=0.48 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 46168 0 1 0 41 7 0 0 17 0 18 0 981613889 10794725376 45629 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2635431 45645 2198 9 0 2626165 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541724

[startup+0.700811 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 12465
/proc/meminfo: memFree=2019536/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544128 CPUtime=1.19 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 171958 0 1 0 99 20 0 0 17 0 18 0 981613889 10797187072 170509 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636032 170514 2216 9 0 2626766 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10544128

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 1.98 3/213 12483
/proc/meminfo: memFree=1205228/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544128 CPUtime=2.01 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 264999 0 1 0 172 29 0 0 17 0 18 0 981613889 10797187072 263549 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636032 263554 2217 9 0 2626766 0
[pid=12465/tid=12467] ppid=12463 vsize=10544128 CPUtime=1.48 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4202560 259754 0 1 0 119 29 0 0 18 0 18 0 981613890 10797187072 263557 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 46912505673692 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12465/tid=12468] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12468/stat : 12468 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981613892 10797187072 263560 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12469] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12469/stat : 12469 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263561 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12470] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12470/stat : 12470 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263562 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12471] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12471/stat : 12471 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263565 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12472] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12472/stat : 12472 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263567 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12473] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12473/stat : 12473 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263570 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12474] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12474/stat : 12474 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263573 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12475] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12475/stat : 12475 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 263576 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12476] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12476/stat : 12476 (java) S 12463 12465 10183 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 981613893 10797187072 263578 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 0 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12477] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12477/stat : 12477 (java) S 12463 12465 10183 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 18 0 981613893 10797187072 263581 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12478] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 981613893 10797187072 263584 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981613895 10797187072 263586 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10544128 CPUtime=0.3 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 1930 0 0 0 30 0 0 0 15 0 18 0 981613895 10797187072 263589 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10544128 CPUtime=0.22 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2169 0 0 0 22 0 0 0 15 0 18 0 981613895 10797187072 263592 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613895 10797187072 263595 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 981613895 10797187072 263597 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10544128

[startup+3.10136 s]
/proc/loadavg: 2.00 2.00 1.98 3/213 12483
/proc/meminfo: memFree=694968/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544128 CPUtime=3.62 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 444138 0 1 0 305 57 0 0 17 0 18 0 981613889 10797187072 442688 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636032 442693 2217 9 0 2626766 0
[pid=12465/tid=12467] ppid=12463 vsize=10544128 CPUtime=3.08 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4202560 438892 0 1 0 252 56 0 0 21 0 18 0 981613890 10797187072 442695 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 46912505572653 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12465/tid=12468] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12468/stat : 12468 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981613892 10797187072 442698 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12469] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12469/stat : 12469 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442701 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12470] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12470/stat : 12470 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442704 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12471] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12471/stat : 12471 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442707 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12472] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12472/stat : 12472 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442709 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12473] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12473/stat : 12473 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442712 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12474] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12474/stat : 12474 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442715 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12475] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12475/stat : 12475 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613892 10797187072 442717 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12476] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12476/stat : 12476 (java) S 12463 12465 10183 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 981613893 10797187072 442720 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 0 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12477] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12477/stat : 12477 (java) S 12463 12465 10183 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 18 0 981613893 10797187072 442723 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12478] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 981613893 10797187072 442725 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981613895 10797187072 442728 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10544128 CPUtime=0.3 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 1930 0 0 0 30 0 0 0 15 0 18 0 981613895 10797187072 442731 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10544128 CPUtime=0.22 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2169 0 0 0 22 0 0 0 15 0 18 0 981613895 10797187072 442733 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613895 10797187072 442736 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10544128 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 981613895 10797187072 442739 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10544128

[startup+6.30076 s]
/proc/loadavg: 2.08 2.02 1.98 3/213 12483
/proc/meminfo: memFree=100592/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10543308 CPUtime=7.59 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 718280 0 1 0 663 96 0 0 17 0 18 0 981613889 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2635827 716337 2232 9 0 2626561 0
[pid=12465/tid=12467] ppid=12463 vsize=10543308 CPUtime=6.01 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4202560 650940 0 1 0 515 86 0 0 17 0 18 0 981613890 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 46912505545929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12465/tid=12468] ppid=12463 vsize=10543308 CPUtime=0.2 cores=1,3,5,7
/proc/12465/task/12468/stat : 12468 (java) S 12463 12465 10183 0 -1 4202560 13740 0 0 0 19 1 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12469] ppid=12463 vsize=10543308 CPUtime=0.15 cores=1,3,5,7
/proc/12465/task/12469/stat : 12469 (java) S 12463 12465 10183 0 -1 4202560 9337 0 0 0 15 0 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12470] ppid=12463 vsize=10543308 CPUtime=0.2 cores=1,3,5,7
/proc/12465/task/12470/stat : 12470 (java) S 12463 12465 10183 0 -1 4202560 12234 0 0 0 18 2 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12471] ppid=12463 vsize=10543308 CPUtime=0.09 cores=1,3,5,7
/proc/12465/task/12471/stat : 12471 (java) S 12463 12465 10183 0 -1 4202560 5614 0 0 0 9 0 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12472] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12472/stat : 12472 (java) S 12463 12465 10183 0 -1 4202560 21 0 0 0 0 0 0 0 17 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12473] ppid=12463 vsize=10543308 CPUtime=0.15 cores=1,3,5,7
/proc/12465/task/12473/stat : 12473 (java) S 12463 12465 10183 0 -1 4202560 9149 0 0 0 13 2 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12474] ppid=12463 vsize=10543308 CPUtime=0.16 cores=1,3,5,7
/proc/12465/task/12474/stat : 12474 (java) S 12463 12465 10183 0 -1 4202560 10504 0 0 0 15 1 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12475] ppid=12463 vsize=10543308 CPUtime=0.03 cores=1,3,5,7
/proc/12465/task/12475/stat : 12475 (java) S 12463 12465 10183 0 -1 4202560 1487 0 0 0 3 0 0 0 18 0 18 0 981613892 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12476] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12476/stat : 12476 (java) S 12463 12465 10183 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 981613893 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 0 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12477] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12477/stat : 12477 (java) S 12463 12465 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 981613893 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12478] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 981613893 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981613895 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10543308 CPUtime=0.3 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 1930 0 0 0 30 0 0 0 15 0 18 0 981613895 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10543308 CPUtime=0.22 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2169 0 0 0 22 0 0 0 15 0 18 0 981613895 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 981613895 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10543308 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) R 12463 12465 10183 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 981613895 10796347392 716337 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 10543308

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 1.98 3/214 12484
/proc/meminfo: memFree=99416/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544648 CPUtime=15.98 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 856793 0 1 0 1481 117 0 0 17 0 19 0 981613889 10797719552 854694 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636162 854694 2249 9 0 2626896 0
[pid=12465/tid=12467] ppid=12463 vsize=10544648 CPUtime=11.87 cores=1,3,5,7

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

/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10544648 CPUtime=0.57 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 2024 0 0 0 57 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10544648 CPUtime=0.53 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2908 0 0 0 53 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) S 12463 12465 10183 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12484] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12484/stat : 12484 (java) S 12463 12465 10183 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 981614934 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1665.75
Current children cumulated vsize (KiB) 10544648

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/190 12787
/proc/meminfo: memFree=183164/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544648 CPUtime=1725.75 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 857623 0 1 0 172458 117 0 0 17 0 19 0 981613889 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636162 854710 2251 9 0 2626896 0
[pid=12465/tid=12467] ppid=12463 vsize=10544648 CPUtime=1721.52 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4202560 651008 0 1 0 172065 87 0 0 25 0 19 0 981613890 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 46912505967525 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12465/tid=12468] ppid=12463 vsize=10544648 CPUtime=0.47 cores=1,3,5,7
/proc/12465/task/12468/stat : 12468 (java) S 12463 12465 10183 0 -1 4202560 30342 0 0 0 43 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12469] ppid=12463 vsize=10544648 CPUtime=0.47 cores=1,3,5,7
/proc/12465/task/12469/stat : 12469 (java) S 12463 12465 10183 0 -1 4202560 34857 0 0 0 43 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12470] ppid=12463 vsize=10544648 CPUtime=0.4 cores=1,3,5,7
/proc/12465/task/12470/stat : 12470 (java) S 12463 12465 10183 0 -1 4202560 25978 0 0 0 36 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12471] ppid=12463 vsize=10544648 CPUtime=0.19 cores=1,3,5,7
/proc/12465/task/12471/stat : 12471 (java) S 12463 12465 10183 0 -1 4202560 10542 0 0 0 18 1 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12472] ppid=12463 vsize=10544648 CPUtime=0.26 cores=1,3,5,7
/proc/12465/task/12472/stat : 12472 (java) S 12463 12465 10183 0 -1 4202560 15213 0 0 0 25 1 0 0 16 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12473] ppid=12463 vsize=10544648 CPUtime=0.32 cores=1,3,5,7
/proc/12465/task/12473/stat : 12473 (java) S 12463 12465 10183 0 -1 4202560 21270 0 0 0 28 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12474] ppid=12463 vsize=10544648 CPUtime=0.41 cores=1,3,5,7
/proc/12465/task/12474/stat : 12474 (java) S 12463 12465 10183 0 -1 4202560 30353 0 0 0 38 3 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12475] ppid=12463 vsize=10544648 CPUtime=0.51 cores=1,3,5,7
/proc/12465/task/12475/stat : 12475 (java) S 12463 12465 10183 0 -1 4202560 31863 0 0 0 47 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12476] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12476/stat : 12476 (java) S 12463 12465 10183 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 0 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12477] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12477/stat : 12477 (java) S 12463 12465 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12478] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10544648 CPUtime=0.57 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 2024 0 0 0 57 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10544648 CPUtime=0.53 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2908 0 0 0 53 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) S 12463 12465 10183 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12484] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12484/stat : 12484 (java) S 12463 12465 10183 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 981614934 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 10544648

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/190 12789
/proc/meminfo: memFree=183000/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544648 CPUtime=1785.75 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 857627 0 1 0 178458 117 0 0 17 0 19 0 981613889 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636162 854710 2251 9 0 2626896 0
[pid=12465/tid=12467] ppid=12463 vsize=10544648 CPUtime=1781.52 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4202560 651008 0 1 0 178065 87 0 0 25 0 19 0 981613890 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 46912505571772 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12465/tid=12468] ppid=12463 vsize=10544648 CPUtime=0.47 cores=1,3,5,7
/proc/12465/task/12468/stat : 12468 (java) S 12463 12465 10183 0 -1 4202560 30342 0 0 0 43 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12469] ppid=12463 vsize=10544648 CPUtime=0.47 cores=1,3,5,7
/proc/12465/task/12469/stat : 12469 (java) S 12463 12465 10183 0 -1 4202560 34857 0 0 0 43 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12470] ppid=12463 vsize=10544648 CPUtime=0.4 cores=1,3,5,7
/proc/12465/task/12470/stat : 12470 (java) S 12463 12465 10183 0 -1 4202560 25978 0 0 0 36 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12471] ppid=12463 vsize=10544648 CPUtime=0.19 cores=1,3,5,7
/proc/12465/task/12471/stat : 12471 (java) S 12463 12465 10183 0 -1 4202560 10542 0 0 0 18 1 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12472] ppid=12463 vsize=10544648 CPUtime=0.26 cores=1,3,5,7
/proc/12465/task/12472/stat : 12472 (java) S 12463 12465 10183 0 -1 4202560 15213 0 0 0 25 1 0 0 16 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12473] ppid=12463 vsize=10544648 CPUtime=0.32 cores=1,3,5,7
/proc/12465/task/12473/stat : 12473 (java) S 12463 12465 10183 0 -1 4202560 21270 0 0 0 28 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12474] ppid=12463 vsize=10544648 CPUtime=0.41 cores=1,3,5,7
/proc/12465/task/12474/stat : 12474 (java) S 12463 12465 10183 0 -1 4202560 30353 0 0 0 38 3 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12475] ppid=12463 vsize=10544648 CPUtime=0.51 cores=1,3,5,7
/proc/12465/task/12475/stat : 12475 (java) S 12463 12465 10183 0 -1 4202560 31863 0 0 0 47 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12476] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12476/stat : 12476 (java) S 12463 12465 10183 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 0 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12477] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12477/stat : 12477 (java) S 12463 12465 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12478] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10544648 CPUtime=0.57 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 2024 0 0 0 57 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10544648 CPUtime=0.53 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2908 0 0 0 53 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) S 12463 12465 10183 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12484] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12484/stat : 12484 (java) S 12463 12465 10183 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 981614934 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1785.75
Current children cumulated vsize (KiB) 10544648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.20 2/190 12789
/proc/meminfo: memFree=182988/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=10544648 CPUtime=1800.06 cores=1,3,5,7
/proc/12465/stat : 12465 (java) S 12463 12465 10183 0 -1 4202496 857627 0 1 0 179889 117 0 0 17 0 19 0 981613889 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 2636162 854710 2251 9 0 2626896 0
[pid=12465/tid=12467] ppid=12463 vsize=10544648 CPUtime=1795.83 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4202560 651008 0 1 0 179496 87 0 0 25 0 19 0 981613890 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 46912505967480 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12465/tid=12468] ppid=12463 vsize=10544648 CPUtime=0.47 cores=1,3,5,7
/proc/12465/task/12468/stat : 12468 (java) S 12463 12465 10183 0 -1 4202560 30342 0 0 0 43 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12469] ppid=12463 vsize=10544648 CPUtime=0.47 cores=1,3,5,7
/proc/12465/task/12469/stat : 12469 (java) S 12463 12465 10183 0 -1 4202560 34857 0 0 0 43 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12470] ppid=12463 vsize=10544648 CPUtime=0.4 cores=1,3,5,7
/proc/12465/task/12470/stat : 12470 (java) S 12463 12465 10183 0 -1 4202560 25978 0 0 0 36 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12471] ppid=12463 vsize=10544648 CPUtime=0.19 cores=1,3,5,7
/proc/12465/task/12471/stat : 12471 (java) S 12463 12465 10183 0 -1 4202560 10542 0 0 0 18 1 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12472] ppid=12463 vsize=10544648 CPUtime=0.26 cores=1,3,5,7
/proc/12465/task/12472/stat : 12472 (java) S 12463 12465 10183 0 -1 4202560 15213 0 0 0 25 1 0 0 16 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12473] ppid=12463 vsize=10544648 CPUtime=0.32 cores=1,3,5,7
/proc/12465/task/12473/stat : 12473 (java) S 12463 12465 10183 0 -1 4202560 21270 0 0 0 28 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12474] ppid=12463 vsize=10544648 CPUtime=0.41 cores=1,3,5,7
/proc/12465/task/12474/stat : 12474 (java) S 12463 12465 10183 0 -1 4202560 30353 0 0 0 38 3 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
[pid=12465/tid=12475] ppid=12463 vsize=10544648 CPUtime=0.51 cores=1,3,5,7
/proc/12465/task/12475/stat : 12475 (java) S 12463 12465 10183 0 -1 4202560 31863 0 0 0 47 4 0 0 18 0 19 0 981613892 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12476] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12476/stat : 12476 (java) S 12463 12465 10183 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 0 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12477] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12477/stat : 12477 (java) S 12463 12465 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12478] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12478/stat : 12478 (java) S 12463 12465 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981613893 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 5 0 0 0
[pid=12465/tid=12479] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12479/stat : 12479 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907314097 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12480] ppid=12463 vsize=10544648 CPUtime=0.57 cores=1,3,5,7
/proc/12465/task/12480/stat : 12480 (java) S 12463 12465 10183 0 -1 4202560 2024 0 0 0 57 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12481] ppid=12463 vsize=10544648 CPUtime=0.53 cores=1,3,5,7
/proc/12465/task/12481/stat : 12481 (java) S 12463 12465 10183 0 -1 4202560 2908 0 0 0 53 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 1 0 0 0
[pid=12465/tid=12482] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12482/stat : 12482 (java) S 12463 12465 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907306393 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12483] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12483/stat : 12483 (java) S 12463 12465 10183 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 981613895 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 3 0 0 0
[pid=12465/tid=12484] ppid=12463 vsize=10544648 CPUtime=0 cores=1,3,5,7
/proc/12465/task/12484/stat : 12484 (java) S 12463 12465 10183 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 981614934 10797719552 854710 33554432000 1073741824 1073778376 140734734001216 18446744073709551615 231907307008 0 4 0 16800975 18446604471133745536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10544648

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

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

[startup+1796.71 s]
/proc/loadavg: 1.00 1.00 1.20 2/190 12789
/proc/meminfo: memFree=182988/32950928 swapFree=67054844/67111528
[pid=12465] ppid=12463 vsize=0 CPUtime=1800.16 cores=1,3,5,7
/proc/12465/stat : 12465 (java) Z 12463 12465 10183 0 -1 4203548 857655 0 1 0 179890 126 0 0 15 0 2 0 981613889 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12465/statm: 0 0 0 0 0 0 0
[pid=12465/tid=12467] ppid=12463 vsize=0 CPUtime=1795.93 cores=1,3,5,7
/proc/12465/task/12467/stat : 12467 (java) R 12463 12465 10183 0 -1 4203588 651008 0 1 0 179497 96 0 0 25 0 2 0 981613890 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.76
CPU time (s): 1800.22
CPU user time (s): 1798.9
CPU system time (s): 1.3138
CPU usage (%): 100.192
Max. virtual memory (cumulated for all children) (KiB): 10544648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 857655
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36810
involuntary context switches= 32662

runsolver used 2.72959 second user time and 7.08292 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-12 23:23:52
IDJOB=3493017
IDBENCH=79628
IDSOLVER=1982
FILE ID=node114/3493017-1307913831
RUNJOBID= node114-1307908609-11797
PBS_JOBID= 13559591
Free space on /var/tmp= 2820 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-3_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3493017-1307913831/watcher-3493017-1307913831 -o /var/tmp/evaluation-result-3493017-1307913831/solver-3493017-1307913831 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493017-1307913831.wbo

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

MD5SUM BENCH= 376764ac4c5c3f094ec1a2d2f7cbae71
RANDOM SEED=979870997

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2020220 kB
Buffers:         68104 kB
Cached:       29815160 kB
SwapCached:      10300 kB
Active:       14520284 kB
Inactive:     15468408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2020220 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           64520 kB
Writeback:           0 kB
AnonPages:      102668 kB
Mapped:          21112 kB
Slab:           874288 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10550616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2820 MiB
End job on node114 at 2011-06-12 23:53:51