Trace number 419764

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
SAT4JPseudoResolution 2007-03-23UNSAT 44.0463 40.8383

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc12062.opb
MD5SUM694ba8d60e0307c65b53da17c456b745
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark21.9437
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200205
Total number of constraints566857
Number of constraints which are clauses566857
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
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=1.5 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/419764-1177412595/instance-419764-1177412595.opb
0.20/0.20	c reading problem ... 
14.51/11.79	c ... done. Wall clock time 11.592s.
14.51/11.79	c CPU time (experimental) 9.12s.
14.51/11.79	c #vars     200205
14.51/11.79	c #constraints  541797
43.92/40.78	c starts		: 9
43.92/40.78	c conflicts		: 5626
43.92/40.78	c decisions		: 149172
43.92/40.78	c propagations		: 31494955
43.92/40.78	c inspects		: 76958042
43.92/40.78	c learnt literals	: 16
43.92/40.78	c learnt binary clauses	: 308
43.92/40.78	c learnt ternary clauses	: 1750
43.92/40.78	c learnt clauses	: 5609
43.92/40.78	c root simplifications	: 0
43.92/40.78	c removed literals (reason simplification)	: 0
43.92/40.78	c reason swapping (by a shorter reason)	: 0
43.92/40.78	c Calls to reduceDB	: 0
43.92/40.78	c speed (decisions/second)	: 5157.556270096464
43.92/40.78	c non guided choices	68824
43.92/40.78	s UNSATISFIABLE
43.92/40.78	c Total wall clock time (ms): 40.583

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-419764-1177412595 -o ROOT/results/node6/solver-419764-1177412595 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419764-1177412595/sat4jPseudoResolution.jar /tmp/evaluation/419764-1177412595/instance-419764-1177412595.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: 0.91 0.95 0.95 2/77 18940
/proc/meminfo: memFree=1602872/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1472 CPUtime=0
/proc/18940/stat : 18940 (java) R 18938 18940 18440 0 -1 0 110 0 0 0 0 0 0 0 18 0 1 0 217297234 1507328 85 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2614608 0 0 4096 0 0 0 0 17 1 0 0
/proc/18940/statm: 369 96 73 9 0 11 0

[startup+0.017417 s]
/proc/loadavg: 0.91 0.95 0.95 2/77 18940
/proc/meminfo: memFree=1602872/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=12848 CPUtime=0.01
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 898 0 1 0 0 1 0 0 18 0 2 0 217297234 13156352 656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12848

[startup+0.102431 s]
/proc/loadavg: 0.91 0.95 0.95 2/77 18940
/proc/meminfo: memFree=1602872/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1780256 CPUtime=0.09
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 3996 0 1 0 6 3 0 0 18 0 12 0 217297234 1822982144 3739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 445064 3739 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301454 s]
/proc/loadavg: 0.91 0.95 0.95 2/77 18940
/proc/meminfo: memFree=1602872/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1782172 CPUtime=0.3
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 6850 0 1 0 26 4 0 0 18 0 12 0 217297234 1824944128 6590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 445543 6590 1263 9 0 443155 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782172

[startup+0.701496 s]
/proc/loadavg: 0.91 0.95 0.95 2/77 18940
/proc/meminfo: memFree=1602872/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1783484 CPUtime=0.88
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 8660 0 1 0 83 5 0 0 18 0 12 0 217297234 1826287616 8175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 445871 8176 1298 9 0 443483 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783484

