Trace number 315412

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, and are wall clock time (not CPU 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 SAT 2007UNSAT 1199.68 1199.83

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h30-unknown.cnf
MD5SUMfad87308d3751e996b7b3c35a13a7fd9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2494
Satisfiable
(Un)Satisfiability was proved
Number of variables137341
Number of clauses724504
Sum of the clauses size1900318
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2588905
Number of clauses of size 3130263
Number of clauses of size 41197
Number of clauses of size 5111
Number of clauses of size over 53752

Solver Data (download as text)

0.13/0.52	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.52	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.52	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.53	c version SAT COMPETITION 2007
0.13/0.53	c sun.arch.data.model	32
0.13/0.53	c java.version	1.6.0
0.13/0.53	c os.name	Linux
0.13/0.53	c os.version	2.6.9-22.EL.rootsmp
0.13/0.53	c os.arch	i386
0.13/0.53	c Free memory 1703279312
0.13/0.53	c Max memory 1706164224
0.13/0.53	c Total memory 1706164224
0.13/0.54	c Number of processors 2
0.13/0.59	c --- Begin Solver configuration ---
0.13/0.59	c Stops conflict analysis at the first Unique Implication Point
0.13/0.59	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.13/0.59	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.13/0.59	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.59	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.59	c Expensive reason simplification
0.13/0.59	c --- End Solver configuration ---
0.13/0.59	c timeout: 2147483s
0.13/0.59	c solving /tmp/evaluation/315412-1172653603/instance-315412-1172653603.cnf
0.13/0.59	c reading problem ... 
2.38/2.62	c ... done. Wall clock time 2.031s.
2.38/2.62	c CPU time (experimental) 2.12s.
2.38/2.62	c #vars     139818
2.38/2.62	c #constraints  724204
1199.58/1199.76	c starts		: 16
1199.58/1199.76	c conflicts		: 96435
1199.58/1199.76	c decisions		: 181398
1199.58/1199.76	c propagations		: 815188695
1199.58/1199.76	c inspects		: 1919426630
1199.58/1199.76	c learnt literals	: 37
1199.58/1199.76	c learnt binary clauses	: 555
1199.58/1199.76	c learnt ternary clauses	: 1908
1199.58/1199.76	c learnt clauses	: 96397
1199.58/1199.76	c root simplifications	: 0
1199.58/1199.76	c removed literals (reason simplification)	: 9398403
1199.58/1199.76	c reason swapping (by a shorter reason)	: 0
1199.58/1199.76	c Calls to reduceDB	: 0
1199.58/1199.76	c speed (decisions/second)	: 151.53347890954836
1199.58/1199.76	c non guided choices	9736
1199.58/1199.76	s UNSATISFIABLE
1199.58/1199.76	c Total wall clock time (in seconds) : 1199.171
1199.58/1199.76	c Total CPU time (experimental, in seconds) : 1198.69

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-315412-1172653603 -o ROOT/results/node20/solver-315412-1172653603 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315412-1172653603/sat4j-sat2007.jar /tmp/evaluation/315412-1172653603/instance-315412-1172653603.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): 2400 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.15 1.00 0.98 2/77 30560
/proc/meminfo: memFree=1816192/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=18568 CPUtime=0
/proc/30560/stat : 30560 (runsolver) D 30558 30560 29662 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 285314342 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 273952599335 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/30560/statm: 4642 293 258 24 0 2626 0

[startup+0.103653 s]
/proc/loadavg: 1.15 1.00 0.98 2/77 30560
/proc/meminfo: memFree=1816192/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1472 CPUtime=0
/proc/30560/stat : 30560 (java) D 30558 30560 29662 0 -1 0 94 0 4 0 0 0 0 0 18 0 1 0 285314342 1507328 71 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8431936 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30560/statm: 368 71 51 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.201669 s]
/proc/loadavg: 1.15 1.00 0.98 2/77 30560
/proc/meminfo: memFree=1816192/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=12584 CPUtime=0.01
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 775 0 44 0 0 1 0 0 18 0 2 0 285314342 12886016 585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 3146 585 269 9 0 1244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12584

