Trace number 3459773

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.34 1788.75

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2560998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		12995394264
0.06/0.08	c Max memory 		13063553024
0.06/0.08	c Total memory 		13063553024
0.06/0.08	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@13d4c61c
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-3459773-1307166825.opb
0.10/0.11	c reading problem ... 
43.46/34.35	c ... done. Wall clock time 34.238s.
43.46/34.35	c #vars     2560998
43.46/34.35	c #constraints  7000
43.46/34.35	c constraints type 
43.46/34.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
43.46/34.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
43.46/34.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
276.76/267.04	c cleaning 2814 clauses out of 5628 with flag 5628/5628
563.80/553.30	c cleaning 4478 clauses out of 8955 with flag 11769/11769
868.80/857.89	c cleaning 5566 clauses out of 11131 with flag 18423/18423
1800.07/1788.52	c starts		: 33
1800.07/1788.52	c conflicts		: 23107
1800.07/1788.52	c decisions		: 68641612
1800.07/1788.52	c propagations		: 77747105
1800.07/1788.52	c inspects		: 170651621
1800.07/1788.52	c shortcuts		: 0
1800.07/1788.52	c learnt literals	: 0
1800.07/1788.52	c learnt binary clauses	: 0
1800.07/1788.52	c learnt ternary clauses	: 0
1800.07/1788.52	c learnt constraints	: 23107
1800.07/1788.52	c ignored constraints	: 0
1800.07/1788.52	c root simplifications	: 0
1800.07/1788.52	c removed literals (reason simplification)	: 1894
1800.07/1788.52	c reason swapping (by a shorter reason)	: 0
1800.07/1788.52	c Calls to reduceDB	: 3
1800.07/1788.52	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.52	c number of learned constraints concerned by reduction	: 0
1800.07/1788.52	c number of learning phase by resolution	: 0
1800.07/1788.52	c number of learning phase by cutting planes	: 0
1800.07/1788.52	c speed (assignments/second)	: 44321.3816016377
1800.07/1788.52	c non guided choices	52029456
1800.07/1788.53	c learnt constraints type 
1800.07/1788.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10249
1800.07/1788.53	c constraints type 
1800.07/1788.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.07/1788.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.07/1788.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
1800.07/1788.53	s UNKNOWN
1800.07/1788.53	c Total wall clock time (in seconds): 1788.422

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459773-1307166825/watcher-3459773-1307166825 -o /tmp/evaluation-result-3459773-1307166825/solver-3459773-1307166825 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459773-1307166825.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.97 2.02 2.00 2/482 13662
/proc/meminfo: memFree=26504164/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 1972 0 1 0 0 0 0 0 24 0 2 0 828282669 13833195520 1674 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3377245 1688 906 9 0 3368401 0
[pid=13662/tid=13663] ppid=13660 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 6728 0 1 0 0 1 0 0 25 0 2 0 828282670 13850947584 7545 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0685949 s]
/proc/loadavg: 1.97 2.02 2.00 2/482 13662
/proc/meminfo: memFree=26504164/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13554952 CPUtime=0.06 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 14273 0 1 0 4 2 0 0 24 0 18 0 828282669 13880270848 13970 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3388738 13970 1742 9 0 3379472 0
[pid=13662/tid=13663] ppid=13660 vsize=13554952 CPUtime=0.06 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 13100 0 1 0 4 2 0 0 25 0 18 0 828282670 13880270848 13971 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 47332874506147 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13554952

[startup+0.100549 s]
/proc/loadavg: 1.97 2.02 2.00 2/482 13662
/proc/meminfo: memFree=26504164/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13622160 CPUtime=0.1 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 15575 0 1 0 8 2 0 0 24 0 18 0 828282669 13949091840 15272 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3405540 15272 2092 9 0 3396274 0
[pid=13662/tid=13663] ppid=13660 vsize=13622160 CPUtime=0.09 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 13675 0 1 0 7 2 0 0 25 0 18 0 828282670 13949091840 15273 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622160

[startup+0.300582 s]
/proc/loadavg: 1.97 2.02 2.00 2/482 13662
/proc/meminfo: memFree=26504164/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13624200 CPUtime=0.46 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 35313 0 1 0 41 5 0 0 24 0 18 0 828282669 13951180800 34808 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406050 34811 2199 9 0 3396784 0
[pid=13662/tid=13663] ppid=13660 vsize=13624200 CPUtime=0.29 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 32638 0 1 0 24 5 0 0 25 0 18 0 828282670 13951180800 34813 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912505587207 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13624200

