Trace number 3743936

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.63 1786.73

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMa2f99c9ee3680d6c94873a7ed8cb4007
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 variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.09	c no version file found!!!
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1599470296
0.05/0.09	c Max memory 1607860224
0.05/0.09	c Total memory 1607860224
0.05/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3743936-1338789974.opb
0.07/0.11	c reading problem ... 
110.57/97.91	c ... done. Wall clock time 97.798s.
110.57/97.91	c CPU time (experimental) 25.82s.
110.57/97.91	c #vars     2000400
110.57/97.91	c #constraints  4940608
1800.12/1786.72	c starts		: 3
1800.12/1786.72	c conflicts		: 443
1800.12/1786.72	c decisions		: 594310
1800.12/1786.72	c propagations		: 14132738
1800.12/1786.72	c inspects		: 246320762
1800.12/1786.72	c learnt literals	: 0
1800.12/1786.72	c learnt binary clauses	: 2
1800.12/1786.72	c learnt ternary clauses	: 0
1800.12/1786.72	c learnt clauses	: 442
1800.12/1786.72	c root simplifications	: 0
1800.12/1786.72	c removed literals (reason simplification)	: 0
1800.12/1786.72	c reason swapping (by a shorter reason)	: 0
1800.12/1786.72	c Calls to reduceDB	: 0
1800.12/1786.72	c speed (decisions/second)	: 357.47002336778854
1800.12/1786.72	c non guided choices	0
1800.12/1786.72	s UNKNOWN
1800.12/1786.72	c Total wall clock time (ms): 1786.613

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-3743936-1338789974/watcher-3743936-1338789974 -o /tmp/evaluation-result-3743936-1338789974/solver-3743936-1338789974 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743936-1338789974.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.06 2.03 2.02 3/192 11112
/proc/meminfo: memFree=25368384/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11112/stat : 11112 (java) D 11110 11112 9704 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345123853 9515008 182 33554432000 1073741824 1073778376 140737438226864 140737438217896 273448517301 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 2323 182 140 9 0 71 0

[startup+0.0802679 s]
/proc/loadavg: 2.06 2.03 2.02 3/192 11112
/proc/meminfo: memFree=25368384/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2956804 CPUtime=0.05 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 3600 0 1 0 4 1 0 0 20 0 18 0 345123853 3027767296 5830 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739201 5830 1781 9 0 729885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2956804

[startup+0.100231 s]
/proc/loadavg: 2.06 2.03 2.02 3/192 11112
/proc/meminfo: memFree=25368384/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 4006 0 1 0 6 1 0 0 20 0 18 0 345123853 3028844544 6232 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 6237 2009 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300224 s]
/proc/loadavg: 2.06 2.03 2.02 3/192 11112
/proc/meminfo: memFree=25368384/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=0.44 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 5421 0 1 0 41 3 0 0 20 0 18 0 345123853 3028844544 29226 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 29226 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700286 s]
/proc/loadavg: 2.06 2.03 2.02 3/192 11112
/proc/meminfo: memFree=25368384/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=0.83 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 5480 0 1 0 77 6 0 0 20 0 18 0 345123853 3028844544 59434 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 59434 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.5008 s]
/proc/loadavg: 2.06 2.03 2.02 3/210 11130
/proc/meminfo: memFree=25046336/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=1.89 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 5774 0 1 0 174 15 0 0 20 0 18 0 345123853 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 137848 2249 9 0 729885 0
[pid=11112/tid=11114] ppid=11110 vsize=2957856 CPUtime=1.37 cores=0,2,4,6
/proc/11112/task/11114/stat : 11114 (java) R 11110 11112 9704 0 -1 4202560 2719 0 1 0 128 9 0 0 20 0 18 0 345123854 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683548790192 273451902221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11115] ppid=11110 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/11112/task/11115/stat : 11115 (java) S 11110 11112 9704 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683534404648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11116] ppid=11110 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/11112/task/11116/stat : 11116 (java) S 11110 11112 9704 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683413195688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11117] ppid=11110 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11112/task/11117/stat : 11117 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683412142888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11118] ppid=11110 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11112/task/11118/stat : 11118 (java) S 11110 11112 9704 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683411090088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11119] ppid=11110 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/11112/task/11119/stat : 11119 (java) S 11110 11112 9704 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683410037288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11120] ppid=11110 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345123856 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) S 11110 11112 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682924633064 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682921474704 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 712 0 0 0 7 0 0 0 20 0 18 0 345123860 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 967 0 0 0 6 0 0 0 20 0 18 0 345123860 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 137848 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2957856