[startup+0.301686 s]
/proc/loadavg: 1.15 1.00 0.98 2/77 30560
/proc/meminfo: memFree=1816192/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=62836 CPUtime=0.01
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 917 0 46 0 0 1 0 0 18 0 2 0 285314342 64344064 714 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 15709 714 370 9 0 13723 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 62836

[startup+0.701731 s]
/proc/loadavg: 1.15 1.00 0.98 2/77 30560
/proc/meminfo: memFree=1816192/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1834408 CPUtime=0.38
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 7189 0 53 0 31 7 0 0 18 0 12 0 285314342 1878433792 6967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458602 6967 1286 9 0 456214 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1834408

[startup+1.50282 s]
/proc/loadavg: 1.15 1.00 0.98 2/89 30572
/proc/meminfo: memFree=1770784/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835664 CPUtime=1.27
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 13875 0 53 0 117 10 0 0 18 0 12 0 285314342 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458916 13305 1304 9 0 456528 0
[pid=30560/tid=30562] ppid=30558 vsize=1835664 CPUtime=1.01
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 11964 0 11 0 94 7 0 0 17 0 12 0 285314359 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109481491 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 285314373 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 285314373 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 285314377 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 285314377 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 285314377 1879719936 13305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 285314387 1879719936 13306 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1835664 CPUtime=0.09
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 514 0 0 0 9 0 0 0 16 0 12 0 285314387 1879719936 13306 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1835664 CPUtime=0.13
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 722 0 0 0 13 0 0 0 16 0 12 0 285314387 1879719936 13306 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 285314387 1879719936 13307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1835664 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 285314387 1879719936 13307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1835664

[startup+3.10202 s]
/proc/loadavg: 1.15 1.00 0.98 2/89 30572
/proc/meminfo: memFree=1731616/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1837676 CPUtime=3.19
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 26727 0 53 0 303 16 0 0 18 0 13 0 285314342 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 459419 25077 1317 9 0 457031 0
[pid=30560/tid=30562] ppid=30558 vsize=1837676 CPUtime=2.44
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 23235 0 11 0 231 13 0 0 18 0 13 0 285314359 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109674561 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1837676 CPUtime=0.32
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1141 0 0 0 32 0 0 0 16 0 13 0 285314387 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1837676 CPUtime=0.39
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1672 0 0 0 39 0 0 0 17 0 13 0 285314387 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1837676 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1881780224 25077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1837676

[startup+6.3024 s]
/proc/loadavg: 1.13 1.00 0.98 2/90 30573
/proc/meminfo: memFree=1709656/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1837612 CPUtime=6.48
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 27033 0 53 0 632 16 0 0 18 0 13 0 285314342 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 459403 25172 1319 9 0 457015 0
[pid=30560/tid=30562] ppid=30558 vsize=1837612 CPUtime=5.61
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 23337 0 11 0 548 13 0 0 25 0 13 0 285314359 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632717 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1837612 CPUtime=0.36
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1147 0 0 0 36 0 0 0 16 0 13 0 285314387 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1837612 CPUtime=0.48
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1870 0 0 0 48 0 0 0 16 0 13 0 285314387 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1881714688 25172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 1837612

[startup+12.7012 s]
/proc/loadavg: 1.12 1.00 0.98 2/90 30573
/proc/meminfo: memFree=1709144/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1837612 CPUtime=12.88
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 27152 0 53 0 1272 16 0 0 18 0 13 0 285314342 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 459403 25291 1319 9 0 457015 0
[pid=30560/tid=30562] ppid=30558 vsize=1837612 CPUtime=12
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 23456 0 11 0 1187 13 0 0 25 0 13 0 285314359 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632714 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1837612 CPUtime=0.37
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1147 0 0 0 37 0 0 0 17 0 13 0 285314387 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1837612 CPUtime=0.48
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1870 0 0 0 48 0 0 0 16 0 13 0 285314387 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1837612 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1881714688 25291 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 1837612

