Trace number 3744770

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? (exit code) 591.27 585.88

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.20-15.opb
MD5SUM69d93578371ff5d961cf9c2ed676d21d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7604
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214438
Total number of constraints4086528
Number of constraints which are clauses4086528
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version	1.6.0_24
0.04/0.08	c os.name	Linux
0.04/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch	amd64
0.04/0.08	c Free memory 1599470296
0.04/0.08	c Max memory 1607860224
0.04/0.08	c Total memory 1607860224
0.04/0.08	c Number of processors 8
0.10/0.10	--- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.10	c No reason simplification
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3744770-1338808590.opb
0.10/0.10	c reading problem ... 
18.99/16.34	c ... done. Wall clock time 16.239s.
18.99/16.34	c CPU time (experimental) 15.43s.
18.99/16.34	c #vars     214438
18.99/16.34	c #constraints  1426793
21.60/18.42	c SATISFIABLE
21.60/18.42	c OPTIMIZING...
21.60/18.42	c Got one! Elapsed wall clock time (in seconds):18.316
23.34/20.15	o 936774
27.05/23.55	c Got one! Elapsed wall clock time (in seconds):23.447
28.75/25.29	o 783392
32.01/28.36	c Got one! Elapsed wall clock time (in seconds):28.254
33.82/30.12	o 746778
37.84/34.06	c Got one! Elapsed wall clock time (in seconds):33.962
39.64/35.85	o 503361
43.94/40.18	c Got one! Elapsed wall clock time (in seconds):40.077
45.74/42.00	o 355758
49.34/45.58	c Got one! Elapsed wall clock time (in seconds):45.475
51.24/47.40	o 299413
578.77/573.31	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
582.57/577.14		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
591.27/585.87	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
591.27/585.87		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
591.27/585.87		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
591.27/585.87		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
591.27/585.87		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
591.27/585.87		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3744770-1338808590/watcher-3744770-1338808590 -o /tmp/evaluation-result-3744770-1338808590/solver-3744770-1338808590 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744770-1338808590.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: 1.08 1.33 1.69 3/193 18237
/proc/meminfo: memFree=25882156/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/18237/stat : 18237 (java) R 18235 18237 17511 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 346983739 23793664 716 33554432000 1073741824 1073778376 140736154576912 140736154565976 254741148630 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 5809 716 531 9 0 128 0

[startup+0.0583681 s]
/proc/loadavg: 1.08 1.33 1.69 3/193 18237
/proc/meminfo: memFree=25882156/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2623916 CPUtime=0.04 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 4018 0 1 0 3 1 0 0 20 0 13 0 346983739 2686889984 5225 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 655979 5225 1715 9 0 646680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2623916

[startup+0.100261 s]
/proc/loadavg: 1.08 1.33 1.69 3/193 18237
/proc/meminfo: memFree=25882156/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 4980 0 1 0 9 1 0 0 20 0 18 0 346983739 3028844544 6171 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 6171 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300223 s]
/proc/loadavg: 1.08 1.33 1.69 3/193 18237
/proc/meminfo: memFree=25882156/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 6119 0 1 0 45 2 0 0 20 0 18 0 346983739 3028844544 11766 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 11766 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700288 s]
/proc/loadavg: 1.08 1.33 1.69 3/193 18237
/proc/meminfo: memFree=25882156/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=1.1 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 9140 0 1 0 105 5 0 0 20 0 18 0 346983739 3028844544 46250 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 46250 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2957856

[startup+1.50068 s]
/proc/loadavg: 1.08 1.33 1.69 3/211 18255
/proc/meminfo: memFree=25518416/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=2.02 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 9343 0 1 0 188 14 0 0 20 0 18 0 346983739 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 116934 2266 9 0 729885 0
[pid=18237/tid=18239] ppid=18235 vsize=2957856 CPUtime=1.43 cores=0,2,4,6
/proc/18237/task/18239/stat : 18239 (java) R 18235 18237 17511 0 -1 4202560 3276 0 1 0 135 8 0 0 20 0 18 0 346983740 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977691697264 139977563683496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 17511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977557584296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 17511 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977556531752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 17511 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977555478696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 17511 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977554426152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 17511 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977553374120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 17511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977552321576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 17511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977551268520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 17511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346983741 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977550215976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 17511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977067719016 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 17511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977066665336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 1618 0 0 0 18 0 0 0 20 0 18 0 346983745 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=2957856 CPUtime=0.21 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 3191 0 0 0 21 0 0 0 20 0 18 0 346983745 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 116934 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 2957856

