Trace number 358128

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
sat4jPseudoCP 2007-03-23? (TO) 1800.2 1794.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111227861.opb
MD5SUMf8885c48feecc92113d832d46f576991
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.100984
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/358128-1176913207/instance-358128-1176913207.opb
0.20/0.20	c reading problem ... 
0.30/0.33	c ... done. Wall clock time 0.13s.
0.30/0.33	c CPU time (experimental) 0.27s.
0.30/0.33	c #vars     169
0.30/0.33	c #constraints  101
1800.04/1794.41	c starts		: 2
1800.04/1794.41	c conflicts		: 2419
1800.04/1794.41	c decisions		: 14630
1800.04/1794.41	c propagations		: 81924
1800.04/1794.41	c inspects		: 6287574
1800.04/1794.41	c learnt literals	: 0
1800.04/1794.41	c learnt binary clauses	: 0
1800.04/1794.41	c learnt ternary clauses	: 0
1800.04/1794.41	c learnt clauses	: 2418
1800.04/1794.41	c root simplifications	: 0
1800.04/1794.41	c removed literals (reason simplification)	: 0
1800.04/1794.41	c reason swapping (by a shorter reason)	: 0
1800.04/1794.41	c Calls to reduceDB	: 0
1800.04/1794.41	c speed (decisions/second)	: 8.15462461414635
1800.04/1794.41	c non guided choices	44
1800.04/1794.41	s UNKNOWN
1800.04/1794.41	c Total wall clock time (ms): 1794.207

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-358128-1176913207 -o ROOT/results/node12/solver-358128-1176913207 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358128-1176913207/sat4jPseudoCP.jar /tmp/evaluation/358128-1176913207/instance-358128-1176913207.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3275
/proc/meminfo: memFree=1459448/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=200 CPUtime=0
/proc/3275/stat : 3275 (java) R 3273 3275 2463 0 -1 0 44 0 0 0 0 0 0 0 18 0 1 0 167358095 204800 29 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9658116 0 0 4096 0 0 0 0 17 1 0 0
/proc/3275/statm: 50 33 26 9 0 4 0

