Trace number 3293767

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 164.161 163.762

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3293767-1303794230.cnf
0.06/0.09	c reading problem ... 
4.83/4.79	c ... done. Wall clock time 4.7s.
6.30/6.03	c #vars     1987351
6.30/6.03	c #constraints  5961539
6.30/6.03	c constraints type 
6.30/6.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1990007
6.30/6.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3970805
164.09/163.72	c starts		: 4
164.09/163.72	c conflicts		: 1246
164.09/163.72	c decisions		: 2355
164.09/163.72	c propagations		: 270022949
164.09/163.72	c inspects		: 637351880
164.09/163.72	c shortcuts		: 0
164.09/163.72	c learnt literals	: 60
164.09/163.72	c learnt binary clauses	: 108
164.09/163.72	c learnt ternary clauses	: 52
164.09/163.72	c learnt constraints	: 1185
164.09/163.72	c ignored constraints	: 0
164.09/163.72	c root simplifications	: 63
164.09/163.72	c removed literals (reason simplification)	: 369471
164.09/163.72	c reason swapping (by a shorter reason)	: 0
164.09/163.72	c Calls to reduceDB	: 0
164.09/163.72	c speed (assignments/second)	: 1699155.2077827281
164.09/163.72	c non guided choices	546
164.09/163.72	c learnt constraints type 
164.09/163.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
164.09/163.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 219
164.09/163.72	c constraints type 
164.09/163.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1990007
164.09/163.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3970805
164.09/163.72	s UNSATISFIABLE
164.09/163.72	c Total wall clock time (in seconds) : 163.629

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3293767-1303794230/watcher-3293767-1303794230 -o /tmp/evaluation-result-3293767-1303794230/solver-3293767-1303794230 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293767-1303794230.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.18 3.78 3.59 5/240 16459
/proc/meminfo: memFree=20106376/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=9020 CPUtime=0 cores=4,6
/proc/16459/stat : 16459 (java) R 16457 16459 16351 0 -1 4194304 135 0 0 0 0 0 0 0 22 0 1 0 491022927 9236480 87 33554432000 1073741824 1073778376 140734237796768 18446744073709551615 237273916977 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16459/statm: 2255 88 71 9 0 34 0

[startup+0.0806571 s]
/proc/loadavg: 3.18 3.78 3.59 5/240 16459
/proc/meminfo: memFree=20106376/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 9487 0 1 0 5 1 0 0 22 0 18 0 491022927 7751618560 9183 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1892485 9183 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100655 s]
/proc/loadavg: 3.18 3.78 3.59 5/240 16459
/proc/meminfo: memFree=20106376/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7636216 CPUtime=0.1 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 12544 0 1 0 9 1 0 0 22 0 18 0 491022927 7819485184 12240 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1909054 12240 2094 9 0 1899792 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636216

[startup+0.300618 s]
/proc/loadavg: 3.18 3.78 3.59 5/240 16459
/proc/meminfo: memFree=20106376/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7637568 CPUtime=0.43 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 31221 0 1 0 40 3 0 0 22 0 18 0 491022927 7820869632 30049 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1909392 30049 2198 9 0 1900130 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7637568

[startup+0.700548 s]
/proc/loadavg: 3.18 3.78 3.59 5/240 16459
/proc/meminfo: memFree=20106376/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7637568 CPUtime=0.83 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 46407 0 1 0 78 5 0 0 22 0 18 0 491022927 7820869632 45235 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1909392 45235 2198 9 0 1900130 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 7637568

[startup+1.5014 s]
/proc/loadavg: 3.48 3.83 3.61 6/260 16479
/proc/meminfo: memFree=19582376/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7637568 CPUtime=1.64 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 77111 0 1 0 155 9 0 0 22 0 18 0 491022927 7820869632 75938 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1909392 75940 2199 9 0 1900130 0
[pid=16459/tid=16461] ppid=16457 vsize=7637568 CPUtime=1.47 cores=4,6
/proc/16459/task/16461/stat : 16461 (java) R 16457 16459 16351 0 -1 4202560 72879 0 1 0 139 8 0 0 25 0 18 0 491022928 7820869632 75940 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 46912505515672 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16459/tid=16462] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75941 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75942 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75943 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75944 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75945 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75946 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75947 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 75949 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 491022930 7820869632 75949 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 491022930 7820869632 75950 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 491022930 7820869632 75951 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022932 7820869632 75952 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7637568 CPUtime=0.02 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 486 0 0 0 2 0 0 0 25 0 18 0 491022932 7820869632 75953 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7637568 CPUtime=0.12 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2595 0 0 0 12 0 0 0 25 0 18 0 491022932 7820869632 75954 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022932 7820869632 75955 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 491022932 7820869632 75956 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 7637568