[startup+25.5027 s]
/proc/loadavg: 1.10 1.00 0.98 2/90 30573
/proc/meminfo: memFree=1710296/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835892 CPUtime=25.69
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 27275 0 53 0 2552 17 0 0 18 0 13 0 285314342 1879953408 25003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458973 25003 1319 9 0 456585 0
[pid=30560/tid=30562] ppid=30558 vsize=1835892 CPUtime=24.8
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 23579 0 11 0 2466 14 0 0 25 0 13 0 285314359 1879953408 25003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632717 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1879953408 25003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1879953408 25003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1879953408 25003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1879953408 25003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1875 0 0 0 52 0 0 0 17 0 13 0 285314387 1879953408 36800 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1879953408 36800 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1879953408 36800 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1879953408 36800 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1190.28
Current children cumulated vsize (KiB) 1835892

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 30573
/proc/meminfo: memFree=1661400/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835892 CPUtime=1196.68
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 39219 0 53 0 119624 44 0 0 18 0 13 0 285314342 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458973 36947 1321 9 0 456585 0
[pid=30560/tid=30562] ppid=30558 vsize=1835892 CPUtime=1195.73
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 35516 0 11 0 119532 41 0 0 25 0 13 0 285314359 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109578470 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1835892 CPUtime=0.4
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1149 0 0 0 40 0 0 0 16 0 13 0 285314387 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1835892 CPUtime=0.52
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1875 0 0 0 52 0 0 0 17 0 13 0 285314387 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1879953408 36947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1196.68
Current children cumulated vsize (KiB) 1835892

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 30573
/proc/meminfo: memFree=1661336/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835892 CPUtime=1198.28
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 39238 0 53 0 119784 44 0 0 18 0 13 0 285314342 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458973 36966 1321 9 0 456585 0
[pid=30560/tid=30562] ppid=30558 vsize=1835892 CPUtime=1197.32
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 35535 0 11 0 119691 41 0 0 25 0 13 0 285314359 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109703977 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1835892 CPUtime=0.4
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1149 0 0 0 40 0 0 0 16 0 13 0 285314387 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1835892 CPUtime=0.52
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1875 0 0 0 52 0 0 0 17 0 13 0 285314387 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1879953408 36966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1198.28
Current children cumulated vsize (KiB) 1835892

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 30573
/proc/meminfo: memFree=1661272/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835892 CPUtime=1199.08
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 39247 0 53 0 119864 44 0 0 18 0 13 0 285314342 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458973 36975 1321 9 0 456585 0
[pid=30560/tid=30562] ppid=30558 vsize=1835892 CPUtime=1198.12
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 35544 0 11 0 119771 41 0 0 25 0 13 0 285314359 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109580897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1835892 CPUtime=0.4
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1149 0 0 0 40 0 0 0 16 0 13 0 285314387 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1835892 CPUtime=0.52
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1875 0 0 0 52 0 0 0 17 0 13 0 285314387 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1879953408 36975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 1835892

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 30573
/proc/meminfo: memFree=1661272/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835892 CPUtime=1199.48
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 39249 0 53 0 119904 44 0 0 18 0 13 0 285314342 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458973 36977 1321 9 0 456585 0
[pid=30560/tid=30562] ppid=30558 vsize=1835892 CPUtime=1198.52
/proc/30560/task/30562/stat : 30562 (java) R 30558 30560 29662 0 -1 64 35546 0 11 0 119811 41 0 0 25 0 13 0 285314359 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109578470 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 285314373 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 285314373 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285314377 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 285314377 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285314377 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 285314387 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1835892 CPUtime=0.4
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1149 0 0 0 40 0 0 0 16 0 13 0 285314387 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1835892 CPUtime=0.52
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1875 0 0 0 52 0 0 0 17 0 13 0 285314387 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 285314387 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30572] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30572/stat : 30572 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 285314387 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30573] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30573/stat : 30573 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 285314611 1879953408 36977 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 1835892

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 30573
/proc/meminfo: memFree=1661272/2055920 swapFree=4133844/4192956
[pid=30560] ppid=30558 vsize=1835892 CPUtime=1199.64
/proc/30560/stat : 30560 (java) S 30558 30560 29662 0 -1 0 39258 0 53 0 119920 44 0 0 18 0 12 0 285314342 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30560/statm: 458973 36986 1322 9 0 456585 0
[pid=30560/tid=30562] ppid=30558 vsize=1835892 CPUtime=1198.69
/proc/30560/task/30562/stat : 30562 (java) S 30558 30560 29662 0 -1 64 35551 0 11 0 119828 41 0 0 24 0 12 0 285314359 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30563] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30563/stat : 30563 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 285314373 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30564] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30564/stat : 30564 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 19 0 11 0 285314373 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30565] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30565/stat : 30565 (java) S 30558 30560 29662 0 -1 64 2 0 0 0 0 0 0 0 16 0 11 0 285314377 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30566/stat : 30566 (java) S 30558 30560 29662 0 -1 64 10 0 0 0 0 0 0 0 20 0 11 0 285314377 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30567/stat : 30567 (java) S 30558 30560 29662 0 -1 64 4 0 0 0 0 0 0 0 21 0 11 0 285314377 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30568] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30568/stat : 30568 (java) S 30558 30560 29662 0 -1 64 1 0 0 0 0 0 0 0 19 0 11 0 285314387 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30569] ppid=30558 vsize=1835892 CPUtime=0.4
/proc/30560/task/30569/stat : 30569 (java) S 30558 30560 29662 0 -1 64 1149 0 0 0 40 0 0 0 16 0 11 0 285314387 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30560/tid=30570] ppid=30558 vsize=1835892 CPUtime=0.52
/proc/30560/task/30570/stat : 30570 (java) S 30558 30560 29662 0 -1 64 1875 0 0 0 52 0 0 0 17 0 11 0 285314387 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30560/tid=30571] ppid=30558 vsize=1835892 CPUtime=0
/proc/30560/task/30571/stat : 30571 (java) S 30558 30560 29662 0 -1 64 0 0 0 0 0 0 0 0 20 0 11 0 285314387 1879953408 36986 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 1835892