[startup+0.02044 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3275
/proc/meminfo: memFree=1459448/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1772952 CPUtime=0.01
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 1335 0 1 0 0 1 0 0 18 0 2 0 167358095 1815502848 1086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 443238 1095 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.104636 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3275
/proc/meminfo: memFree=1459448/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1780108 CPUtime=0.08
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 3987 0 1 0 6 2 0 0 18 0 12 0 167358095 1822830592 3729 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 445027 3729 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302657 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3275
/proc/meminfo: memFree=1459448/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1782552 CPUtime=0.3
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 5152 0 1 0 27 3 0 0 18 0 12 0 167358095 1825333248 4891 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 445638 4891 1264 9 0 443250 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782552

[startup+0.702702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3275
/proc/meminfo: memFree=1459448/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1783720 CPUtime=0.98
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 9401 0 1 0 93 5 0 0 18 0 13 0 167358095 1826529280 8722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 445930 8725 1306 9 0 443542 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1783720

[startup+1.50178 s]
/proc/loadavg: 1.08 1.02 1.01 3/90 3288
/proc/meminfo: memFree=1409488/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1794836 CPUtime=2.45
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 28310 0 1 0 230 15 0 0 18 0 13 0 167358095 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448709 23921 1321 9 0 446321 0
[pid=3275/tid=3277] ppid=3273 vsize=1794836 CPUtime=0.9
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 19951 0 1 0 80 10 0 0 18 0 13 0 167358097 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109149100 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167358098 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167358098 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 167358100 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167358101 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167358101 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1794836 CPUtime=0.67
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 3224 0 0 0 66 1 0 0 16 0 13 0 167358105 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1794836 CPUtime=0.84
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 4412 0 0 0 83 1 0 0 16 0 13 0 167358105 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1794836 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1837912064 23921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1794836

[startup+3.10294 s]
/proc/loadavg: 1.08 1.02 1.01 4/90 3288
/proc/meminfo: memFree=1295632/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=4.82
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 51959 0 1 0 456 26 0 0 18 0 13 0 167358095 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 42767 1330 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=2.03
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 37750 0 1 0 184 19 0 0 18 0 13 0 167358097 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109961464 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=0.01
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 386 0 0 0 1 0 0 0 16 0 13 0 167358098 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 327 0 0 0 0 0 0 0 16 0 13 0 167358098 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167358100 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.31
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7419 0 0 0 128 3 0 0 16 0 13 0 167358105 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.42
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 5347 0 0 0 140 2 0 0 18 0 13 0 167358105 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 42767 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1795576

[startup+6.30106 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 3288
/proc/meminfo: memFree=1286160/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=8.46
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 59501 0 1 0 816 30 0 0 18 0 13 0 167358095 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 47540 1331 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=5.06
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 39534 0 1 0 486 20 0 0 25 0 13 0 167358097 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=0.08
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 2574 0 0 0 8 0 0 0 16 0 13 0 167358098 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=0.08
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 2217 0 0 0 8 0 0 0 17 0 13 0 167358098 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167358100 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.41
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7420 0 0 0 138 3 0 0 17 0 13 0 167358105 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.75
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7007 0 0 0 173 2 0 0 16 0 13 0 167358105 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 47540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1795576

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 3288
/proc/meminfo: memFree=1248656/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=14.93
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 66019 0 1 0 1460 33 0 0 18 0 13 0 167358095 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 53715 1332 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=11.4
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 42650 0 1 0 1119 21 0 0 25 0 13 0 167358097 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109560307 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=0.14
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 4413 0 0 0 12 2 0 0 16 0 13 0 167358098 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=0.14
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 3776 0 0 0 13 1 0 0 16 0 13 0 167358098 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167358100 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.42
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7421 0 0 0 139 3 0 0 16 0 13 0 167358105 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.76
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7010 0 0 0 174 2 0 0 16 0 13 0 167358105 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 53715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 1795576

[startup+25.503 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 3288
/proc/meminfo: memFree=1266000/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=27.79
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 68439 0 1 0 2745 34 0 0 18 0 13 0 167358095 1838669824 49332 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 49332 1332 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=24.13
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 42661 0 1 0 2392 21 0 0 25 0 13 0 167358097 1838669824 49332 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109890047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=0.19
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 5633 0 0 0 17 2 0 0 16 0 13 0 167358098 1838669824 49332 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=0.2
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 4962 0 0 0 18 2 0 0 16 0 13 0 167358098 1838669824 49332 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0.29
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 307 0 0 0 15 14 0 0 16 0 13 0 167358100 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.44
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7421 0 0 0 141 3 0 0 16 0 13 0 167358105 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.83
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7013 0 0 0 180 3 0 0 17 0 13 0 167358105 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 108685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.69
Current children cumulated vsize (KiB) 1795576

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3290
/proc/meminfo: memFree=1029968/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=1667.7
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 267308 0 1 0 166615 155 0 0 18 0 13 0 167358095 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 108282 1332 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=1656.32
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 95761 0 1 0 165571 61 0 0 18 0 13 0 167358097 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=3.89
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 76737 0 0 0 353 36 0 0 15 0 13 0 167358098 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=3.86
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 79348 0 0 0 352 34 0 0 16 0 13 0 167358098 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0.29
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 307 0 0 0 15 14 0 0 15 0 13 0 167358100 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.44
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7421 0 0 0 141 3 0 0 16 0 13 0 167358105 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.83
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7013 0 0 0 180 3 0 0 17 0 13 0 167358105 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 108282 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.7
Current children cumulated vsize (KiB) 1795576

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 3290
/proc/meminfo: memFree=913488/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=1727.93
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 299962 0 1 0 172625 168 0 0 18 0 13 0 167358095 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 137244 1332 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=1716.03
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 114752 0 1 0 171535 68 0 0 25 0 13 0 167358097 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109948592 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=4.15
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 83369 0 0 0 376 39 0 0 16 0 13 0 167358098 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=4.12
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 86311 0 0 0 376 36 0 0 16 0 13 0 167358098 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0.3
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 375 0 0 0 15 15 0 0 16 0 13 0 167358100 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.44
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7421 0 0 0 141 3 0 0 16 0 13 0 167358105 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.83
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7013 0 0 0 180 3 0 0 17 0 13 0 167358105 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 137244 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.93
Current children cumulated vsize (KiB) 1795576

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3290
/proc/meminfo: memFree=915408/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=1787.94
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 300633 0 1 0 178625 169 0 0 18 0 13 0 167358095 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 136734 1332 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=1775.99
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 114755 0 1 0 177530 69 0 0 25 0 13 0 167358097 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109964725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=4.18
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 83529 0 0 0 379 39 0 0 17 0 13 0 167358098 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=4.15
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 86819 0 0 0 378 37 0 0 16 0 13 0 167358098 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0.3
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 375 0 0 0 15 15 0 0 16 0 13 0 167358100 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.44
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7421 0 0 0 141 3 0 0 16 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.83
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7013 0 0 0 180 3 0 0 17 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.94
Current children cumulated vsize (KiB) 1795576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3290
/proc/meminfo: memFree=915408/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=1795576 CPUtime=1800.04
/proc/3275/stat : 3275 (java) S 3273 3275 2463 0 -1 0 300633 0 1 0 179835 169 0 0 18 0 13 0 167358095 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3275/statm: 448894 136734 1332 9 0 446506 0
[pid=3275/tid=3277] ppid=3273 vsize=1795576 CPUtime=1788.09
/proc/3275/task/3277/stat : 3277 (java) R 3273 3275 2463 0 -1 64 114755 0 1 0 178740 69 0 0 25 0 13 0 167358097 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109948678 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3278] ppid=3273 vsize=1795576 CPUtime=4.18
/proc/3275/task/3278/stat : 3278 (java) S 3273 3275 2463 0 -1 64 83529 0 0 0 379 39 0 0 17 0 13 0 167358098 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3279] ppid=3273 vsize=1795576 CPUtime=4.15
/proc/3275/task/3279/stat : 3279 (java) S 3273 3275 2463 0 -1 64 86819 0 0 0 378 37 0 0 16 0 13 0 167358098 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3280] ppid=3273 vsize=1795576 CPUtime=0.3
/proc/3275/task/3280/stat : 3280 (java) S 3273 3275 2463 0 -1 64 375 0 0 0 15 15 0 0 16 0 13 0 167358100 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3281] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3281/stat : 3281 (java) S 3273 3275 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3282] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3282/stat : 3282 (java) S 3273 3275 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167358101 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3283] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3283/stat : 3283 (java) S 3273 3275 2463 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3284] ppid=3273 vsize=1795576 CPUtime=1.44
/proc/3275/task/3284/stat : 3284 (java) S 3273 3275 2463 0 -1 64 7421 0 0 0 141 3 0 0 16 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3285] ppid=3273 vsize=1795576 CPUtime=1.83
/proc/3275/task/3285/stat : 3285 (java) S 3273 3275 2463 0 -1 64 7013 0 0 0 180 3 0 0 17 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3286] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3286/stat : 3286 (java) S 3273 3275 2463 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3275/tid=3287] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3287/stat : 3287 (java) S 3273 3275 2463 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167358105 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3275/tid=3288] ppid=3273 vsize=1795576 CPUtime=0
/proc/3275/task/3288/stat : 3288 (java) S 3273 3275 2463 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167358129 1838669824 136734 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1795576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1794.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3290
/proc/meminfo: memFree=915408/2055920 swapFree=4155784/4192956
[pid=3275] ppid=3273 vsize=0 CPUtime=1800.15
/proc/3275/stat : 3275 (java) Z 3273 3275 2463 0 -1 1036 300653 0 1 0 179841 174 0 0 15 0 2 0 167358095 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3275/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.55
CPU time (s): 1800.2
CPU user time (s): 1798.42
CPU system time (s): 1.78373
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 1800420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.78373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300653
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45067
involuntary context switches= 58301

runsolver used 2.17467 second user time and 4.55231 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Apr 18 16:20:07 UTC 2007

IDJOB= 358128
IDBENCH= 1192
IDSOLVER= 160
FILE ID= node12/358128-1176913207

PBS_JOBID= 4595218

Free space on /tmp= 66253 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358128-1176913207/sat4jPseudoCP.jar /tmp/evaluation/358128-1176913207/instance-358128-1176913207.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-358128-1176913207 -o ROOT/results/node12/solver-358128-1176913207 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358128-1176913207/sat4jPseudoCP.jar /tmp/evaluation/358128-1176913207/instance-358128-1176913207.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f8885c48feecc92113d832d46f576991

RANDOM SEED= 34532934

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1459920 kB
Buffers:         34176 kB
Cached:         471720 kB
SwapCached:      15800 kB
Active:         103152 kB
Inactive:       430780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459920 kB
SwapTotal:     4192956 kB
SwapFree:      4155784 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:          30760 kB
Slab:            47608 kB
Committed_AS:  4305296 kB
PageTables:       1792 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= 66253 MiB

End job on node12 on Wed Apr 18 16:50:04 UTC 2007