Trace number 314452

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 399.217 399.1

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.0267
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

0.11/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.45	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.45	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.47	c version SAT COMPETITION 2007
0.11/0.47	c sun.arch.data.model	32
0.11/0.47	c java.version	1.6.0
0.11/0.47	c os.name	Linux
0.11/0.47	c os.version	2.6.9-22.EL.rootsmp
0.11/0.47	c os.arch	i386
0.11/0.47	c Free memory 1703279312
0.11/0.47	c Max memory 1706164224
0.11/0.47	c Total memory 1706164224
0.11/0.47	c Number of processors 2
0.20/0.52	c --- Begin Solver configuration ---
0.20/0.52	c Stops conflict analysis at the first Unique Implication Point
0.20/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.52	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.52	c Expensive reason simplification
0.20/0.52	c --- End Solver configuration ---
0.20/0.52	c timeout: 2147483s
0.20/0.52	c solving /tmp/evaluation/314452-1172637270/instance-314452-1172637270.cnf
0.20/0.52	c reading problem ... 
0.51/0.79	c ... done. Wall clock time 0.265s.
0.51/0.79	c CPU time (experimental) 0.38s.
0.51/0.79	c #vars     15589
0.51/0.79	c #constraints  53512
399.12/399.07	c starts		: 17
399.12/399.07	c conflicts		: 173936
399.12/399.07	c decisions		: 205626
399.12/399.07	c propagations		: 76560946
399.12/399.07	c inspects		: 1053424196
399.12/399.07	c learnt literals	: 17
399.12/399.07	c learnt binary clauses	: 143
399.12/399.07	c learnt ternary clauses	: 775
399.12/399.07	c learnt clauses	: 173918
399.12/399.07	c root simplifications	: 0
399.12/399.07	c removed literals (reason simplification)	: 13415934
399.12/399.07	c reason swapping (by a shorter reason)	: 0
399.12/399.07	c Calls to reduceDB	: 0
399.12/399.07	c speed (decisions/second)	: 516.3303996283695
399.12/399.07	c non guided choices	124
399.12/399.07	s UNSATISFIABLE
399.12/399.07	c Total wall clock time (in seconds) : 398.545
399.12/399.07	c Total CPU time (experimental, in seconds) : 398.34

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/node18/watcher-314452-1172637270 -o ROOT/results/node18/solver-314452-1172637270 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314452-1172637270/sat4j-sat2007.jar /tmp/evaluation/314452-1172637270/instance-314452-1172637270.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.71 0.92 0.97 3/77 29477
/proc/meminfo: memFree=1880224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=18568 CPUtime=0
/proc/29477/stat : 29477 (runsolver) D 29475 29477 29420 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 283681540 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/29477/statm: 4642 293 258 24 0 2626 0