[startup+3.1007 s]
/proc/loadavg: 2.06 2.03 2.02 3/210 11130
/proc/meminfo: memFree=24830808/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=4.08 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 6274 0 1 0 382 26 0 0 20 0 18 0 345123853 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 179513 2267 9 0 729885 0
[pid=11112/tid=11114] ppid=11110 vsize=2957856 CPUtime=2.81 cores=0,2,4,6
/proc/11112/task/11114/stat : 11114 (java) R 11110 11112 9704 0 -1 4202560 2732 0 1 0 272 9 0 0 20 0 18 0 345123854 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683548782704 140683415800528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11115] ppid=11110 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/11112/task/11115/stat : 11115 (java) S 11110 11112 9704 0 -1 4202560 70 0 0 0 10 2 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683534404648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11116] ppid=11110 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/11112/task/11116/stat : 11116 (java) S 11110 11112 9704 0 -1 4202560 63 0 0 0 10 3 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683413195688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11117] ppid=11110 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11112/task/11117/stat : 11117 (java) S 11110 11112 9704 0 -1 4202560 41 0 0 0 5 1 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683412142888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11118] ppid=11110 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/11112/task/11118/stat : 11118 (java) S 11110 11112 9704 0 -1 4202560 71 0 0 0 9 3 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683411090088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11119] ppid=11110 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11112/task/11119/stat : 11119 (java) S 11110 11112 9704 0 -1 4202560 47 0 0 0 7 1 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683410037288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11120] ppid=11110 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 57 0 0 0 9 2 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 345123856 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682924633064 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682921474704 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 753 0 0 0 18 0 0 0 20 0 18 0 345123860 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 1159 0 0 0 12 0 0 0 20 0 18 0 345123860 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 179513 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 2957856

[startup+6.30069 s]
/proc/loadavg: 2.06 2.03 2.02 3/210 11130
/proc/meminfo: memFree=24460264/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=9.74 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 15622 0 1 0 921 53 0 0 20 0 18 0 345123853 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 242458 2277 9 0 729885 0
[pid=11112/tid=11114] ppid=11110 vsize=2957856 CPUtime=5.32 cores=0,2,4,6
/proc/11112/task/11114/stat : 11114 (java) R 11110 11112 9704 0 -1 4202560 2742 0 1 0 522 10 0 0 20 0 18 0 345123854 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683548783200 140683415921823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11115] ppid=11110 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/11112/task/11115/stat : 11115 (java) S 11110 11112 9704 0 -1 4202560 564 0 0 0 35 5 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683534404648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11116] ppid=11110 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/11112/task/11116/stat : 11116 (java) S 11110 11112 9704 0 -1 4202560 470 0 0 0 38 5 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683413195688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11117] ppid=11110 vsize=2957856 CPUtime=0.36 cores=0,2,4,6
/proc/11112/task/11117/stat : 11117 (java) S 11110 11112 9704 0 -1 4202560 157 0 0 0 31 5 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683412142888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11118] ppid=11110 vsize=2957856 CPUtime=0.52 cores=0,2,4,6
/proc/11112/task/11118/stat : 11118 (java) S 11110 11112 9704 0 -1 4202560 192 0 0 0 45 7 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683411090088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11119] ppid=11110 vsize=2957856 CPUtime=0.38 cores=0,2,4,6
/proc/11112/task/11119/stat : 11119 (java) S 11110 11112 9704 0 -1 4202560 152 0 0 0 34 4 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683410037288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11120] ppid=11110 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 162 0 0 0 38 5 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=2957856 CPUtime=0.53 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 186 0 0 0 48 5 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=2957856 CPUtime=0.34 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 145 0 0 0 29 5 0 0 20 0 18 0 345123856 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682924633064 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345123857 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682921474704 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 5778 0 0 0 47 2 0 0 20 0 18 0 345123860 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=2957856 CPUtime=0.38 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 3892 0 0 0 38 0 0 0 20 0 18 0 345123860 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345123860 3028844544 242458 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (KiB) 2957856

