Trace number 3743828

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.81 1716.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa2354293496c014ad5960b8fe1959c3f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22900311
Best CPU time to get the best result obtained on this benchmark1800.77
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.10	c no version file found!!!
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version	1.6.0_24
0.07/0.10	c os.name	Linux
0.07/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch	amd64
0.07/0.10	c Free memory 1599470296
0.07/0.10	c Max memory 1607860224
0.07/0.10	c Total memory 1607860224
0.07/0.10	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3743828-1338787714.opb
0.07/0.12	c reading problem ... 
25.86/16.19	c ... done. Wall clock time 16.065s.
25.86/16.19	c CPU time (experimental) 13.04s.
25.86/16.19	c #vars     1000400
25.86/16.19	c #constraints  2030008
506.10/437.02	c cleaning 7737 clauses out of 15501 for limit 350.7577639167812
1800.07/1716.81	c starts		: 14
1800.07/1716.81	c conflicts		: 46598
1800.07/1716.81	c decisions		: 233200
1800.07/1716.81	c propagations		: 252612559
1800.07/1716.81	c inspects		: 1931123377
1800.07/1716.81	c learnt literals	: 0
1800.07/1716.81	c learnt binary clauses	: 0
1800.07/1716.81	c learnt ternary clauses	: 0
1800.07/1716.81	c learnt clauses	: 46598
1800.07/1716.81	c root simplifications	: 0
1800.07/1716.81	c removed literals (reason simplification)	: 0
1800.07/1716.81	c reason swapping (by a shorter reason)	: 0
1800.07/1716.81	c Calls to reduceDB	: 1
1800.07/1716.81	c speed (decisions/second)	: 137.1407333265508
1800.07/1716.81	c non guided choices	0
1800.07/1716.81	s UNKNOWN
1800.07/1716.81	c Total wall clock time (ms): 1716.689

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3743828-1338787714/watcher-3743828-1338787714 -o /tmp/evaluation-result-3743828-1338787714/solver-3743828-1338787714 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743828-1338787714.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.00 3/194 20120
/proc/meminfo: memFree=25716544/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/20120/stat : 20120 (runsolver) D 20118 20120 17886 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 344896511 12095488 50 33554432000 4194304 5436572 140735744118848 140735744115144 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/20120/statm: 2953 50 31 304 0 2645 0

[startup+0.07068 s]
/proc/loadavg: 2.09 2.04 2.00 3/194 20120
/proc/meminfo: memFree=25716544/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2623916 CPUtime=0.03 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 3951 0 1 0 3 0 0 0 20 0 13 0 344896511 2686889984 5159 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 655979 5159 1708 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100251 s]
/proc/loadavg: 2.09 2.04 2.00 3/194 20120
/proc/meminfo: memFree=25716544/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 4128 0 1 0 6 1 0 0 20 0 18 0 344896511 3028844544 5846 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300227 s]
/proc/loadavg: 2.09 2.04 2.00 3/194 20120
/proc/meminfo: memFree=25716544/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 5842 0 1 0 41 1 0 0 20 0 18 0 344896511 3028844544 20058 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 20058 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2957856

[startup+0.700237 s]
/proc/loadavg: 2.09 2.04 2.00 3/194 20120
/proc/meminfo: memFree=25716544/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=1.43 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 14424 0 1 0 138 5 0 0 20 0 18 0 344896511 3028844544 44064 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 44064 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 2957856

[startup+1.50071 s]
/proc/loadavg: 2.09 2.04 2.00 3/212 20138
/proc/meminfo: memFree=25418796/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=2.67 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 14840 0 1 0 249 18 0 0 20 0 18 0 344896511 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 136788 2277 9 0 729885 0
[pid=20120/tid=20122] ppid=20118 vsize=2957856 CPUtime=1.35 cores=0,2,4,6
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 17886 0 -1 4202560 3250 0 1 0 127 8 0 0 20 0 18 0 344896513 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371724352872 140371560952706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 17886 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371707780136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 17886 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371706727336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 17886 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371705674536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 17886 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371704621736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20127] ppid=20118 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 17886 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371703568936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20128] ppid=20118 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 344896514 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 17886 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371688000488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4657 0 0 0 48 0 0 0 20 0 18 0 344896519 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5574 0 0 0 41 0 0 0 20 0 18 0 344896519 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 136788 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 2957856