[startup+0.030601 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 29477
/proc/meminfo: memFree=1880224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=200 CPUtime=0
/proc/29477/stat : 29477 (java) D 29475 29477 29420 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 283681540 204800 33 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7861028 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/29477/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101599 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 29477
/proc/meminfo: memFree=1880224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1800 CPUtime=0
/proc/29477/stat : 29477 (java) D 29475 29477 29420 0 -1 0 160 0 5 0 0 0 0 0 18 0 1 0 283681540 1843200 138 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29477/statm: 450 138 101 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.301627 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 29477
/proc/meminfo: memFree=1880224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1827764 CPUtime=0.05
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 3452 0 52 0 2 3 0 0 18 0 4 0 283681540 1871630336 3249 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 456941 3249 1022 9 0 454577 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1827764

[startup+0.701663 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 29477
/proc/meminfo: memFree=1880224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1834300 CPUtime=0.51
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 5763 0 52 0 45 6 0 0 18 0 12 0 283681540 1878323200 5487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 458575 5487 1290 9 0 456187 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1834300

[startup+1.50273 s]
/proc/loadavg: 0.71 0.92 0.97 3/90 29490
/proc/meminfo: memFree=1845560/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838080 CPUtime=1.59
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 8405 0 52 0 153 6 0 0 18 0 13 0 283681540 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459520 7532 1313 9 0 457132 0
[pid=29477/tid=29479] ppid=29475 vsize=1838080 CPUtime=0.95
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 5630 0 14 0 90 5 0 0 24 0 13 0 283681558 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109575459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 283681571 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838080 CPUtime=0.3
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 750 0 0 0 30 0 0 0 17 0 13 0 283681579 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838080 CPUtime=0.32
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1339 0 0 0 32 0 0 0 16 0 13 0 283681579 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882193920 7532 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882193920 7533 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1838080

[startup+3.10289 s]
/proc/loadavg: 0.71 0.92 0.97 2/90 29490
/proc/meminfo: memFree=1844664/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838080 CPUtime=3.21
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 8625 0 52 0 315 6 0 0 18 0 13 0 283681540 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459520 7752 1313 9 0 457132 0
[pid=29477/tid=29479] ppid=29475 vsize=1838080 CPUtime=2.54
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 5849 0 14 0 249 5 0 0 25 0 13 0 283681558 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109579435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838080 CPUtime=0.32
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 750 0 0 0 32 0 0 0 16 0 13 0 283681579 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838080 CPUtime=0.33
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1340 0 0 0 33 0 0 0 16 0 13 0 283681579 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838080 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882193920 7752 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 1838080

[startup+6.3012 s]
/proc/loadavg: 0.73 0.92 0.97 2/90 29490
/proc/meminfo: memFree=1842424/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=6.47
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 9111 0 52 0 640 7 0 0 18 0 13 0 283681540 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 8221 1316 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=5.72
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 6326 0 14 0 567 5 0 0 25 0 13 0 283681558 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109578947 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.38
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 758 0 0 0 38 0 0 0 17 0 13 0 283681579 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.34
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1341 0 0 0 34 0 0 0 16 0 13 0 283681579 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 8221 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 1838016

[startup+12.7018 s]
/proc/loadavg: 0.76 0.92 0.97 2/90 29490
/proc/meminfo: memFree=1838584/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=12.89
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 10025 0 52 0 1281 8 0 0 18 0 13 0 283681540 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 9133 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=12.07
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 7229 0 14 0 1201 6 0 0 25 0 13 0 283681558 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109578992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.41
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 764 0 0 0 41 0 0 0 17 0 13 0 283681579 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.38
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1346 0 0 0 38 0 0 0 17 0 13 0 283681579 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 9133 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1838016

[startup+25.5021 s]
/proc/loadavg: 0.81 0.92 0.97 2/90 29490
/proc/meminfo: memFree=1831680/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=25.69
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 11725 0 52 0 2559 10 0 0 18 0 13 0 283681540 1882128384 10833 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 10833 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=24.88
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 8929 0 14 0 2479 9 0 0 25 0 13 0 283681558 1882128384 10833 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109578867 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 10833 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 10833 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 27476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 27476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 393.62
Current children cumulated vsize (KiB) 1838016

[startup+396.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 29490
/proc/meminfo: memFree=1764224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=396.82
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 28407 0 52 0 39650 32 0 0 18 0 13 0 283681540 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 27515 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=395.98
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 25610 0 14 0 39568 30 0 0 25 0 13 0 283681558 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109578867 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.42
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 765 0 0 0 42 0 0 0 16 0 13 0 283681579 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.39
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1346 0 0 0 39 0 0 0 17 0 13 0 283681579 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 27515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.82
Current children cumulated vsize (KiB) 1838016

[startup+398.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 29490
/proc/meminfo: memFree=1764224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=398.42
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 28416 0 52 0 39810 32 0 0 18 0 13 0 283681540 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 27524 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=397.57
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 25619 0 14 0 39727 30 0 0 25 0 13 0 283681558 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109575459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.42
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 765 0 0 0 42 0 0 0 16 0 13 0 283681579 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.39
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1346 0 0 0 39 0 0 0 17 0 13 0 283681579 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 27524 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 1838016

[startup+398.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 29490
/proc/meminfo: memFree=1764224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=398.82
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 28418 0 52 0 39850 32 0 0 18 0 13 0 283681540 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 27526 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=397.97
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 25621 0 14 0 39767 30 0 0 25 0 13 0 283681558 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109626520 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.42
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 765 0 0 0 42 0 0 0 16 0 13 0 283681579 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.39
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1346 0 0 0 39 0 0 0 17 0 13 0 283681579 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 27526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 1838016

[startup+398.901 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 29490
/proc/meminfo: memFree=1764224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=399.02
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 28419 0 52 0 39870 32 0 0 18 0 13 0 283681540 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 27527 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=398.17
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 25622 0 14 0 39787 30 0 0 25 0 13 0 283681558 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109582385 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.42
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 765 0 0 0 42 0 0 0 16 0 13 0 283681579 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.39
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1346 0 0 0 39 0 0 0 17 0 13 0 283681579 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 27527 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.02
Current children cumulated vsize (KiB) 1838016

[startup+399.001 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 29490
/proc/meminfo: memFree=1764224/2055920 swapFree=4180720/4192956
[pid=29477] ppid=29475 vsize=1838016 CPUtime=399.12
/proc/29477/stat : 29477 (java) S 29475 29477 29420 0 -1 0 28420 0 52 0 39880 32 0 0 18 0 13 0 283681540 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29477/statm: 459504 27528 1317 9 0 457116 0
[pid=29477/tid=29479] ppid=29475 vsize=1838016 CPUtime=398.27
/proc/29477/task/29479/stat : 29479 (java) R 29475 29477 29420 0 -1 64 25623 0 14 0 39797 30 0 0 25 0 13 0 283681558 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109610125 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29480] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29480/stat : 29480 (java) S 29475 29477 29420 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 283681567 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29481] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29481/stat : 29481 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 283681567 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29482] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29482/stat : 29482 (java) S 29475 29477 29420 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283681571 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29483] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29483/stat : 29483 (java) S 29475 29477 29420 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 283681572 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29484] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29484/stat : 29484 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 283681572 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29485] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29485/stat : 29485 (java) S 29475 29477 29420 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 283681579 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29486] ppid=29475 vsize=1838016 CPUtime=0.42
/proc/29477/task/29486/stat : 29486 (java) S 29475 29477 29420 0 -1 64 765 0 0 0 42 0 0 0 16 0 13 0 283681579 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29487] ppid=29475 vsize=1838016 CPUtime=0.39
/proc/29477/task/29487/stat : 29487 (java) S 29475 29477 29420 0 -1 64 1346 0 0 0 39 0 0 0 17 0 13 0 283681579 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29488] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29488/stat : 29488 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 283681579 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29477/tid=29489] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29489/stat : 29489 (java) S 29475 29477 29420 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283681579 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29477/tid=29490] ppid=29475 vsize=1838016 CPUtime=0
/proc/29477/task/29490/stat : 29490 (java) S 29475 29477 29420 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 283681624 1882128384 27528 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.12
Current children cumulated vsize (KiB) 1838016

Child status: 20
Real time (s): 399.1
CPU time (s): 399.217
CPU user time (s): 398.876
CPU system time (s): 0.340948
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 1838080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 398.876
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28433
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8834
involuntary context switches= 8786

runsolver used 0.353946 second user time and 1.11083 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Wed Feb 28 04:34:30 UTC 2007

IDJOB= 314452
IDBENCH= 20392
IDSOLVER= 96
FILE ID= node18/314452-1172637270

PBS_JOBID= 3980926

Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314452-1172637270/sat4j-sat2007.jar /tmp/evaluation/314452-1172637270/instance-314452-1172637270.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-314452-1172637270 -o ROOT/results/node18/solver-314452-1172637270 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314452-1172637270/sat4j-sat2007.jar /tmp/evaluation/314452-1172637270/instance-314452-1172637270.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 382034112

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1880696 kB
Buffers:          8456 kB
Cached:          65636 kB
SwapCached:         96 kB
Active:          27532 kB
Inactive:        94008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880696 kB
SwapTotal:     4192956 kB
SwapFree:      4180720 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:          57692 kB
Slab:            39348 kB
Committed_AS:   998812 kB
PageTables:       1668 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= 66548 MiB

End job on node18 on Wed Feb 28 04:41:09 UTC 2007