[startup+1.50259 s]
/proc/loadavg: 0.91 0.95 0.95 2/89 18952
/proc/meminfo: memFree=1568664/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1788900 CPUtime=2.09
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 19611 0 1 0 199 10 0 0 18 0 12 0 217297234 1831833600 17378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 447225 17379 1302 9 0 444837 0
[pid=18940/tid=18942] ppid=18938 vsize=1788900 CPUtime=1.06
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 14759 0 1 0 98 8 0 0 18 0 12 0 217297236 1831833600 17379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543370 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217297237 1831833600 17380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217297237 1831833600 17381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 217297239 1831833600 17382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 217297240 1831833600 17383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 217297240 1831833600 17384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217297244 1831833600 17385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1788900 CPUtime=0.46
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2024 0 0 0 46 0 0 0 17 0 12 0 217297244 1831833600 17385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1788900 CPUtime=0.53
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2110 0 0 0 53 0 0 0 17 0 12 0 217297244 1831833600 17386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217297244 1831833600 17387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1788900 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217297244 1831833600 17388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1788900

[startup+3.10177 s]
/proc/loadavg: 0.91 0.95 0.95 2/89 18952
/proc/meminfo: memFree=1479192/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1789544 CPUtime=3.86
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 46667 0 1 0 362 24 0 0 18 0 12 0 217297234 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 447386 44344 1311 9 0 444998 0
[pid=18940/tid=18942] ppid=18938 vsize=1789544 CPUtime=2.51
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37672 0 1 0 232 19 0 0 21 0 12 0 217297236 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109574521 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1789544 CPUtime=0.1
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 2253 0 0 0 10 0 0 0 18 0 12 0 217297237 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1789544 CPUtime=0.1
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 1861 0 0 0 10 0 0 0 18 0 12 0 217297237 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1789544 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 217297239 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1789544 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217297240 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1789544 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217297240 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1789544 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217297244 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1789544 CPUtime=0.51
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2046 0 0 0 51 0 0 0 16 0 12 0 217297244 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1789544 CPUtime=0.55
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2112 0 0 0 55 0 0 0 16 0 12 0 217297244 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1789544 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217297244 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1789544 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217297244 1832493056 44344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1789544

[startup+6.30215 s]
/proc/loadavg: 1.00 0.97 0.96 2/89 18952
/proc/meminfo: memFree=1393176/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1789028 CPUtime=7.69
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 58811 0 1 0 739 30 0 0 18 0 12 0 217297234 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 447257 55418 1312 9 0 444869 0
[pid=18940/tid=18942] ppid=18938 vsize=1789028 CPUtime=5.09
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37676 0 1 0 489 20 0 0 18 0 12 0 217297236 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471306 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1789028 CPUtime=0.73
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 8629 0 0 0 70 3 0 0 19 0 12 0 217297237 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1789028 CPUtime=0.73
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 7622 0 0 0 70 3 0 0 19 0 12 0 217297237 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1789028 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 217297239 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1789028 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217297240 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1789028 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217297240 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1789028 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217297244 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1789028 CPUtime=0.52
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2047 0 0 0 52 0 0 0 17 0 12 0 217297244 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1789028 CPUtime=0.55
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2112 0 0 0 55 0 0 0 16 0 12 0 217297244 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1789028 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217297244 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1789028 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217297244 1831964672 55418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1789028

[startup+12.7019 s]
/proc/loadavg: 1.00 0.97 0.96 4/90 18953
/proc/meminfo: memFree=1350224/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1793228 CPUtime=15.84
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71041 0 1 0 1547 37 0 0 18 0 13 0 217297234 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448307 64260 1325 9 0 445919 0
[pid=18940/tid=18942] ppid=18938 vsize=1793228 CPUtime=9.9
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37712 0 1 0 969 21 0 0 25 0 13 0 217297236 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1793228 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1793228 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 217297239 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217297244 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1793228 CPUtime=0.77
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2236 0 0 0 76 1 0 0 16 0 13 0 217297244 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1793228 CPUtime=0.77
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2761 0 0 0 77 0 0 0 16 0 13 0 217297244 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217297244 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217297244 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18953] ppid=18938 vsize=1793228 CPUtime=0
/proc/18940/task/18953/stat : 18953 (java) S 18938 18940 18440 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 217298425 1836265472 64260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 1793228