[startup+3.10112 s]
/proc/loadavg: 3.48 3.83 3.61 5/260 16479
/proc/meminfo: memFree=19311924/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7637568 CPUtime=3.23 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 137001 0 1 0 306 17 0 0 22 0 18 0 491022927 7820869632 135828 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1909392 135829 2199 9 0 1900130 0
[pid=16459/tid=16461] ppid=16457 vsize=7637568 CPUtime=3.08 cores=4,6
/proc/16459/task/16461/stat : 16461 (java) R 16457 16459 16351 0 -1 4202560 132768 0 1 0 291 17 0 0 25 0 18 0 491022928 7820869632 135829 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 46912505515764 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16459/tid=16462] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135830 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135831 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135832 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135833 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135833 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135834 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135836 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022929 7820869632 135837 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 491022930 7820869632 135838 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 491022930 7820869632 135838 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 491022930 7820869632 135839 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022932 7820869632 135840 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7637568 CPUtime=0.02 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 486 0 0 0 2 0 0 0 25 0 18 0 491022932 7820869632 135841 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7637568 CPUtime=0.12 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2595 0 0 0 12 0 0 0 25 0 18 0 491022932 7820869632 135843 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022932 7820869632 135843 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7637568 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 491022932 7820869632 135845 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 7637568

[startup+6.30155 s]
/proc/loadavg: 4.00 3.94 3.65 8/262 16483
/proc/meminfo: memFree=18664708/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7639736 CPUtime=6.62 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 228700 0 1 0 633 29 0 0 22 0 19 0 491022927 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1909934 226639 2220 9 0 1900672 0
[pid=16459/tid=16461] ppid=16457 vsize=7639736 CPUtime=5.98 cores=4,6
/proc/16459/task/16461/stat : 16461 (java) R 16457 16459 16351 0 -1 4202560 223171 0 1 0 570 28 0 0 25 0 19 0 491022928 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 46912505699432 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16459/tid=16462] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 491022930 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 491022930 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491022930 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7639736 CPUtime=0.26 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 1683 0 0 0 26 0 0 0 16 0 19 0 491022932 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7639736 CPUtime=0.36 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2682 0 0 0 36 0 0 0 15 0 19 0 491022932 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 491022932 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16483] ppid=16457 vsize=7639736 CPUtime=0 cores=4,6
/proc/16459/task/16483/stat : 16483 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023437 7823089664 226639 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 7639736

[startup+12.7014 s]
/proc/loadavg: 4.00 3.94 3.65 6/263 16484
/proc/meminfo: memFree=18642464/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7640020 CPUtime=13.09 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 229789 0 1 0 1280 29 0 0 22 0 19 0 491022927 7823380480 227525 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0

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

/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7640020 CPUtime=0.41 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 1935 0 0 0 41 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7640020 CPUtime=0.39 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2685 0 0 0 39 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16483] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16483/stat : 16483 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023437 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 163.39
Current children cumulated vsize (KiB) 7640020

[startup+163.401 s]
/proc/loadavg: 2.22 3.24 3.43 3/214 16524
/proc/meminfo: memFree=18485260/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7640020 CPUtime=163.8 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 230558 0 1 0 16350 30 0 0 22 0 19 0 491022927 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1910005 228280 2224 9 0 1900743 0
[pid=16459/tid=16461] ppid=16457 vsize=7640020 CPUtime=162.98 cores=4,6
/proc/16459/task/16461/stat : 16461 (java) R 16457 16459 16351 0 -1 4202560 224764 0 1 0 16269 29 0 0 25 0 19 0 491022928 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 46912505871800 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16459/tid=16462] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7640020 CPUtime=0.41 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 1935 0 0 0 41 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7640020 CPUtime=0.39 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2685 0 0 0 39 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16483] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16483/stat : 16483 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023437 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 163.8
Current children cumulated vsize (KiB) 7640020