[startup+12.7007 s]
/proc/loadavg: 2.45 2.11 2.04 3/210 11130
/proc/meminfo: memFree=24121112/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=2957856 CPUtime=20.81 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 19654 0 1 0 2004 77 0 0 20 0 18 0 345123853 3028844544 317828 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 739464 317828 2277 9 0 729885 0
[pid=11112/tid=11114] ppid=11110 vsize=2957856 CPUtime=10.12 cores=0,2,4,6

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

[pid=11112/tid=11120] ppid=11110 vsize=3024420 CPUtime=1.99 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 1076 0 0 0 187 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=3024420 CPUtime=2.01 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 1026 0 0 0 189 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 644 0 0 0 181 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=3024420 CPUtime=1580.22 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) R 11110 11112 9704 0 -1 4202560 148 0 0 0 157995 27 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682924633224 140683552952480 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682921474704 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 5786 0 0 0 84 2 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 3908 0 0 0 59 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=3024420 CPUtime=0.79 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 97 0 0 0 41 38 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11131] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11131/stat : 11131 (java) S 11110 11112 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345136271 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682915133096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1735.71
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 11215
/proc/meminfo: memFree=24388900/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=3024420 CPUtime=1795.71 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 20984 0 1 0 179421 150 0 0 20 0 19 0 345123853 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 756105 423865 2306 9 0 746526 0
[pid=11112/tid=11114] ppid=11110 vsize=3024420 CPUtime=142.19 cores=0,2,4,6
/proc/11112/task/11114/stat : 11114 (java) S 11110 11112 9704 0 -1 4202560 3282 0 1 0 14201 18 0 0 20 0 19 0 345123854 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683548790120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11115] ppid=11110 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/11112/task/11115/stat : 11115 (java) S 11110 11112 9704 0 -1 4202560 705 0 0 0 182 13 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683534404648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11116] ppid=11110 vsize=3024420 CPUtime=1.98 cores=0,2,4,6
/proc/11112/task/11116/stat : 11116 (java) S 11110 11112 9704 0 -1 4202560 1170 0 0 0 186 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683413195688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11117] ppid=11110 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/11112/task/11117/stat : 11117 (java) S 11110 11112 9704 0 -1 4202560 799 0 0 0 184 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683412142888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11118] ppid=11110 vsize=3024420 CPUtime=1.93 cores=0,2,4,6
/proc/11112/task/11118/stat : 11118 (java) S 11110 11112 9704 0 -1 4202560 569 0 0 0 178 15 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683411090088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11119] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11119/stat : 11119 (java) S 11110 11112 9704 0 -1 4202560 586 0 0 0 178 14 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683410037288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11120] ppid=11110 vsize=3024420 CPUtime=1.99 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 1076 0 0 0 187 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=3024420 CPUtime=2.01 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 1026 0 0 0 189 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 644 0 0 0 181 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=3024420 CPUtime=1635.85 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) R 11110 11112 9704 0 -1 4202560 152 0 0 0 163558 27 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682924633224 140683555646740 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682921474704 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 5786 0 0 0 84 2 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 3908 0 0 0 59 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=3024420 CPUtime=0.81 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 101 0 0 0 42 39 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11131] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11131/stat : 11131 (java) S 11110 11112 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345136271 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682915133096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1795.71
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 11216
/proc/meminfo: memFree=24386852/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=3024420 CPUtime=1800.02 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 20985 0 1 0 179852 150 0 0 20 0 19 0 345123853 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 756105 423865 2306 9 0 746526 0
[pid=11112/tid=11114] ppid=11110 vsize=3024420 CPUtime=142.38 cores=0,2,4,6
/proc/11112/task/11114/stat : 11114 (java) S 11110 11112 9704 0 -1 4202560 3283 0 1 0 14220 18 0 0 20 0 19 0 345123854 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683548790104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11115] ppid=11110 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/11112/task/11115/stat : 11115 (java) S 11110 11112 9704 0 -1 4202560 705 0 0 0 182 13 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683534404648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11116] ppid=11110 vsize=3024420 CPUtime=1.98 cores=0,2,4,6
/proc/11112/task/11116/stat : 11116 (java) S 11110 11112 9704 0 -1 4202560 1170 0 0 0 186 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683413195688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11117] ppid=11110 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/11112/task/11117/stat : 11117 (java) S 11110 11112 9704 0 -1 4202560 799 0 0 0 184 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683412142888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11118] ppid=11110 vsize=3024420 CPUtime=1.93 cores=0,2,4,6
/proc/11112/task/11118/stat : 11118 (java) S 11110 11112 9704 0 -1 4202560 569 0 0 0 178 15 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683411090088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11119] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11119/stat : 11119 (java) S 11110 11112 9704 0 -1 4202560 586 0 0 0 178 14 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683410037288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11120] ppid=11110 vsize=3024420 CPUtime=1.99 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 1076 0 0 0 187 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=3024420 CPUtime=2.01 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 1026 0 0 0 189 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 644 0 0 0 181 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=3024420 CPUtime=1639.96 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) R 11110 11112 9704 0 -1 4202560 152 0 0 0 163969 27 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682924633224 140683556558308 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682921474704 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 5786 0 0 0 84 2 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 3908 0 0 0 59 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=3024420 CPUtime=0.81 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 101 0 0 0 42 39 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11131] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11131/stat : 11131 (java) S 11110 11112 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345136271 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682915133096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1786.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 11216
/proc/meminfo: memFree=24386852/32873852 swapFree=6856/6856
[pid=11112] ppid=11110 vsize=3024420 CPUtime=1800.12 cores=0,2,4,6
/proc/11112/stat : 11112 (java) S 11110 11112 9704 0 -1 4202496 20986 0 1 0 179862 150 0 0 20 0 19 0 345123853 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140734734540432 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11112/statm: 756105 423865 2306 9 0 746526 0
[pid=11112/tid=11114] ppid=11110 vsize=3024420 CPUtime=142.38 cores=0,2,4,6
/proc/11112/task/11114/stat : 11114 (java) S 11110 11112 9704 0 -1 4202560 3283 0 1 0 14220 18 0 0 20 0 19 0 345123854 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683548790104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11115] ppid=11110 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/11112/task/11115/stat : 11115 (java) S 11110 11112 9704 0 -1 4202560 705 0 0 0 182 13 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683534404648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11116] ppid=11110 vsize=3024420 CPUtime=1.98 cores=0,2,4,6
/proc/11112/task/11116/stat : 11116 (java) S 11110 11112 9704 0 -1 4202560 1170 0 0 0 186 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683413195688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11117] ppid=11110 vsize=3024420 CPUtime=1.95 cores=0,2,4,6
/proc/11112/task/11117/stat : 11117 (java) S 11110 11112 9704 0 -1 4202560 799 0 0 0 184 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683412142888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11118] ppid=11110 vsize=3024420 CPUtime=1.93 cores=0,2,4,6
/proc/11112/task/11118/stat : 11118 (java) S 11110 11112 9704 0 -1 4202560 569 0 0 0 178 15 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683411090088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11119] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11119/stat : 11119 (java) S 11110 11112 9704 0 -1 4202560 586 0 0 0 178 14 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683410037288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11120] ppid=11110 vsize=3024420 CPUtime=1.99 cores=0,2,4,6
/proc/11112/task/11120/stat : 11120 (java) S 11110 11112 9704 0 -1 4202560 1076 0 0 0 187 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683408984488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11121] ppid=11110 vsize=3024420 CPUtime=2.01 cores=0,2,4,6
/proc/11112/task/11121/stat : 11121 (java) S 11110 11112 9704 0 -1 4202560 1026 0 0 0 189 12 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683407931688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11122] ppid=11110 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/11112/task/11122/stat : 11122 (java) S 11110 11112 9704 0 -1 4202560 644 0 0 0 181 11 0 0 20 0 19 0 345123856 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140683406878888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11112/tid=11123] ppid=11110 vsize=3024420 CPUtime=1640.07 cores=0,2,4,6
/proc/11112/task/11123/stat : 11123 (java) R 11110 11112 9704 0 -1 4202560 152 0 0 0 163980 27 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682924633224 140683554915732 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11124] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11124/stat : 11124 (java) S 11110 11112 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682923579128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11125] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11125/stat : 11125 (java) S 11110 11112 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345123857 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682922526216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11126] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11126/stat : 11126 (java) S 11110 11112 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682921474248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11127] ppid=11110 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/11112/task/11127/stat : 11127 (java) S 11110 11112 9704 0 -1 4202560 5786 0 0 0 84 2 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682920421816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11112/tid=11128] ppid=11110 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/11112/task/11128/stat : 11128 (java) S 11110 11112 9704 0 -1 4202560 3908 0 0 0 59 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682919369016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11129] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11129/stat : 11129 (java) S 11110 11112 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682918316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11112/tid=11130] ppid=11110 vsize=3024420 CPUtime=0.81 cores=0,2,4,6
/proc/11112/task/11130/stat : 11130 (java) S 11110 11112 9704 0 -1 4202560 101 0 0 0 42 39 0 0 20 0 19 0 345123860 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682917263816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11112/tid=11131] ppid=11110 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11112/task/11131/stat : 11131 (java) S 11110 11112 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345136271 3097006080 423865 33554432000 1073741824 1073778376 140734734549296 140682915133096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 3024420

