Trace number 314612

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 975.001 974.865

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark211.258
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

Solver Data (download as text)

0.13/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.34	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.34	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.35	c version SAT COMPETITION 2007
0.13/0.35	c sun.arch.data.model	32
0.13/0.35	c java.version	1.6.0
0.13/0.35	c os.name	Linux
0.13/0.35	c os.version	2.6.9-22.EL.rootsmp
0.13/0.35	c os.arch	i386
0.13/0.35	c Free memory 1703279312
0.13/0.35	c Max memory 1706164224
0.13/0.35	c Total memory 1706164224
0.13/0.35	c Number of processors 2
0.23/0.41	c --- Begin Solver configuration ---
0.23/0.41	c Stops conflict analysis at the first Unique Implication Point
0.23/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.23/0.41	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.23/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.41	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.41	c Expensive reason simplification
0.23/0.41	c --- End Solver configuration ---
0.23/0.41	c timeout: 2147483s
0.23/0.41	c solving /tmp/evaluation/314612-1172639525/instance-314612-1172639525.cnf
0.23/0.41	c reading problem ... 
0.51/0.67	c ... done. Wall clock time 0.263s.
0.51/0.67	c CPU time (experimental) 0.41s.
0.51/0.67	c #vars     7847
0.51/0.67	c #constraints  17217
974.96/974.81	c starts		: 19
974.96/974.81	c conflicts		: 309863
974.96/974.81	c decisions		: 336358
974.96/974.81	c propagations		: 233810362
974.96/974.81	c inspects		: 2898594730
974.96/974.81	c learnt literals	: 30
974.96/974.81	c learnt binary clauses	: 303
974.96/974.81	c learnt ternary clauses	: 884
974.96/974.81	c learnt clauses	: 309832
974.96/974.81	c root simplifications	: 0
974.96/974.81	c removed literals (reason simplification)	: 30921772
974.96/974.81	c reason swapping (by a shorter reason)	: 0
974.96/974.81	c Calls to reduceDB	: 0
974.96/974.81	c speed (decisions/second)	: 345.2931508649318
974.96/974.81	c non guided choices	125
974.96/974.81	s UNSATISFIABLE
974.96/974.81	c Total wall clock time (in seconds) : 974.402
974.96/974.81	c Total CPU time (experimental, in seconds) : 974.09

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/node22/watcher-314612-1172639525 -o ROOT/results/node22/solver-314612-1172639525 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314612-1172639525/sat4j-sat2007.jar /tmp/evaluation/314612-1172639525/instance-314612-1172639525.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.92 0.98 0.99 2/77 14658
/proc/meminfo: memFree=1650264/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=200 CPUtime=0
/proc/14658/stat : 14658 (java) D 14656 14658 14265 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 283906453 204800 33 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4678564 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14658/statm: 50 33 26 9 0 4 0