[startup+25.5024 s]
/proc/loadavg: 1.00 0.97 0.96 2/90 18953
/proc/meminfo: memFree=1350096/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1793132 CPUtime=28.72
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71054 0 1 0 2835 37 0 0 18 0 13 0 217297234 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448283 64245 1327 9 0 445895 0
[pid=18940/tid=18942] ppid=18938 vsize=1793132 CPUtime=22.68
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37717 0 1 0 2247 21 0 0 25 0 13 0 217297236 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1793132 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1793132 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1793132 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297239 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1793132 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1793132 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1836167168 64245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18940] ppid=18938 vsize=1792588 CPUtime=38.32
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71054 0 1 0 3794 38 0 0 18 0 13 0 217297234 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448147 64122 1327 9 0 445759 0
[pid=18940/tid=18942] ppid=18938 vsize=1792588 CPUtime=32.27
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37717 0 1 0 3206 21 0 0 25 0 13 0 217297236 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109846106 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1792588 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1792588 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297239 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1792588 CPUtime=0.82
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2236 0 0 0 81 1 0 0 17 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1792588 CPUtime=0.83
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2769 0 0 0 83 0 0 0 16 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18953] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18953/stat : 18953 (java) S 18938 18940 18440 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 217298425 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.32
Current children cumulated vsize (KiB) 1792588

[startup+38.3019 s]
/proc/loadavg: 1.00 0.97 0.96 2/90 18953
/proc/meminfo: memFree=1350480/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1792588 CPUtime=41.52
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71054 0 1 0 4114 38 0 0 18 0 13 0 217297234 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448147 64122 1327 9 0 445759 0
[pid=18940/tid=18942] ppid=18938 vsize=1792588 CPUtime=35.47
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37717 0 1 0 3525 22 0 0 25 0 13 0 217297236 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109846065 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1792588 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1792588 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297239 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1792588 CPUtime=0.82
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2236 0 0 0 81 1 0 0 17 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1792588 CPUtime=0.83
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2769 0 0 0 83 0 0 0 16 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18953] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18953/stat : 18953 (java) S 18938 18940 18440 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 217298425 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (KiB) 1792588

[startup+39.9011 s]
/proc/loadavg: 1.00 0.97 0.96 2/90 18953
/proc/meminfo: memFree=1350480/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1792588 CPUtime=43.11
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71054 0 1 0 4273 38 0 0 18 0 13 0 217297234 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448147 64122 1327 9 0 445759 0
[pid=18940/tid=18942] ppid=18938 vsize=1792588 CPUtime=37.07
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37717 0 1 0 3685 22 0 0 25 0 13 0 217297236 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871068 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1792588 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1792588 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297239 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1792588 CPUtime=0.82
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2236 0 0 0 81 1 0 0 17 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1792588 CPUtime=0.83
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2769 0 0 0 83 0 0 0 16 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18953] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18953/stat : 18953 (java) S 18938 18940 18440 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 217298425 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.11
Current children cumulated vsize (KiB) 1792588

[startup+40.3011 s]
/proc/loadavg: 1.00 0.97 0.96 2/90 18953
/proc/meminfo: memFree=1350480/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1792588 CPUtime=43.51
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71054 0 1 0 4313 38 0 0 18 0 13 0 217297234 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448147 64122 1327 9 0 445759 0
[pid=18940/tid=18942] ppid=18938 vsize=1792588 CPUtime=37.47
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37717 0 1 0 3725 22 0 0 25 0 13 0 217297236 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893762 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1792588 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1792588 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297239 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1792588 CPUtime=0.82
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2236 0 0 0 81 1 0 0 17 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1792588 CPUtime=0.83
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2769 0 0 0 83 0 0 0 16 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18953] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18953/stat : 18953 (java) S 18938 18940 18440 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 217298425 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.51
Current children cumulated vsize (KiB) 1792588