[startup+0.700446 s]
/proc/loadavg: 1.97 2.02 2.00 2/482 13662
/proc/meminfo: memFree=26504164/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13624200 CPUtime=0.86 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 66490 0 1 0 77 9 0 0 24 0 18 0 828282669 13951180800 65985 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406050 65988 2199 9 0 3396784 0
[pid=13662/tid=13663] ppid=13660 vsize=13624200 CPUtime=0.69 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 63814 0 1 0 60 9 0 0 25 0 18 0 828282670 13951180800 65989 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912505567643 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13624200

[startup+1.50131 s]
/proc/loadavg: 1.97 2.02 2.00 3/500 13680
/proc/meminfo: memFree=26153728/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13624200 CPUtime=1.66 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 127199 0 1 0 149 17 0 0 24 0 18 0 828282669 13951180800 126694 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406050 126697 2199 9 0 3396784 0
[pid=13662/tid=13663] ppid=13660 vsize=13624200 CPUtime=1.49 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 124523 0 1 0 132 17 0 0 25 0 18 0 828282670 13951180800 126698 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912505603419 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126700 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126702 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126704 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126706 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126708 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126710 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126712 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 126714 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 13462 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828282673 13951180800 126716 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828282673 13951180800 126718 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828282673 13951180800 126720 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282675 13951180800 126721 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=13624200 CPUtime=0.07 cores=1,3,5,7
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 13462 0 -1 4202560 588 0 0 0 7 0 0 0 25 0 18 0 828282675 13951180800 126723 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=13624200 CPUtime=0.09 cores=1,3,5,7
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 13462 0 -1 4202560 943 0 0 0 9 0 0 0 18 0 18 0 828282675 13951180800 126725 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282675 13951180800 126727 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828282675 13951180800 126729 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13624200

[startup+3.10102 s]
/proc/loadavg: 1.97 2.02 2.00 3/500 13680
/proc/meminfo: memFree=25749224/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13624200 CPUtime=3.26 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 249695 0 1 0 295 31 0 0 24 0 18 0 828282669 13951180800 249189 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406050 249192 2203 9 0 3396784 0
[pid=13662/tid=13663] ppid=13660 vsize=13624200 CPUtime=3.09 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 247014 0 1 0 278 31 0 0 25 0 18 0 828282670 13951180800 249193 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912505552414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249195 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249197 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249199 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249201 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249203 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249204 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249206 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13951180800 249208 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 13462 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828282673 13951180800 249210 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828282673 13951180800 249212 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828282673 13951180800 249214 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282675 13951180800 249215 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=13624200 CPUtime=0.07 cores=1,3,5,7
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 13462 0 -1 4202560 588 0 0 0 7 0 0 0 25 0 18 0 828282675 13951180800 249217 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=13624200 CPUtime=0.09 cores=1,3,5,7
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 13462 0 -1 4202560 947 0 0 0 9 0 0 0 18 0 18 0 828282675 13951180800 249219 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282675 13951180800 249221 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=13624200 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828282675 13951180800 249222 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 13624200

[startup+6.30146 s]
/proc/loadavg: 1.97 2.02 2.00 3/500 13680
/proc/meminfo: memFree=24505512/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13626344 CPUtime=6.7 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 613076 0 1 0 599 71 0 0 24 0 18 0 828282669 13953376256 611668 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406586 611673 2206 9 0 3397320 0
[pid=13662/tid=13663] ppid=13660 vsize=13626344 CPUtime=6.28 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 608562 0 1 0 558 70 0 0 25 0 18 0 828282670 13953376256 611675 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912505574450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611678 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611681 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611684 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611687 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611690 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611693 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611696 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282672 13953376256 611699 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 13462 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 828282673 13953376256 611702 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828282673 13953376256 611705 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828282673 13953376256 611708 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282675 13953376256 611710 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=13626344 CPUtime=0.18 cores=1,3,5,7
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 13462 0 -1 4202560 1923 0 0 0 18 0 0 0 16 0 18 0 828282675 13953376256 611713 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=13626344 CPUtime=0.21 cores=1,3,5,7
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 13462 0 -1 4202560 1446 0 0 0 21 0 0 0 15 0 18 0 828282675 13953376256 611716 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828282675 13953376256 611719 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=13626344 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 13462 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 828282675 13953376256 611721 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0

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