[startup+3.1007 s]
/proc/loadavg: 2.09 2.04 2.00 3/212 20138
/proc/meminfo: memFree=25176388/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=4.79 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 15134 0 1 0 444 35 0 0 20 0 18 0 344896511 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 174713 2277 9 0 729885 0
[pid=20120/tid=20122] ppid=20118 vsize=2957856 CPUtime=2.77 cores=0,2,4,6
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 17886 0 -1 4202560 3251 0 1 0 268 9 0 0 20 0 18 0 344896513 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371724345504 140371561112994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 17886 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371707780136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 17886 0 -1 4202560 58 0 0 0 9 3 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371706727336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 17886 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371705674536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 17886 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371704621736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20127] ppid=20118 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 17886 0 -1 4202560 67 0 0 0 12 4 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371703568936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20128] ppid=20118 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 63 0 0 0 10 4 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 55 0 0 0 9 3 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 18 0 344896514 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 17886 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371688000488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4657 0 0 0 48 0 0 0 20 0 18 0 344896519 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5574 0 0 0 41 0 0 0 20 0 18 0 344896519 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 174713 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 2957856

[startup+6.30078 s]
/proc/loadavg: 2.08 2.04 2.00 10/212 20138
/proc/meminfo: memFree=24732856/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=10.61 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 16316 0 1 0 986 75 0 0 20 0 18 0 344896511 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 258218 2277 9 0 729885 0
[pid=20120/tid=20122] ppid=20118 vsize=2957856 CPUtime=5.07 cores=0,2,4,6
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 17886 0 -1 4202560 3256 0 1 0 497 10 0 0 20 0 18 0 344896513 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371724353256 223655027981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 17886 0 -1 4202560 102 0 0 0 38 4 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371707780136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=2957856 CPUtime=0.83 cores=0,2,4,6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 17886 0 -1 4202560 203 0 0 0 71 12 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371706727336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 17886 0 -1 4202560 137 0 0 0 41 7 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371705674536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=2957856 CPUtime=0.56 cores=0,2,4,6
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 17886 0 -1 4202560 151 0 0 0 47 9 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371704621736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20127] ppid=20118 vsize=2957856 CPUtime=0.62 cores=0,2,4,6
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 17886 0 -1 4202560 163 0 0 0 54 8 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371703568936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20128] ppid=20118 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 378 0 0 0 40 8 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=2957856 CPUtime=0.6 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 137 0 0 0 51 9 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=2957856 CPUtime=0.52 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 374 0 0 0 44 8 0 0 20 0 18 0 344896514 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 17886 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371688000488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344896516 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4657 0 0 0 49 0 0 0 20 0 18 0 344896519 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5574 0 0 0 41 0 0 0 20 0 18 0 344896519 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344896519 3028844544 258218 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 2957856

[startup+12.7006 s]
/proc/loadavg: 2.07 2.04 2.00 3/212 20138
/proc/meminfo: memFree=24380304/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=2957856 CPUtime=21.23 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 18480 0 1 0 2022 101 0 0 20 0 18 0 344896511 3028844544 336166 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 739464 336166 2277 9 0 729885 0
[pid=20120/tid=20122] ppid=20118 vsize=2957856 CPUtime=9.99 cores=0,2,4,6

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

[pid=20120/tid=20128] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 1481 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=3024420 CPUtime=13.33 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 1013 0 0 0 1303 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 1510 0 0 0 1353 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=3024420 CPUtime=621.9 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) R 20118 20120 17886 0 -1 4202560 1195548 0 0 0 61974 216 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371688000648 140371728491005 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4681 0 0 0 84 1 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5591 0 0 0 70 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 92 0 0 0 40 27 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20139] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20139/stat : 20139 (java) S 20118 20120 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344898148 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371560490664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1685.56
Current children cumulated vsize (KiB) 3024420