[startup+40.7052 s]
/proc/loadavg: 1.00 0.97 0.96 2/90 18953
/proc/meminfo: memFree=1350480/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=1792588 CPUtime=43.92
/proc/18940/stat : 18940 (java) S 18938 18940 18440 0 -1 0 71054 0 1 0 4354 38 0 0 18 0 13 0 217297234 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 448147 64122 1327 9 0 445759 0
[pid=18940/tid=18942] ppid=18938 vsize=1792588 CPUtime=37.87
/proc/18940/task/18942/stat : 18942 (java) R 18938 18940 18440 0 -1 64 37717 0 1 0 3765 22 0 0 25 0 13 0 217297236 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18943] ppid=18938 vsize=1792588 CPUtime=2.19
/proc/18940/task/18943/stat : 18943 (java) S 18938 18940 18440 0 -1 64 13844 0 0 0 213 6 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18944] ppid=18938 vsize=1792588 CPUtime=2.17
/proc/18940/task/18944/stat : 18944 (java) S 18938 18940 18440 0 -1 64 13757 0 0 0 210 7 0 0 16 0 13 0 217297237 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18945] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18945/stat : 18945 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297239 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18946] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18946/stat : 18946 (java) S 18938 18940 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18947] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18947/stat : 18947 (java) S 18938 18940 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217297240 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18948] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18948/stat : 18948 (java) S 18938 18940 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18949] ppid=18938 vsize=1792588 CPUtime=0.82
/proc/18940/task/18949/stat : 18949 (java) S 18938 18940 18440 0 -1 64 2236 0 0 0 81 1 0 0 17 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18940/tid=18950] ppid=18938 vsize=1792588 CPUtime=0.83
/proc/18940/task/18950/stat : 18950 (java) S 18938 18940 18440 0 -1 64 2769 0 0 0 83 0 0 0 16 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18951] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18951/stat : 18951 (java) S 18938 18940 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18952] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18952/stat : 18952 (java) S 18938 18940 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217297244 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18940/tid=18953] ppid=18938 vsize=1792588 CPUtime=0
/proc/18940/task/18953/stat : 18953 (java) S 18938 18940 18440 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 217298425 1835610112 64122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.92
Current children cumulated vsize (KiB) 1792588

[startup+40.8027 s]
/proc/loadavg: 1.00 0.97 0.96 2/90 18953
/proc/meminfo: memFree=1350480/2055924 swapFree=4146688/4192956
[pid=18940] ppid=18938 vsize=0 CPUtime=44
/proc/18940/stat : 18940 (java) Z 18938 18940 18440 0 -1 1036 71065 0 1 0 4362 38 0 0 16 0 2 0 217297234 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 40.8383
CPU time (s): 44.0463
CPU user time (s): 43.6254
CPU system time (s): 0.420936
CPU usage (%): 107.856
Max. virtual memory (cumulated for all children) (KiB): 1793324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.6254
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71065
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= 1443
involuntary context switches= 736

runsolver used 0.038994 second user time and 0.123981 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Apr 24 11:03:16 UTC 2007

IDJOB= 419764
IDBENCH= 47797
IDSOLVER= 159
FILE ID= node6/419764-1177412595

PBS_JOBID= 4675651

Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc12062.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419764-1177412595/sat4jPseudoResolution.jar /tmp/evaluation/419764-1177412595/instance-419764-1177412595.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-419764-1177412595 -o ROOT/results/node6/solver-419764-1177412595 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419764-1177412595/sat4jPseudoResolution.jar /tmp/evaluation/419764-1177412595/instance-419764-1177412595.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  694ba8d60e0307c65b53da17c456b745

RANDOM SEED= 814033002

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1603280 kB
Buffers:         48352 kB
Cached:         310272 kB
SwapCached:      13948 kB
Active:         180428 kB
Inactive:       201488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1603280 kB
SwapTotal:     4192956 kB
SwapFree:      4146688 kB
Dirty:           22604 kB
Writeback:           0 kB
Mapped:          30080 kB
Slab:            56272 kB
Committed_AS:  7100428 kB
PageTables:       1784 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= 66404 MiB

End job on node6 on Tue Apr 24 11:03:57 UTC 2007