Trace number 315532

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 815.092 814.983

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.0629
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

0.14/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.43	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.43	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.44	c version SAT COMPETITION 2007
0.14/0.44	c sun.arch.data.model	32
0.14/0.44	c java.version	1.6.0
0.14/0.44	c os.name	Linux
0.14/0.44	c os.version	2.6.9-22.EL.rootsmp
0.14/0.44	c os.arch	i386
0.14/0.44	c Free memory 1703279312
0.14/0.44	c Max memory 1706164224
0.14/0.44	c Total memory 1706164224
0.14/0.44	c Number of processors 2
0.24/0.50	c --- Begin Solver configuration ---
0.24/0.50	c Stops conflict analysis at the first Unique Implication Point
0.24/0.50	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.24/0.50	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.24/0.50	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.50	c VSIDS like heuristics from MiniSAT using a heap
0.24/0.50	c Expensive reason simplification
0.24/0.50	c --- End Solver configuration ---
0.24/0.50	c timeout: 2147483s
0.24/0.50	c solving /tmp/evaluation/315532-1172655433/instance-315532-1172655433.cnf
0.24/0.50	c reading problem ... 
2.40/2.58	c ... done. Wall clock time 2.086s.
2.40/2.59	c CPU time (experimental) 2.17s.
2.40/2.59	c #vars     151768
2.40/2.59	c #constraints  761606
815.06/814.90	c starts		: 15
815.06/814.90	c conflicts		: 83240
815.06/814.90	c decisions		: 161233
815.06/814.90	c propagations		: 565262657
815.06/814.90	c inspects		: 1322595057
815.06/814.90	c learnt literals	: 32
815.06/814.90	c learnt binary clauses	: 423
815.06/814.90	c learnt ternary clauses	: 1720
815.06/814.90	c learnt clauses	: 83207
815.06/814.90	c root simplifications	: 0
815.06/814.90	c removed literals (reason simplification)	: 3803699
815.06/814.90	c reason swapping (by a shorter reason)	: 0
815.06/814.90	c Calls to reduceDB	: 0
815.06/814.90	c speed (decisions/second)	: 198.50242598618402
815.06/814.90	c non guided choices	6647
815.06/814.90	s UNSATISFIABLE
815.06/814.90	c Total wall clock time (in seconds) : 814.403
815.06/814.90	c Total CPU time (experimental, in seconds) : 814.04

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/node10/watcher-315532-1172655433 -o ROOT/results/node10/solver-315532-1172655433 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315532-1172655433/sat4j-sat2007.jar /tmp/evaluation/315532-1172655433/instance-315532-1172655433.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: 0.91 0.97 0.98 3/77 6127
/proc/meminfo: memFree=1575288/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=152 CPUtime=0
/proc/6127/stat : 6127 (java) D 6125 6127 5636 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 285498332 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6127/statm: 38 26 19 9 0 4 0