[startup+1662.3 s]
/proc/loadavg: 2.11 2.31 2.17 3/213 20215
/proc/meminfo: memFree=22871292/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=3024420 CPUtime=1745.56 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 1312045 0 1 0 174056 500 0 0 20 0 19 0 344896511 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 756105 428149 2310 9 0 746526 0
[pid=20120/tid=20122] ppid=20118 vsize=3024420 CPUtime=967.72 cores=0,2,4,6
/proc/20120/task/20122/stat : 20122 (java) S 20118 20120 17886 0 -1 4202560 3861 0 1 0 96743 29 0 0 20 0 19 0 344896513 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371724352856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=3024420 CPUtime=13.79 cores=0,2,4,6
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 17886 0 -1 4202560 1482 0 0 0 1352 27 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371707780136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=3024420 CPUtime=14.1 cores=0,2,4,6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 17886 0 -1 4202560 1499 0 0 0 1376 34 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371706727336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=3024420 CPUtime=13.44 cores=0,2,4,6
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 17886 0 -1 4202560 1486 0 0 0 1314 30 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371705674536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 17886 0 -1 4202560 1647 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371704621736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20127] ppid=20118 vsize=3024420 CPUtime=14.03 cores=0,2,4,6
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 17886 0 -1 4202560 976 0 0 0 1374 29 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371703568936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20128] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 1481 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=3024420 CPUtime=13.33 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 1013 0 0 0 1303 30 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 1510 0 0 0 1353 30 0 0 20 0 19 0 344896514 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=3024420 CPUtime=665.9 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) R 20118 20120 17886 0 -1 4202560 1285543 0 0 0 66360 230 0 0 20 0 19 0 344896516 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371688000648 140371728515388 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4681 0 0 0 84 1 0 0 20 0 19 0 344896519 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5591 0 0 0 70 0 0 0 20 0 19 0 344896519 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 94 0 0 0 42 28 0 0 20 0 19 0 344896519 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20139] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20139/stat : 20139 (java) S 20118 20120 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344898148 3097006080 428149 33554432000 1073741824 1073778376 140734091553568 140371560490664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.56
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1716.8 s]
/proc/loadavg: 2.04 2.26 2.16 3/213 20216
/proc/meminfo: memFree=22889520/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=3024420 CPUtime=1800.07 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 1392592 0 1 0 179494 513 0 0 20 0 19 0 344896511 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 756105 423413 2310 9 0 746526 0
[pid=20120/tid=20122] ppid=20118 vsize=3024420 CPUtime=982 cores=0,2,4,6
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 17886 0 -1 4202560 3879 0 1 0 98171 29 0 0 20 0 19 0 344896513 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371724352752 140371561499124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=3024420 CPUtime=13.79 cores=0,2,4,6
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 17886 0 -1 4202560 1482 0 0 0 1352 27 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371707780136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=3024420 CPUtime=14.1 cores=0,2,4,6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 17886 0 -1 4202560 1499 0 0 0 1376 34 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371706727336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=3024420 CPUtime=13.44 cores=0,2,4,6
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 17886 0 -1 4202560 1486 0 0 0 1314 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371705674536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 17886 0 -1 4202560 1647 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371704621736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20127] ppid=20118 vsize=3024420 CPUtime=14.03 cores=0,2,4,6
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 17886 0 -1 4202560 976 0 0 0 1374 29 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371703568936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20128] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 1481 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=3024420 CPUtime=13.33 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 1013 0 0 0 1303 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 1510 0 0 0 1353 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=3024420 CPUtime=706.12 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 17886 0 -1 4202560 1366068 0 0 0 70369 243 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371688000488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4681 0 0 0 84 1 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5591 0 0 0 70 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 98 0 0 0 43 29 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20139] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20139/stat : 20139 (java) S 20118 20120 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344898148 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371560490664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

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

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