[startup+3.10074 s]
/proc/loadavg: 1.23 1.36 1.69 3/211 18255
/proc/meminfo: memFree=25314560/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=3.87 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 9464 0 1 0 367 20 0 0 20 0 18 0 346983739 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 128740 2266 9 0 729885 0
[pid=18237/tid=18239] ppid=18235 vsize=2957856 CPUtime=2.94 cores=0,2,4,6
/proc/18237/task/18239/stat : 18239 (java) R 18235 18237 17511 0 -1 4202560 3278 0 1 0 285 9 0 0 20 0 18 0 346983740 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977691704952 139977563749443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 17511 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977557584296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 17511 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977556531752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 17511 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977555478696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 17511 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977554426152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 17511 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977553374120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 17511 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977552321576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 17511 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977551268520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 17511 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 346983741 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977550215976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 17511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977067719016 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 17511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977066665336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=2957856 CPUtime=0.19 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 1622 0 0 0 19 0 0 0 20 0 18 0 346983745 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=2957856 CPUtime=0.21 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 3193 0 0 0 21 0 0 0 20 0 18 0 346983745 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 128740 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 2957856

[startup+6.30069 s]
/proc/loadavg: 1.23 1.36 1.69 3/211 18255
/proc/meminfo: memFree=25165624/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=7.63 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 9701 0 1 0 734 29 0 0 20 0 18 0 346983739 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 147550 2266 9 0 729885 0
[pid=18237/tid=18239] ppid=18235 vsize=2957856 CPUtime=5.9 cores=0,2,4,6
/proc/18237/task/18239/stat : 18239 (java) R 18235 18237 17511 0 -1 4202560 3283 0 1 0 581 9 0 0 20 0 18 0 346983740 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977691697440 139977563784384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 17511 0 -1 4202560 74 0 0 0 14 3 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977557584296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 17511 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977556531752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 17511 0 -1 4202560 38 0 0 0 11 2 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977555478696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 17511 0 -1 4202560 52 0 0 0 12 3 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977554426152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 17511 0 -1 4202560 36 0 0 0 10 3 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977553374120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 17511 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977552321576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 17511 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977551268520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 17511 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 18 0 346983741 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977550215976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 17511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977067719016 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 17511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977066665336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346983742 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=2957856 CPUtime=0.19 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 1622 0 0 0 19 0 0 0 20 0 18 0 346983745 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=2957856 CPUtime=0.23 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 3210 0 0 0 23 0 0 0 20 0 18 0 346983745 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346983745 3028844544 147550 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 1.35 1.38 1.70 3/211 18256
/proc/meminfo: memFree=24991196/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=2957856 CPUtime=14.91 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 10796 0 1 0 1453 38 0 0 20 0 18 0 346983739 3028844544 170531 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 739464 170531 2266 9 0 729885 0
[pid=18237/tid=18239] ppid=18235 vsize=2957856 CPUtime=11.97 cores=0,2,4,6

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

/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 7728 0 0 0 80 2 0 0 20 0 20 0 346983745 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 4959 0 0 0 65 2 0 0 20 0 20 0 346983745 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=3090984 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 35 0 0 0 7 6 0 0 20 0 20 0 346983745 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18270] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18270/stat : 18270 (java) S 18235 18237 17511 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346988664 3165167616 420094 33554432000 1073741824 1073778376 140736154576912 139977058219304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 589.86
Current children cumulated vsize (KiB) 3090984