[startup+0.097392 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 6127
/proc/meminfo: memFree=1575288/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=12056 CPUtime=0.01
/proc/6127/stat : 6127 (java) R 6125 6127 5636 0 -1 0 367 0 6 0 0 1 0 0 18 0 1 0 285498332 12345344 181 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 8876842 0 0 4096 0 0 0 0 17 0 0 0
/proc/6127/statm: 3014 181 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.103737 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 6127
/proc/meminfo: memFree=1575288/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=12056 CPUtime=0.01
/proc/6127/stat : 6127 (java) R 6125 6127 5636 0 -1 0 372 0 8 0 0 1 0 0 18 0 1 0 285498332 12345344 188 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 8876842 0 0 4096 0 0 0 0 17 0 0 0
/proc/6127/statm: 3014 188 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301768 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 6127
/proc/meminfo: memFree=1575288/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1829096 CPUtime=0.08
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 3687 0 34 0 3 5 0 0 18 0 7 0 285498332 1872994304 3463 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 457274 3463 1079 9 0 454910 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1829096

[startup+0.701825 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 6127
/proc/meminfo: memFree=1575288/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836344 CPUtime=0.58
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 8203 0 34 0 49 9 0 0 18 0 12 0 285498332 1880416256 7772 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459086 7772 1296 9 0 456698 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1836344

[startup+1.50292 s]
/proc/loadavg: 0.91 0.97 0.98 2/89 6139
/proc/meminfo: memFree=1529688/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1835688 CPUtime=1.38
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 15284 0 34 0 127 11 0 0 18 0 12 0 285498332 1879744512 14727 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 458922 14727 1304 9 0 456534 0
[pid=6127/tid=6129] ppid=6125 vsize=1835688 CPUtime=1.1
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 13375 0 12 0 102 8 0 0 18 0 12 0 285498345 1879744512 14727 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109509349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 285498354 1879744512 14728 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 285498354 1879744512 14728 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 285498358 1879744512 14729 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 285498359 1879744512 14729 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 285498359 1879744512 14729 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 285498367 1879744512 14729 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1835688 CPUtime=0.14
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 829 0 0 0 14 0 0 0 16 0 12 0 285498367 1879744512 14730 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1835688 CPUtime=0.09
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 381 0 0 0 9 0 0 0 16 0 12 0 285498367 1879744512 14730 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 285498367 1879744512 14731 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1835688 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 285498367 1879744512 14732 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1835688

[startup+3.10216 s]
/proc/loadavg: 0.91 0.97 0.98 2/89 6139
/proc/meminfo: memFree=1490264/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1837316 CPUtime=3.33
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 28058 0 34 0 315 18 0 0 18 0 13 0 285498332 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459329 26248 1317 9 0 456941 0
[pid=6127/tid=6129] ppid=6125 vsize=1837316 CPUtime=2.6
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 24362 0 12 0 246 14 0 0 23 0 13 0 285498345 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109642881 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1837316 CPUtime=0.37
/proc/6127/task/6136/stat : 6136 (java) R 6125 6127 5636 0 -1 64 1667 0 0 0 36 1 0 0 16 0 13 0 285498367 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 104918490 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1837316 CPUtime=0.33
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1326 0 0 0 33 0 0 0 16 0 13 0 285498367 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1837316 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1881411584 26248 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 1837316

[startup+6.30158 s]
/proc/loadavg: 0.92 0.97 0.98 2/90 6140
/proc/meminfo: memFree=1465296/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1835132 CPUtime=6.6
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 28229 0 34 0 642 18 0 0 18 0 13 0 285498332 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 458783 25802 1317 9 0 456395 0
[pid=6127/tid=6129] ppid=6125 vsize=1835132 CPUtime=5.76
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 24466 0 12 0 562 14 0 0 25 0 13 0 285498345 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109642421 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1835132 CPUtime=0.45
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1733 0 0 0 44 1 0 0 17 0 13 0 285498367 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1835132 CPUtime=0.35
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1327 0 0 0 35 0 0 0 16 0 13 0 285498367 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1879175168 25802 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1835132

[startup+12.7025 s]
/proc/loadavg: 0.93 0.97 0.98 2/90 6140
/proc/meminfo: memFree=1467152/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1835132 CPUtime=13
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 28297 0 34 0 1282 18 0 0 18 0 13 0 285498332 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 458783 25870 1317 9 0 456395 0
[pid=6127/tid=6129] ppid=6125 vsize=1835132 CPUtime=12.14
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 24533 0 12 0 1200 14 0 0 25 0 13 0 285498345 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109584913 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1835132 CPUtime=0.46
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1733 0 0 0 45 1 0 0 16 0 13 0 285498367 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1835132 CPUtime=0.35
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1328 0 0 0 35 0 0 0 16 0 13 0 285498367 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1835132 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1879175168 25870 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 1835132

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.98 2/90 6140
/proc/meminfo: memFree=1465680/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836156 CPUtime=25.85
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 28915 0 34 0 2566 19 0 0 18 0 13 0 285498332 1880223744 26270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459039 26270 1320 9 0 456651 0
[pid=6127/tid=6129] ppid=6125 vsize=1836156 CPUtime=24.91
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 24700 0 12 0 2477 14 0 0 25 0 13 0 285498345 1880223744 26270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109642881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1880223744 26270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1880223744 26270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1880223744 26270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1880223744 26270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1880223744 35450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1880223744 35450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 806.47
Current children cumulated vsize (KiB) 1836156

[startup+809.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 6142
/proc/meminfo: memFree=1427856/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836156 CPUtime=809.66
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 38123 0 34 0 80929 37 0 0 18 0 13 0 285498332 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459039 35476 1321 9 0 456651 0
[pid=6127/tid=6129] ppid=6125 vsize=1836156 CPUtime=808.64
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 33902 0 12 0 80832 32 0 0 25 0 13 0 285498345 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109585860 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1836156 CPUtime=0.5
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1736 0 0 0 49 1 0 0 16 0 13 0 285498367 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1836156 CPUtime=0.47
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1782 0 0 0 47 0 0 0 16 0 13 0 285498367 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1880223744 35476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 809.66
Current children cumulated vsize (KiB) 1836156

[startup+812.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 6142
/proc/meminfo: memFree=1427792/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836156 CPUtime=812.86
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 38140 0 34 0 81249 37 0 0 18 0 13 0 285498332 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459039 35493 1321 9 0 456651 0
[pid=6127/tid=6129] ppid=6125 vsize=1836156 CPUtime=811.84
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 33919 0 12 0 81152 32 0 0 25 0 13 0 285498345 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109642733 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1836156 CPUtime=0.5
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1736 0 0 0 49 1 0 0 16 0 13 0 285498367 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1836156 CPUtime=0.47
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1782 0 0 0 47 0 0 0 16 0 13 0 285498367 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1880223744 35493 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 812.86
Current children cumulated vsize (KiB) 1836156

[startup+814.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 6142
/proc/meminfo: memFree=1427728/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836156 CPUtime=814.46
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 38149 0 34 0 81409 37 0 0 18 0 13 0 285498332 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459039 35502 1321 9 0 456651 0
[pid=6127/tid=6129] ppid=6125 vsize=1836156 CPUtime=813.44
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 33928 0 12 0 81312 32 0 0 25 0 13 0 285498345 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109567443 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1836156 CPUtime=0.5
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1736 0 0 0 49 1 0 0 16 0 13 0 285498367 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1836156 CPUtime=0.47
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1782 0 0 0 47 0 0 0 16 0 13 0 285498367 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1880223744 35502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 814.46
Current children cumulated vsize (KiB) 1836156

[startup+814.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 6142
/proc/meminfo: memFree=1427728/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836156 CPUtime=814.86
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 38152 0 34 0 81449 37 0 0 18 0 13 0 285498332 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459039 35505 1321 9 0 456651 0
[pid=6127/tid=6129] ppid=6125 vsize=1836156 CPUtime=813.84
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 33931 0 12 0 81352 32 0 0 25 0 13 0 285498345 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109642881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1836156 CPUtime=0.5
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1736 0 0 0 49 1 0 0 16 0 13 0 285498367 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1836156 CPUtime=0.47
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1782 0 0 0 47 0 0 0 16 0 13 0 285498367 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1880223744 35505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 814.86
Current children cumulated vsize (KiB) 1836156

[startup+814.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 6142
/proc/meminfo: memFree=1427728/2055920 swapFree=4168736/4192956
[pid=6127] ppid=6125 vsize=1836156 CPUtime=815.06
/proc/6127/stat : 6127 (java) S 6125 6127 5636 0 -1 0 38153 0 34 0 81469 37 0 0 18 0 13 0 285498332 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6127/statm: 459039 35506 1321 9 0 456651 0
[pid=6127/tid=6129] ppid=6125 vsize=1836156 CPUtime=814.04
/proc/6127/task/6129/stat : 6129 (java) R 6125 6127 5636 0 -1 64 33932 0 12 0 81372 32 0 0 25 0 13 0 285498345 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109584691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6130] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6130/stat : 6130 (java) S 6125 6127 5636 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285498354 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6131] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6131/stat : 6131 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285498354 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6132] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6132/stat : 6132 (java) S 6125 6127 5636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285498358 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6133] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6133/stat : 6133 (java) S 6125 6127 5636 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 285498359 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6134] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6134/stat : 6134 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 285498359 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6135] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6135/stat : 6135 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 285498367 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6136] ppid=6125 vsize=1836156 CPUtime=0.5
/proc/6127/task/6136/stat : 6136 (java) S 6125 6127 5636 0 -1 64 1736 0 0 0 49 1 0 0 16 0 13 0 285498367 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6137] ppid=6125 vsize=1836156 CPUtime=0.47
/proc/6127/task/6137/stat : 6137 (java) S 6125 6127 5636 0 -1 64 1782 0 0 0 47 0 0 0 16 0 13 0 285498367 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6127/tid=6138] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6138/stat : 6138 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 285498367 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6139] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6139/stat : 6139 (java) S 6125 6127 5636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285498367 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6127/tid=6140] ppid=6125 vsize=1836156 CPUtime=0
/proc/6127/task/6140/stat : 6140 (java) S 6125 6127 5636 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 285498598 1880223744 35506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 815.06
Current children cumulated vsize (KiB) 1836156

Child status: 20
Real time (s): 814.983
CPU time (s): 815.092
CPU user time (s): 814.697
CPU system time (s): 0.394939
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 1837316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 814.697
system time used= 0.394939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38166
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17300
involuntary context switches= 18174

runsolver used 0.758884 second user time and 2.23266 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Feb 28 09:37:13 UTC 2007

IDJOB= 315532
IDBENCH= 20419
IDSOLVER= 96
FILE ID= node10/315532-1172655433

PBS_JOBID= 3980952

Free space on /tmp= 66496 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 188227818

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1575696 kB
Buffers:         21072 kB
Cached:         368884 kB
SwapCached:       2744 kB
Active:         106992 kB
Inactive:       320556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575696 kB
SwapTotal:     4192956 kB
SwapFree:      4168736 kB
Dirty:           14984 kB
Writeback:           0 kB
Mapped:          44872 kB
Slab:            38056 kB
Committed_AS:  1446356 kB
PageTables:       1868 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= 66496 MiB

End job on node10 on Wed Feb 28 09:50:48 UTC 2007