[startup+0.0176541 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 14658
/proc/meminfo: memFree=1650264/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=308 CPUtime=0
/proc/14658/stat : 14658 (java) D 14656 14658 14265 0 -1 0 56 0 1 0 0 0 0 0 18 0 1 0 283906453 315392 41 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4678564 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14658/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101663 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 14658
/proc/meminfo: memFree=1650264/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=12496 CPUtime=0.02
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 751 0 27 0 0 2 0 0 18 0 2 0 283906453 12795904 561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.30168 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 14658
/proc/meminfo: memFree=1650264/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1831792 CPUtime=0.13
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 4050 0 38 0 7 6 0 0 18 0 12 0 283906453 1875755008 3829 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 457948 3829 1124 9 0 455567 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1831792

[startup+0.701707 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 14658
/proc/meminfo: memFree=1650264/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1833952 CPUtime=0.63
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 5897 0 38 0 55 8 0 0 18 0 12 0 283906453 1877966848 5643 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 458488 5643 1292 9 0 456100 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 1833952

[startup+1.50276 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1620656/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836480 CPUtime=1.7
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 7170 0 38 0 162 8 0 0 18 0 13 0 283906453 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459120 6468 1313 9 0 456732 0
[pid=14658/tid=14660] ppid=14656 vsize=1836480 CPUtime=1.03
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 4917 0 12 0 98 5 0 0 18 0 13 0 283906461 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109601027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880555520 6468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880555520 6469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836480 CPUtime=0.31
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1005 0 0 0 31 0 0 0 16 0 13 0 283906479 1880555520 6469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836480 CPUtime=0.32
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 551 0 0 0 32 0 0 0 17 0 13 0 283906479 1880555520 6469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880555520 6469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880555520 6469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880555520 6469 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1836480

[startup+3.10288 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1619440/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836480 CPUtime=3.32
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 7470 0 38 0 324 8 0 0 18 0 13 0 283906453 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459120 6768 1313 9 0 456732 0
[pid=14658/tid=14660] ppid=14656 vsize=1836480 CPUtime=2.63
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 5214 0 12 0 258 5 0 0 25 0 13 0 283906461 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109600884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836480 CPUtime=0.33
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1008 0 0 0 33 0 0 0 15 0 13 0 283906479 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836480 CPUtime=0.32
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 551 0 0 0 32 0 0 0 15 0 13 0 283906479 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836480 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880555520 6768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1836480

[startup+6.30111 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1616944/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836352 CPUtime=6.61
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 8177 0 38 0 652 9 0 0 18 0 13 0 283906453 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459088 7230 1317 9 0 456700 0
[pid=14658/tid=14660] ppid=14656 vsize=1836352 CPUtime=5.83
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 5695 0 12 0 577 6 0 0 24 0 13 0 283906461 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109626222 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836352 CPUtime=0.38
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1227 0 0 0 38 0 0 0 16 0 13 0 283906479 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836352 CPUtime=0.36
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 558 0 0 0 36 0 0 0 16 0 13 0 283906479 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836352 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880424448 7230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 1836352

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1613688/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=13.08
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 9014 0 38 0 1298 10 0 0 18 0 13 0 283906453 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 8034 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=12.22
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 6527 0 12 0 1216 6 0 0 25 0 13 0 283906461 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109526870 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836224 CPUtime=0.43
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1229 0 0 0 43 0 0 0 17 0 13 0 283906479 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836224 CPUtime=0.38
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 561 0 0 0 38 0 0 0 16 0 13 0 283906479 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 8034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 1836224

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1609208/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=25.87
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 10071 0 38 0 2577 10 0 0 18 0 13 0 283906453 1880293376 9091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 9091 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=25.02
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 7584 0 12 0 2495 7 0 0 25 0 13 0 283906461 1880293376 9091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109601089 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 9091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 9091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 30802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 30802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 969.66
Current children cumulated vsize (KiB) 1836224

[startup+972.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1521016/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=972.86
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 31799 0 38 0 97243 43 0 0 18 0 13 0 283906453 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 30819 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=971.98
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 29311 0 12 0 97159 39 0 0 25 0 13 0 283906461 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109523109 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836224 CPUtime=0.44
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1230 0 0 0 44 0 0 0 16 0 13 0 283906479 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836224 CPUtime=0.39
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 561 0 0 0 39 0 0 0 16 0 13 0 283906479 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 30819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 972.86
Current children cumulated vsize (KiB) 1836224

[startup+973.506 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1521016/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=973.66
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 31804 0 38 0 97323 43 0 0 18 0 13 0 283906453 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 30824 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=972.78
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 29316 0 12 0 97239 39 0 0 25 0 13 0 283906461 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109601089 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836224 CPUtime=0.44
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1230 0 0 0 44 0 0 0 16 0 13 0 283906479 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836224 CPUtime=0.39
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 561 0 0 0 39 0 0 0 16 0 13 0 283906479 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 30824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 973.66
Current children cumulated vsize (KiB) 1836224

[startup+974.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1521016/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=974.46
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 31810 0 38 0 97403 43 0 0 18 0 13 0 283906453 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 30830 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=973.58
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 29322 0 12 0 97319 39 0 0 25 0 13 0 283906461 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109522800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836224 CPUtime=0.44
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1230 0 0 0 44 0 0 0 16 0 13 0 283906479 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836224 CPUtime=0.39
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 561 0 0 0 39 0 0 0 16 0 13 0 283906479 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 30830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 974.46
Current children cumulated vsize (KiB) 1836224

[startup+974.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1521016/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=974.86
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 31812 0 38 0 97443 43 0 0 18 0 13 0 283906453 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 30832 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=973.98
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 29324 0 12 0 97359 39 0 0 25 0 13 0 283906461 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836224 CPUtime=0.44
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1230 0 0 0 44 0 0 0 16 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836224 CPUtime=0.39
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 561 0 0 0 39 0 0 0 16 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 974.86
Current children cumulated vsize (KiB) 1836224

[startup+974.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 14671
/proc/meminfo: memFree=1521016/2055920 swapFree=4144436/4192956
[pid=14658] ppid=14656 vsize=1836224 CPUtime=974.96
/proc/14658/stat : 14658 (java) S 14656 14658 14265 0 -1 0 31812 0 38 0 97453 43 0 0 18 0 13 0 283906453 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14658/statm: 459056 30832 1317 9 0 456668 0
[pid=14658/tid=14660] ppid=14656 vsize=1836224 CPUtime=974.08
/proc/14658/task/14660/stat : 14660 (java) R 14656 14658 14265 0 -1 64 29324 0 12 0 97369 39 0 0 25 0 13 0 283906461 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109529156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14661] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14661/stat : 14661 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 283906468 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14662] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14662/stat : 14662 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906468 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14663] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14663/stat : 14663 (java) S 14656 14658 14265 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 283906472 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14664] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14664/stat : 14664 (java) S 14656 14658 14265 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 283906473 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14665] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14665/stat : 14665 (java) S 14656 14658 14265 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 283906473 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14658/tid=14666] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14666/stat : 14666 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14667] ppid=14656 vsize=1836224 CPUtime=0.44
/proc/14658/task/14667/stat : 14667 (java) S 14656 14658 14265 0 -1 64 1230 0 0 0 44 0 0 0 16 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14668] ppid=14656 vsize=1836224 CPUtime=0.39
/proc/14658/task/14668/stat : 14668 (java) S 14656 14658 14265 0 -1 64 561 0 0 0 39 0 0 0 16 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14669] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14669/stat : 14669 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14670] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14670/stat : 14670 (java) S 14656 14658 14265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 283906479 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14658/tid=14671] ppid=14656 vsize=1836224 CPUtime=0
/proc/14658/task/14671/stat : 14671 (java) S 14656 14658 14265 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 283906523 1880293376 30832 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 974.96
Current children cumulated vsize (KiB) 1836224

Child status: 20
Real time (s): 974.865
CPU time (s): 975.001
CPU user time (s): 974.549
CPU system time (s): 0.451931
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 1836480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.549
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31823
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20405
involuntary context switches= 20342

runsolver used 0.909861 second user time and 2.6586 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Feb 28 05:12:05 UTC 2007

IDJOB= 314612
IDBENCH= 20396
IDSOLVER= 96
FILE ID= node22/314612-1172639525

PBS_JOBID= 3981167

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 277598526

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1650672 kB
Buffers:         18248 kB
Cached:         320932 kB
SwapCached:      14216 kB
Active:          83656 kB
Inactive:       278208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650672 kB
SwapTotal:     4192956 kB
SwapFree:      4144436 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          29584 kB
Slab:            29044 kB
Committed_AS:   771112 kB
PageTables:       1692 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= 66523 MiB

End job on node22 on Wed Feb 28 05:28:20 UTC 2007