[pid=13662/tid=13682] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13682/stat : 13682 (java) S 13660 13662 13462 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828286166 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1673.88
Current children cumulated vsize (KiB) 13625896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/501 13739
/proc/meminfo: memFree=20470740/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13625896 CPUtime=1733.86 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 1492711 0 1 0 173202 184 0 0 24 0 19 0 828282669 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406474 1486649 2252 9 0 3397208 0
[pid=13662/tid=13663] ppid=13660 vsize=13625896 CPUtime=1713.98 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 845611 0 1 0 171295 103 0 0 25 0 19 0 828282670 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912506036727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=13625896 CPUtime=2.01 cores=1,3,5,7
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 13462 0 -1 4202560 98230 0 0 0 190 11 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=13625896 CPUtime=1.52 cores=1,3,5,7
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 13462 0 -1 4202560 54470 0 0 0 147 5 0 0 15 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=13625896 CPUtime=1.65 cores=1,3,5,7
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 13462 0 -1 4202560 57850 0 0 0 158 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=13625896 CPUtime=1.5 cores=1,3,5,7
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 13462 0 -1 4202560 51397 0 0 0 144 6 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=13625896 CPUtime=2.28 cores=1,3,5,7
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 13462 0 -1 4202560 105640 0 0 0 214 14 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=13625896 CPUtime=1.5 cores=1,3,5,7
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 13462 0 -1 4202560 54196 0 0 0 143 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=13625896 CPUtime=1.67 cores=1,3,5,7
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 13462 0 -1 4202560 73726 0 0 0 157 10 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=13625896 CPUtime=1.76 cores=1,3,5,7
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 13462 0 -1 4202560 61911 0 0 0 169 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=13625896 CPUtime=4.68 cores=1,3,5,7
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 13462 0 -1 4202560 82722 0 0 0 461 7 0 0 15 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=13625896 CPUtime=0.55 cores=1,3,5,7
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 13462 0 -1 4202560 2056 0 0 0 55 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=13625896 CPUtime=0.63 cores=1,3,5,7
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 13462 0 -1 4202560 3651 0 0 0 63 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 13462 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13682] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13682/stat : 13682 (java) S 13660 13662 13462 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828286166 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1733.86
Current children cumulated vsize (KiB) 13625896

[startup+1782.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/501 13740
/proc/meminfo: memFree=20470460/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13625896 CPUtime=1793.86 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 1492715 0 1 0 179202 184 0 0 24 0 19 0 828282669 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406474 1486649 2252 9 0 3397208 0
[pid=13662/tid=13663] ppid=13660 vsize=13625896 CPUtime=1773.98 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 845611 0 1 0 177295 103 0 0 25 0 19 0 828282670 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912506036741 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=13625896 CPUtime=2.01 cores=1,3,5,7
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 13462 0 -1 4202560 98230 0 0 0 190 11 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=13625896 CPUtime=1.52 cores=1,3,5,7
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 13462 0 -1 4202560 54470 0 0 0 147 5 0 0 15 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=13625896 CPUtime=1.65 cores=1,3,5,7
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 13462 0 -1 4202560 57850 0 0 0 158 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=13625896 CPUtime=1.5 cores=1,3,5,7
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 13462 0 -1 4202560 51397 0 0 0 144 6 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=13625896 CPUtime=2.28 cores=1,3,5,7
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 13462 0 -1 4202560 105640 0 0 0 214 14 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=13625896 CPUtime=1.5 cores=1,3,5,7
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 13462 0 -1 4202560 54196 0 0 0 143 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=13625896 CPUtime=1.67 cores=1,3,5,7
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 13462 0 -1 4202560 73726 0 0 0 157 10 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=13625896 CPUtime=1.76 cores=1,3,5,7
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 13462 0 -1 4202560 61911 0 0 0 169 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=13625896 CPUtime=4.68 cores=1,3,5,7
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 13462 0 -1 4202560 82722 0 0 0 461 7 0 0 15 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=13625896 CPUtime=0.55 cores=1,3,5,7
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 13462 0 -1 4202560 2056 0 0 0 55 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=13625896 CPUtime=0.63 cores=1,3,5,7
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 13462 0 -1 4202560 3651 0 0 0 63 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 13462 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13682] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13682/stat : 13682 (java) S 13660 13662 13462 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828286166 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1793.86
Current children cumulated vsize (KiB) 13625896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 2.13 2.05 2.01 3/501 13741
/proc/meminfo: memFree=20470580/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=13625896 CPUtime=1800.07 cores=1,3,5,7
/proc/13662/stat : 13662 (java) S 13660 13662 13462 0 -1 4202496 1492715 0 1 0 179823 184 0 0 24 0 19 0 828282669 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 3406474 1486649 2252 9 0 3397208 0
[pid=13662/tid=13663] ppid=13660 vsize=13625896 CPUtime=1780.2 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4202560 845611 0 1 0 177917 103 0 0 25 0 19 0 828282670 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 46912506036755 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=13625896 CPUtime=2.01 cores=1,3,5,7
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 13462 0 -1 4202560 98230 0 0 0 190 11 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=13625896 CPUtime=1.52 cores=1,3,5,7
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 13462 0 -1 4202560 54470 0 0 0 147 5 0 0 15 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=13625896 CPUtime=1.65 cores=1,3,5,7
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 13462 0 -1 4202560 57850 0 0 0 158 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=13625896 CPUtime=1.5 cores=1,3,5,7
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 13462 0 -1 4202560 51397 0 0 0 144 6 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=13625896 CPUtime=2.28 cores=1,3,5,7
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 13462 0 -1 4202560 105640 0 0 0 214 14 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=13625896 CPUtime=1.5 cores=1,3,5,7
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 13462 0 -1 4202560 54196 0 0 0 143 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=13625896 CPUtime=1.67 cores=1,3,5,7
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 13462 0 -1 4202560 73726 0 0 0 157 10 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=13625896 CPUtime=1.76 cores=1,3,5,7
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 13462 0 -1 4202560 61911 0 0 0 169 7 0 0 16 0 19 0 828282672 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=13625896 CPUtime=4.68 cores=1,3,5,7
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 13462 0 -1 4202560 82722 0 0 0 461 7 0 0 15 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828282673 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=13625896 CPUtime=0.55 cores=1,3,5,7
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 13462 0 -1 4202560 2056 0 0 0 55 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=13625896 CPUtime=0.63 cores=1,3,5,7
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 13462 0 -1 4202560 3651 0 0 0 63 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 13462 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 828282675 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=13662/tid=13682] ppid=13660 vsize=13625896 CPUtime=0 cores=1,3,5,7
/proc/13662/task/13682/stat : 13682 (java) S 13660 13662 13462 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828286166 13952917504 1486649 33554432000 1073741824 1073778376 140736250966208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13625896

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

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