[startup+163.602 s]
/proc/loadavg: 2.22 3.24 3.43 3/214 16524
/proc/meminfo: memFree=18485260/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7640020 CPUtime=163.99 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 230558 0 1 0 16369 30 0 0 22 0 19 0 491022927 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1910005 228280 2224 9 0 1900743 0
[pid=16459/tid=16461] ppid=16457 vsize=7640020 CPUtime=163.17 cores=4,6
/proc/16459/task/16461/stat : 16461 (java) R 16457 16459 16351 0 -1 4202560 224764 0 1 0 16288 29 0 0 25 0 19 0 491022928 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 46912505675081 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16459/tid=16462] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7640020 CPUtime=0.41 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 1935 0 0 0 41 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7640020 CPUtime=0.39 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2685 0 0 0 39 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 491022932 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16483] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16483/stat : 16483 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023437 7823380480 228280 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 163.99
Current children cumulated vsize (KiB) 7640020

[startup+163.702 s]
/proc/loadavg: 2.22 3.24 3.43 3/214 16524
/proc/meminfo: memFree=18485260/32950904 swapFree=67082284/67111528
[pid=16459] ppid=16457 vsize=7640020 CPUtime=164.09 cores=4,6
/proc/16459/stat : 16459 (java) S 16457 16459 16351 0 -1 4202496 230561 0 1 0 16379 30 0 0 22 0 19 0 491022927 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16459/statm: 1910005 228281 2224 9 0 1900743 0
[pid=16459/tid=16461] ppid=16457 vsize=7640020 CPUtime=163.27 cores=4,6
/proc/16459/task/16461/stat : 16461 (java) R 16457 16459 16351 0 -1 4202560 224765 0 1 0 16298 29 0 0 25 0 19 0 491022928 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 46912505675081 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16459/tid=16462] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16462/stat : 16462 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16463] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16463/stat : 16463 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16464] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16464/stat : 16464 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16465] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16465/stat : 16465 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16466] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16466/stat : 16466 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16467] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16467/stat : 16467 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16468] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16468/stat : 16468 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16469] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16469/stat : 16469 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022929 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16470] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16470/stat : 16470 (java) S 16457 16459 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022930 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 0 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16471] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16471/stat : 16471 (java) S 16457 16459 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16472] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16472/stat : 16472 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491022930 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16473] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16473/stat : 16473 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290703281 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16474] ppid=16457 vsize=7640020 CPUtime=0.41 cores=4,6
/proc/16459/task/16474/stat : 16474 (java) S 16457 16459 16351 0 -1 4202560 1937 0 0 0 41 0 0 0 15 0 19 0 491022932 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16475] ppid=16457 vsize=7640020 CPUtime=0.39 cores=4,6
/proc/16459/task/16475/stat : 16475 (java) S 16457 16459 16351 0 -1 4202560 2685 0 0 0 39 0 0 0 15 0 19 0 491022932 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16476] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16476/stat : 16476 (java) S 16457 16459 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022932 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290695577 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=16459/tid=16477] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16477/stat : 16477 (java) S 16457 16459 16351 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 491022932 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=16459/tid=16483] ppid=16457 vsize=7640020 CPUtime=0 cores=4,6
/proc/16459/task/16483/stat : 16483 (java) S 16457 16459 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023437 7823380480 228281 33554432000 1073741824 1073778376 140736395730176 18446744073709551615 237290696192 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 164.09
Current children cumulated vsize (KiB) 7640020

Child status: 20
Real time (s): 163.762
CPU time (s): 164.161
CPU user time (s): 163.818
CPU system time (s): 0.342947
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 7640480

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

runsolver used 0.297954 second user time and 0.599908 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 07:03:52
IDJOB=3293767
IDBENCH=88172
IDSOLVER=1611
FILE ID=node121/3293767-1303794230
RUNJOBID= node121-1303794230-16371
PBS_JOBID= 13157287
Free space on /tmp= 72536 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293767-1303794230/watcher-3293767-1303794230 -o /tmp/evaluation-result-3293767-1303794230/solver-3293767-1303794230 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293767-1303794230.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=133651987

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20107152 kB
Buffers:       2153640 kB
Cached:        9772372 kB
SwapCached:       2776 kB
Active:        9229892 kB
Inactive:      3092616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20107152 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          279436 kB
Writeback:          24 kB
AnonPages:      393656 kB
Mapped:          22116 kB
Slab:           453592 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 22009176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72592 MiB
End job on node121 at 2011-04-26 07:06:36