Child status: 143
Real time (s): 1786.73
CPU time (s): 1800.63
CPU user time (s): 1798.63
CPU system time (s): 2.00169
CPU usage (%): 100.778
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 2.00169
maximum resident set size= 1695576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21015
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39164
involuntary context switches= 15023

runsolver used 6.08108 second user time and 15.2027 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 08:06:19
IDJOB=3743936
IDBENCH=92651
IDSOLVER=2319
FILE ID=node128/3743936-1338789974
RUNJOBID= node128-1338773754-9720
PBS_JOBID= 14636825
Free space on /tmp= 69988 MiB

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

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

MD5SUM BENCH= a2f99c9ee3680d6c94873a7ed8cb4007
RANDOM SEED=232421153

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        25368540 kB
Buffers:          561736 kB
Cached:          4333220 kB
SwapCached:          744 kB
Active:          4184920 kB
Inactive:        2410880 kB
Active(anon):    1691872 kB
Inactive(anon):    11420 kB
Active(file):    2493048 kB
Inactive(file):  2399460 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:            225480 kB
Writeback:             0 kB
AnonPages:       1706688 kB
Mapped:            22424 kB
Shmem:               200 kB
Slab:             767140 kB
SReclaimable:     206064 kB
SUnreclaim:       561076 kB
KernelStack:        1576 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1826936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 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= 70204 MiB
End job on node128 at 2012-06-04 08:36:08