Trace number 1717969

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.1 RC1UNSAT 41.1257 40.4469

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11803.cnf
MD5SUM6c6fd606fd41d7205b07602118ad74a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.52177
Satisfiable
(Un)Satisfiability was proved
Number of variables276402
Number of clauses798348
Sum of the clauses size2080196
Maximum clause length3
Minimum clause length1
Number of clauses of size 131560
Number of clauses of size 2251728
Number of clauses of size 3515060
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.18	c c --- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.08/0.18	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.18	c Expensive reason simplification
0.08/0.18	c Armin Biere (Picosat) restarts strategy
0.08/0.18	c timeout=2147483647s
0.08/0.18	c DB Simplification allowed=true
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-1717969-1240632287.cnf
0.08/0.18	c reading problem ... 
2.48/2.35	c ... done. Wall clock time 2.163s.
2.48/2.35	c #vars     276427
2.48/2.35	c #constraints  797763
2.48/2.35	c constraints type 
2.48/2.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 515059
2.48/2.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251142
41.07/40.41	c starts		: 20
41.07/40.41	c conflicts		: 2254
41.07/40.41	c decisions		: 284900
41.07/40.41	c propagations		: 38061893
41.07/40.41	c inspects		: 86510887
41.07/40.41	c learnt literals	: 67
41.07/40.41	c learnt binary clauses	: 107
41.07/40.41	c learnt ternary clauses	: 963
41.07/40.41	c learnt clauses	: 2186
41.07/40.41	c ignored clauses	: 0
41.07/40.41	c root simplifications	: 86
41.07/40.41	c removed literals (reason simplification)	: 2698
41.07/40.41	c reason swapping (by a shorter reason)	: 0
41.07/40.42	c Calls to reduceDB	: 0
41.07/40.42	c speed (assignments/second)	: 999944.6458596048
41.07/40.42	c non guided choices	155001
41.07/40.42	c learnt constraints type 
41.07/40.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
41.07/40.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2046
41.07/40.42	s UNSATISFIABLE
41.07/40.42	c Total wall clock time (in seconds) : 40.231

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717969-1240632287/watcher-1717969-1240632287 -o /tmp/evaluation-result-1717969-1240632287/solver-1717969-1240632287 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717969-1240632287.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 23393
/proc/meminfo: memFree=805120/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=152 CPUtime=0
/proc/23393/stat : 23393 (java6) R 23391 23393 22438 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 91262545 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 3306276 0 0 4096 0 0 0 0 17 1 0 0
/proc/23393/statm: 38 26 19 9 0 4 0