[startup+1788.62 s]
/proc/loadavg: 2.13 2.05 2.01 3/501 13741
/proc/meminfo: memFree=20470580/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/13662/stat : 13662 (java) Z 13660 13662 13462 0 -1 4203548 1492755 0 1 0 179827 193 0 0 17 0 2 0 828282669 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 0 0 0 0 0 0 0
[pid=13662/tid=13663] ppid=13660 vsize=0 CPUtime=1780.3 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4203588 845611 0 1 0 177918 112 0 0 25 0 2 0 828282670 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1788.7 s]
/proc/loadavg: 2.13 2.05 2.01 3/485 13744
/proc/meminfo: memFree=25020628/32950928 swapFree=45617076/67111528
[pid=13662] ppid=13660 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/13662/stat : 13662 (java) Z 13660 13662 13462 0 -1 4203548 1492755 0 1 0 179827 202 0 0 17 0 2 0 828282669 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13662/statm: 0 0 0 0 0 0 0
[pid=13662/tid=13663] ppid=13660 vsize=0 CPUtime=1780.39 cores=1,3,5,7
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 13462 0 -1 4203588 845611 0 1 0 177918 121 0 0 25 0 2 0 828282670 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.75
CPU time (s): 1800.34
CPU user time (s): 1798.27
CPU system time (s): 2.06469
CPU usage (%): 100.648
Max. virtual memory (cumulated for all children) (KiB): 13627784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.06469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1492755
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= 37545
involuntary context switches= 8057

runsolver used 8.85065 second user time and 19.455 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 07:53:49
IDJOB=3459773
IDBENCH=71878
IDSOLVER=1952
FILE ID=node123/3459773-1307166825
RUNJOBID= node123-1307165025-13481
PBS_JOBID= 13508855
Free space on /tmp= 73736 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__512.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459773-1307166825/watcher-3459773-1307166825 -o /tmp/evaluation-result-3459773-1307166825/solver-3459773-1307166825 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459773-1307166825.opb

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=1665046856

node123.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.838
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.67
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.838
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26504444 kB
Buffers:        302704 kB
Cached:         505612 kB
SwapCached:       9456 kB
Active:        5823444 kB
Inactive:       332116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26504444 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:          129728 kB
Writeback:           0 kB
AnonPages:     5345008 kB
Mapped:          31444 kB
Slab:           137728 kB
PageTables:      85020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 146788768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73736 MiB
End job on node123 at 2011-06-04 08:23:39