Child status: 20
Real time (s): 1199.83
CPU time (s): 1199.68
CPU user time (s): 1199.21
CPU system time (s): 0.471928
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 1837676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.21
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39262
page faults= 53
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25123
involuntary context switches= 30465

runsolver used 1.08283 second user time and 3.3025 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Feb 28 09:06:44 UTC 2007

IDJOB= 315412
IDBENCH= 20416
IDSOLVER= 96
FILE ID= node20/315412-1172653603

PBS_JOBID= 3981175

Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h30-unknown.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315412-1172653603/sat4j-sat2007.jar /tmp/evaluation/315412-1172653603/instance-315412-1172653603.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-315412-1172653603 -o ROOT/results/node20/solver-315412-1172653603 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315412-1172653603/sat4j-sat2007.jar /tmp/evaluation/315412-1172653603/instance-315412-1172653603.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  fad87308d3751e996b7b3c35a13a7fd9

RANDOM SEED= 336849248

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.234
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.234
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816664 kB
Buffers:         14180 kB
Cached:         130588 kB
SwapCached:      23396 kB
Active:          63840 kB
Inactive:       132620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816664 kB
SwapTotal:     4192956 kB
SwapFree:      4133844 kB
Dirty:           14280 kB
Writeback:           0 kB
Mapped:          43976 kB
Slab:            28372 kB
Committed_AS:   687440 kB
PageTables:       1760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB

End job on node20 on Wed Feb 28 09:26:44 UTC 2007