[startup+585.201 s]
/proc/loadavg: 1.99 1.89 1.82 3/214 18279
/proc/meminfo: memFree=22993412/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=3090984 CPUtime=590.67 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 20616 0 1 0 58937 130 0 0 20 0 20 0 346983739 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 772746 420101 2305 9 0 763167 0
[pid=18237/tid=18239] ppid=18235 vsize=3090984 CPUtime=545.73 cores=0,2,4,6
/proc/18237/task/18239/stat : 18239 (java) S 18235 18237 17511 0 -1 4202560 3372 0 1 0 54552 21 0 0 20 0 20 0 346983740 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977691706552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=3090984 CPUtime=0.61 cores=0,2,4,6
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 17511 0 -1 4202560 346 0 0 0 52 9 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977557584296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 17511 0 -1 4202560 421 0 0 0 63 10 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977556531752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 17511 0 -1 4202560 322 0 0 0 46 12 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977555478696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=3090984 CPUtime=0.81 cores=0,2,4,6
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 17511 0 -1 4202560 498 0 0 0 65 16 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977554426152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=3090984 CPUtime=0.64 cores=0,2,4,6
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 17511 0 -1 4202560 454 0 0 0 51 13 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977553374120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=3090984 CPUtime=0.54 cores=0,2,4,6
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 17511 0 -1 4202560 336 0 0 0 40 14 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977552321576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 17511 0 -1 4202560 425 0 0 0 52 15 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977551268520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=3090984 CPUtime=0.6 cores=0,2,4,6
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 17511 0 -1 4202560 369 0 0 0 49 11 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977550215976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=3090984 CPUtime=36.46 cores=0,2,4,6
/proc/18237/task/18248/stat : 18248 (java) R 18235 18237 17511 0 -1 4202560 124 0 0 0 3643 3 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977067719176 139977695867249 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977066665336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 7728 0 0 0 80 2 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 4959 0 0 0 65 2 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=3090984 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 35 0 0 0 7 6 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18270] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18270/stat : 18270 (java) S 18235 18237 17511 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346988664 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977058219304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18279] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18279/stat : 18279 (java) S 18235 18237 17511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347042154 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977057166184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 590.67
Current children cumulated vsize (KiB) 3090984

[startup+585.601 s]
/proc/loadavg: 1.99 1.89 1.82 3/214 18279
/proc/meminfo: memFree=22993404/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=3090984 CPUtime=591.08 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 20616 0 1 0 58978 130 0 0 20 0 20 0 346983739 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 772746 420101 2305 9 0 763167 0
[pid=18237/tid=18239] ppid=18235 vsize=3090984 CPUtime=545.73 cores=0,2,4,6
/proc/18237/task/18239/stat : 18239 (java) S 18235 18237 17511 0 -1 4202560 3372 0 1 0 54552 21 0 0 20 0 20 0 346983740 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977691706552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=3090984 CPUtime=0.61 cores=0,2,4,6
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 17511 0 -1 4202560 346 0 0 0 52 9 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977557584296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 17511 0 -1 4202560 421 0 0 0 63 10 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977556531752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 17511 0 -1 4202560 322 0 0 0 46 12 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977555478696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=3090984 CPUtime=0.81 cores=0,2,4,6
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 17511 0 -1 4202560 498 0 0 0 65 16 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977554426152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=3090984 CPUtime=0.64 cores=0,2,4,6
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 17511 0 -1 4202560 454 0 0 0 51 13 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977553374120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=3090984 CPUtime=0.54 cores=0,2,4,6
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 17511 0 -1 4202560 336 0 0 0 40 14 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977552321576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 17511 0 -1 4202560 425 0 0 0 52 15 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977551268520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=3090984 CPUtime=0.6 cores=0,2,4,6
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 17511 0 -1 4202560 369 0 0 0 49 11 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977550215976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=3090984 CPUtime=36.86 cores=0,2,4,6
/proc/18237/task/18248/stat : 18248 (java) R 18235 18237 17511 0 -1 4202560 124 0 0 0 3683 3 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977067719176 139977698562007 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977066665336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 7728 0 0 0 80 2 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 4959 0 0 0 65 2 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=3090984 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 35 0 0 0 7 6 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18270] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18270/stat : 18270 (java) S 18235 18237 17511 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346988664 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977058219304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18279] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18279/stat : 18279 (java) S 18235 18237 17511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347042154 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977057166184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 591.08
Current children cumulated vsize (KiB) 3090984