[startup+0.0818609 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 23393
/proc/meminfo: memFree=805120/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1778556 CPUtime=0.06
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 3728 0 1 0 4 2 0 0 18 0 7 0 91262545 1821241344 3473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 444639 3473 1039 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.101862 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 23393
/proc/meminfo: memFree=805120/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1780924 CPUtime=0.08
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 3896 0 1 0 6 2 0 0 18 0 12 0 91262545 1823666176 3639 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 445231 3639 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.301881 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 23393
/proc/meminfo: memFree=805120/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1783636 CPUtime=0.38
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 7697 0 1 0 33 5 0 0 18 0 12 0 91262545 1826443264 7434 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 445909 7434 1366 9 0 443256 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1783636

[startup+0.70191 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 23393
/proc/meminfo: memFree=805120/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1783596 CPUtime=0.89
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 11509 0 1 0 83 6 0 0 18 0 12 0 91262545 1826402304 11243 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 445899 11244 1382 9 0 443246 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783596

[startup+1.50199 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 23405
/proc/meminfo: memFree=752864/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1783596 CPUtime=1.69
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 19353 0 1 0 160 9 0 0 18 0 12 0 91262545 1826402304 19086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 445899 19086 1382 9 0 443246 0
[pid=23393/tid=23395] ppid=23391 vsize=1783596 CPUtime=1.42
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 17843 0 1 0 134 8 0 0 21 0 12 0 91262546 1826402304 19086 1992294400 134512640 134550932 4294955984 18446744073709551615 4109465399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 91262548 1826402304 19087 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 91262548 1826402304 19087 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 91262550 1826402304 19087 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 91262550 1826402304 19088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 91262550 1826402304 19088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 91262554 1826402304 19088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1783596 CPUtime=0.08
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 126 0 0 0 8 0 0 0 16 0 12 0 91262554 1826402304 19089 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1783596 CPUtime=0.17
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 643 0 0 0 17 0 0 0 16 0 12 0 91262554 1826402304 19089 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 91262554 1826402304 19090 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1783596 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 91262554 1826402304 19090 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 1783596

[startup+3.10215 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 23405
/proc/meminfo: memFree=710816/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1785472 CPUtime=3.64
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32367 0 1 0 348 16 0 0 18 0 13 0 91262545 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446368 31920 1404 9 0 443715 0
[pid=23393/tid=23395] ppid=23391 vsize=1785472 CPUtime=2.85
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30228 0 1 0 271 14 0 0 25 0 13 0 91262546 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4109544652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1785472 CPUtime=0.36
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 486 0 0 0 36 0 0 0 16 0 13 0 91262554 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1785472 CPUtime=0.4
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 40 0 0 0 16 0 13 0 91262554 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1785472 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1828323328 31920 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1785472

[startup+6.30244 s]
/proc/loadavg: 1.08 1.00 1.00 2/78 23406
/proc/meminfo: memFree=682072/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1785060 CPUtime=6.95
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32581 0 1 0 678 17 0 0 18 0 13 0 91262545 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446265 31979 1411 9 0 443612 0
[pid=23393/tid=23395] ppid=23391 vsize=1785060 CPUtime=6.04
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30377 0 1 0 589 15 0 0 17 0 13 0 91262546 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4109620521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1785060 CPUtime=0.48
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 551 0 0 0 48 0 0 0 16 0 13 0 91262554 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1785060 CPUtime=0.4
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 40 0 0 0 15 0 13 0 91262554 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1785060 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827901440 31979 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1785060

[startup+12.702 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 23406
/proc/meminfo: memFree=681560/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=13.35
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32715 0 1 0 1318 17 0 0 18 0 13 0 91262545 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32088 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=12.43
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30511 0 1 0 1228 15 0 0 25 0 13 0 91262546 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1784964 CPUtime=0.48
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 551 0 0 0 48 0 0 0 16 0 13 0 91262554 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1784964 CPUtime=0.4
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 40 0 0 0 15 0 13 0 91262554 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32088 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 1784964

[startup+25.5012 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 23406
/proc/meminfo: memFree=681240/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=26.18
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32804 0 1 0 2601 17 0 0 18 0 13 0 91262545 1827803136 32177 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32177 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=25.2
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30594 0 1 0 2505 15 0 0 25 0 13 0 91262546 1827803136 32177 1992294400 134512640 134550932 4294955984 18446744073709551615 4109599955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32177 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32177 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32177 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32177 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32206 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32206 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.78
Current children cumulated vsize (KiB) 1784964

[startup+38.3024 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 23406
/proc/meminfo: memFree=681112/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=38.98
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32845 0 1 0 3881 17 0 0 18 0 13 0 91262545 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32218 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=37.99
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30635 0 1 0 3784 15 0 0 25 0 13 0 91262546 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4109534506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1784964 CPUtime=0.54
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 557 0 0 0 54 0 0 0 17 0 13 0 91262554 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1784964 CPUtime=0.41
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 41 0 0 0 17 0 13 0 91262554 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32218 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.98
Current children cumulated vsize (KiB) 1784964

[startup+39.1025 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 23406
/proc/meminfo: memFree=681112/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=39.77
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32850 0 1 0 3960 17 0 0 18 0 13 0 91262545 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32223 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=38.79
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30640 0 1 0 3864 15 0 0 25 0 13 0 91262546 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4109623867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1784964 CPUtime=0.54
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 557 0 0 0 54 0 0 0 17 0 13 0 91262554 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1784964 CPUtime=0.41
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 41 0 0 0 17 0 13 0 91262554 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32223 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.77
Current children cumulated vsize (KiB) 1784964

[startup+39.9026 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 23406
/proc/meminfo: memFree=680984/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=40.57
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32851 0 1 0 4040 17 0 0 18 0 13 0 91262545 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32224 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=39.59
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30641 0 1 0 3944 15 0 0 25 0 13 0 91262546 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4109479329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1784964 CPUtime=0.54
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 557 0 0 0 54 0 0 0 17 0 13 0 91262554 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1784964 CPUtime=0.41
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 41 0 0 0 17 0 13 0 91262554 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32224 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.57
Current children cumulated vsize (KiB) 1784964

[startup+40.3026 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 23406
/proc/meminfo: memFree=680984/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=40.97
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32853 0 1 0 4080 17 0 0 18 0 13 0 91262545 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32226 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=39.99
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30643 0 1 0 3984 15 0 0 25 0 13 0 91262546 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4109518398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1784964 CPUtime=0.54
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 557 0 0 0 54 0 0 0 17 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1784964 CPUtime=0.41
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 41 0 0 0 17 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.97
Current children cumulated vsize (KiB) 1784964

[startup+40.4026 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 23406
/proc/meminfo: memFree=680984/2055920 swapFree=4192812/4192956
[pid=23393] ppid=23391 vsize=1784964 CPUtime=41.07
/proc/23393/stat : 23393 (java) S 23391 23393 22438 0 -1 0 32853 0 1 0 4090 17 0 0 18 0 13 0 91262545 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23393/statm: 446241 32226 1411 9 0 443588 0
[pid=23393/tid=23395] ppid=23391 vsize=1784964 CPUtime=40.09
/proc/23393/task/23395/stat : 23395 (java) R 23391 23393 22438 0 -1 64 30643 0 1 0 3994 15 0 0 25 0 13 0 91262546 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4109544704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23396] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23396/stat : 23396 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 91262548 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23397] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23397/stat : 23397 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 91262548 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23398] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23398/stat : 23398 (java) S 23391 23393 22438 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 91262550 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23399] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23399/stat : 23399 (java) S 23391 23393 22438 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 91262550 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23400] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23400/stat : 23400 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 91262550 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23401] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23401/stat : 23401 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23402] ppid=23391 vsize=1784964 CPUtime=0.54
/proc/23393/task/23402/stat : 23402 (java) S 23391 23393 22438 0 -1 64 557 0 0 0 54 0 0 0 17 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23403] ppid=23391 vsize=1784964 CPUtime=0.41
/proc/23393/task/23403/stat : 23403 (java) S 23391 23393 22438 0 -1 64 908 0 0 0 41 0 0 0 17 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23404] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23404/stat : 23404 (java) S 23391 23393 22438 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23393/tid=23405] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23405/stat : 23405 (java) S 23391 23393 22438 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91262554 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23393/tid=23406] ppid=23391 vsize=1784964 CPUtime=0
/proc/23393/task/23406/stat : 23406 (java) S 23391 23393 22438 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 91262798 1827803136 32226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.07
Current children cumulated vsize (KiB) 1784964

Child status: 20
Real time (s): 40.4469
CPU time (s): 41.1257
CPU user time (s): 40.9288
CPU system time (s): 0.19697
CPU usage (%): 101.678
Max. virtual memory (cumulated for all children) (KiB): 1785520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9288
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32866
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= 1188
involuntary context switches= 1096

runsolver used 0.06199 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-25 06:04:48
IDJOB=1717969
IDBENCH=20463
IDSOLVER=500
FILE ID=node8/1717969-1240632287
PBS_JOBID= 9186371
Free space on /tmp= 66164 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11803.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717969-1240632287/watcher-1717969-1240632287 -o /tmp/evaluation-result-1717969-1240632287/solver-1717969-1240632287 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717969-1240632287.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6c6fd606fd41d7205b07602118ad74a0
RANDOM SEED=1569247010

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        805536 kB
Buffers:         76408 kB
Cached:        1074556 kB
SwapCached:        140 kB
Active:         152948 kB
Inactive:      1013048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        805536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15924 kB
Writeback:           0 kB
Mapped:          24580 kB
Slab:            70160 kB
Committed_AS:   427700 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66164 MiB
End job on node8 at 2009-04-25 06:05:29