[startup+1716.8 s]
/proc/loadavg: 2.04 2.26 2.16 3/213 20216
/proc/meminfo: memFree=22889520/32873844 swapFree=7628/7628
[pid=20120] ppid=20118 vsize=3024420 CPUtime=1800.07 cores=0,2,4,6
/proc/20120/stat : 20120 (java) S 20118 20120 17886 0 -1 4202496 1392592 0 1 0 179494 513 0 0 20 0 19 0 344896511 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140734091544704 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20120/statm: 756105 423413 2310 9 0 746526 0
[pid=20120/tid=20122] ppid=20118 vsize=3024420 CPUtime=982 cores=0,2,4,6
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 17886 0 -1 4202560 3879 0 1 0 98171 29 0 0 20 0 19 0 344896513 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371724352752 140371561499124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=3024420 CPUtime=13.79 cores=0,2,4,6
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 17886 0 -1 4202560 1482 0 0 0 1352 27 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371707780136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=3024420 CPUtime=14.1 cores=0,2,4,6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 17886 0 -1 4202560 1499 0 0 0 1376 34 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371706727336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=3024420 CPUtime=13.44 cores=0,2,4,6
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 17886 0 -1 4202560 1486 0 0 0 1314 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371705674536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 17886 0 -1 4202560 1647 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371704621736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20127] ppid=20118 vsize=3024420 CPUtime=14.03 cores=0,2,4,6
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 17886 0 -1 4202560 976 0 0 0 1374 29 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371703568936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20128] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 17886 0 -1 4202560 1481 0 0 0 1352 31 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371702516136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20129] ppid=20118 vsize=3024420 CPUtime=13.33 cores=0,2,4,6
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 17886 0 -1 4202560 1013 0 0 0 1303 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371701463336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20130] ppid=20118 vsize=3024420 CPUtime=13.83 cores=0,2,4,6
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 17886 0 -1 4202560 1510 0 0 0 1353 30 0 0 20 0 19 0 344896514 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371700410536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20131] ppid=20118 vsize=3024420 CPUtime=706.12 cores=0,2,4,6
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 17886 0 -1 4202560 1366068 0 0 0 70369 243 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371688000488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20132] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371686946552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20133] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20133/stat : 20133 (java) S 20118 20120 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344896516 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371685893640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20134] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20134/stat : 20134 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371684842128 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20120/tid=20135] ppid=20118 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20120/task/20135/stat : 20135 (java) S 20118 20120 17886 0 -1 4202560 4681 0 0 0 84 1 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371683789240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20120/tid=20136] ppid=20118 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/20120/task/20136/stat : 20136 (java) S 20118 20120 17886 0 -1 4202560 5591 0 0 0 70 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371682736440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20137] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20137/stat : 20137 (java) S 20118 20120 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371681683832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20120/tid=20138] ppid=20118 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/20120/task/20138/stat : 20138 (java) S 20118 20120 17886 0 -1 4202560 98 0 0 0 43 29 0 0 20 0 19 0 344896519 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371680631240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20120/tid=20139] ppid=20118 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20120/task/20139/stat : 20139 (java) S 20118 20120 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344898148 3097006080 423413 33554432000 1073741824 1073778376 140734091553568 140371560490664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

Child status: 143
Real time (s): 1716.82
CPU time (s): 1800.81
CPU user time (s): 1795.24
CPU system time (s): 5.57115
CPU usage (%): 104.892
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.24
system time used= 5.57115
maximum resident set size= 1752780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1392622
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169762
involuntary context switches= 76011

runsolver used 5.38918 second user time and 15.4047 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 07:28:37
IDJOB=3743828
IDBENCH=92633
IDSOLVER=2319
FILE ID=node144/3743828-1338787714
RUNJOBID= node144-1338765348-17902
PBS_JOBID= 14636814
Free space on /tmp= 70708 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_7_ic.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743828-1338787714/watcher-3743828-1338787714 -o /tmp/evaluation-result-3743828-1338787714/solver-3743828-1338787714 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743828-1338787714.opb           

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

MD5SUM BENCH= a2354293496c014ad5960b8fe1959c3f
RANDOM SEED=1304982784

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25716816 kB
Buffers:         1723944 kB
Cached:          3894060 kB
SwapCached:          464 kB
Active:          4294908 kB
Inactive:        1964184 kB
Active(anon):     621456 kB
Inactive(anon):    11188 kB
Active(file):    3673452 kB
Inactive(file):  1952996 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:            103392 kB
Writeback:             0 kB
AnonPages:        647488 kB
Mapped:            22568 kB
Shmem:               172 kB
Slab:             748016 kB
SReclaimable:     189380 kB
SUnreclaim:       558636 kB
KernelStack:        1592 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70636 MiB
End job on node144 at 2012-06-04 07:57:15