[startup+585.801 s]
/proc/loadavg: 1.99 1.89 1.82 3/214 18279
/proc/meminfo: memFree=22993404/32873844 swapFree=7628/7628
[pid=18237] ppid=18235 vsize=3090984 CPUtime=591.27 cores=0,2,4,6
/proc/18237/stat : 18237 (java) S 18235 18237 17511 0 -1 4202496 20616 0 1 0 58997 130 0 0 20 0 20 0 346983739 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 140736154568048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18237/statm: 772746 420101 2305 9 0 763167 0
[pid=18237/tid=18239] ppid=18235 vsize=3090984 CPUtime=545.73 cores=0,2,4,6
/proc/18237/task/18239/stat : 18239 (java) S 18235 18237 17511 0 -1 4202560 3372 0 1 0 54552 21 0 0 20 0 20 0 346983740 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977691706552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=3090984 CPUtime=0.61 cores=0,2,4,6
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 17511 0 -1 4202560 346 0 0 0 52 9 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977557584296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 17511 0 -1 4202560 421 0 0 0 63 10 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977556531752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 17511 0 -1 4202560 322 0 0 0 46 12 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977555478696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=3090984 CPUtime=0.81 cores=0,2,4,6
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 17511 0 -1 4202560 498 0 0 0 65 16 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977554426152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=3090984 CPUtime=0.64 cores=0,2,4,6
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 17511 0 -1 4202560 454 0 0 0 51 13 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977553374120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=3090984 CPUtime=0.54 cores=0,2,4,6
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 17511 0 -1 4202560 336 0 0 0 40 14 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977552321576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 17511 0 -1 4202560 425 0 0 0 52 15 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977551268520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=3090984 CPUtime=0.6 cores=0,2,4,6
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 17511 0 -1 4202560 369 0 0 0 49 11 0 0 20 0 20 0 346983741 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977550215976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=3090984 CPUtime=37.06 cores=0,2,4,6
/proc/18237/task/18248/stat : 18248 (java) R 18235 18237 17511 0 -1 4202560 124 0 0 0 3703 3 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977067719176 254749982996 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977066665336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 17511 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346983742 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977065612168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977064560912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 17511 0 -1 4202560 7728 0 0 0 80 2 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977063508792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 17511 0 -1 4202560 4959 0 0 0 65 2 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977062456248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 17511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977061403384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=3090984 CPUtime=0.13 cores=0,2,4,6
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 17511 0 -1 4202560 35 0 0 0 7 6 0 0 20 0 20 0 346983745 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977060351048 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18270] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18270/stat : 18270 (java) S 18235 18237 17511 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346988664 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977058219304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18237/tid=18279] ppid=18235 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18237/task/18279/stat : 18279 (java) S 18235 18237 17511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347042154 3165167616 420101 33554432000 1073741824 1073778376 140736154576912 139977057166184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 591.27
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18237 and gives
#  childrusage.ru_utime.tv_sec=588
#  childrusage.ru_utime.tv_usec=442543
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=472776
# CPU time returned by wait4() is 589.915
# while last known CPU time is 591.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 585.88
CPU time (s): 591.27
CPU user time (s): 589.97
CPU system time (s): 1.3
CPU usage (%): 100.92
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 588.443
system time used= 1.47278
maximum resident set size= 1680420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20625
page faults= 1
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13628
involuntary context switches= 6164

runsolver used 1.19582 second user time and 2.92755 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 13:16:34
IDJOB=3744770
IDBENCH=92840
IDSOLVER=2319
FILE ID=node145/3744770-1338808590
RUNJOBID= node145-1338808590-18192
PBS_JOBID= 14636861
Free space on /tmp= 70720 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb1-0.20-15.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744770-1338808590/watcher-3744770-1338808590 -o /tmp/evaluation-result-3744770-1338808590/solver-3744770-1338808590 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744770-1338808590.opb           

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

MD5SUM BENCH= 69d93578371ff5d961cf9c2ed676d21d
RANDOM SEED=648127527

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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		: 2667.149
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	: 5313.38
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25880488 kB
Buffers:          456952 kB
Cached:          5187292 kB
SwapCached:            0 kB
Active:          2415188 kB
Inactive:        3691096 kB
Active(anon):     453272 kB
Inactive(anon):    10916 kB
Active(file):    1961916 kB
Inactive(file):  3680180 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            214448 kB
Writeback:             0 kB
AnonPages:        493864 kB
Mapped:            22180 kB
Shmem:               200 kB
Slab:             733352 kB
SReclaimable:     174212 kB
SUnreclaim:       559140 kB
KernelStack:        1584 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1822236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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= 70716 MiB
End job on node145 at 2012-06-04 13:26:20