Trace number 420567

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
sat4jPseudoCPClause 2007-03-23UNSAT 612.023 606.274

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG7-gensys-icl001.sat05-2926.reshuffled-07.opb
MD5SUM4b46bccc2f887691815b86627883f9f4
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 benchmark80.4138
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables432
Total number of constraints14889
Number of constraints which are clauses14889
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 constraint13
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	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.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/420567-1177427111/instance-420567-1177427111.opb
0.20/0.20	c reading problem ... 
2.10/1.50	c ... done. Wall clock time 1.299s.
2.10/1.50	c CPU time (experimental) 1.01s.
2.10/1.50	c #vars     432
2.10/1.50	c #constraints  14054
611.89/606.19	c starts		: 2
611.89/606.19	c conflicts		: 202585
611.89/606.19	c decisions		: 232466
611.89/606.19	c propagations		: 13655149
611.89/606.19	c inspects		: 964795943
611.89/606.19	c learnt literals	: 0
611.89/606.19	c learnt binary clauses	: 0
611.89/606.19	c learnt ternary clauses	: 0
611.89/606.19	c learnt clauses	: 202584
611.89/606.19	c root simplifications	: 0
611.89/606.19	c removed literals (reason simplification)	: 0
611.89/606.19	c reason swapping (by a shorter reason)	: 0
611.89/606.19	c Calls to reduceDB	: 0
611.89/606.19	c speed (decisions/second)	: 384.44085029254853
611.89/606.19	c non guided choices	59
611.89/606.19	s UNSATISFIABLE
611.89/606.19	c Total wall clock time (ms): 605.989

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/node4/watcher-420567-1177427111 -o ROOT/results/node4/solver-420567-1177427111 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420567-1177427111/sat4jPseudoCPClause.jar /tmp/evaluation/420567-1177427111/instance-420567-1177427111.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 17721
/proc/meminfo: memFree=1895704/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=152 CPUtime=0
/proc/17721/stat : 17721 (java) R 17719 17721 17413 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 218748848 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10588459 0 0 4096 0 0 0 0 17 1 0 0
/proc/17721/statm: 38 26 19 9 0 4 0

[startup+0.105082 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17721
/proc/meminfo: memFree=1895704/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1780260 CPUtime=0.08
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 4003 0 1 0 6 2 0 0 18 0 12 0 218748848 1822986240 3746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 445065 3746 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780260

[startup+0.202091 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17721
/proc/meminfo: memFree=1895704/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1781340 CPUtime=0.2
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 4856 0 1 0 17 3 0 0 18 0 12 0 218748848 1824092160 4596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 445335 4596 1244 9 0 442946 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781340

[startup+0.302097 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17721
/proc/meminfo: memFree=1895704/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1781340 CPUtime=0.32
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 5120 0 1 0 28 4 0 0 18 0 12 0 218748848 1824092160 4860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 445335 4860 1264 9 0 442946 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781340

[startup+0.702135 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17721
/proc/meminfo: memFree=1895704/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1783492 CPUtime=0.88
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 6875 0 1 0 84 4 0 0 18 0 12 0 218748848 1826295808 6453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 445873 6454 1301 9 0 443484 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783492

[startup+1.50221 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 17733
/proc/meminfo: memFree=1861560/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1787532 CPUtime=2.1
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 19699 0 1 0 198 12 0 0 18 0 12 0 218748848 1830432768 16821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 446883 16822 1303 9 0 444494 0
[pid=17721/tid=17723] ppid=17719 vsize=1787532 CPUtime=1
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 14382 0 1 0 90 10 0 0 17 0 12 0 218748849 1830432768 16823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 218748851 1830432768 16825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 218748851 1830432768 16825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 218748853 1830432768 16825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 218748854 1830432768 16825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 218748854 1830432768 16825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 218748857 1830432768 16828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1787532 CPUtime=0.58
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 2655 0 0 0 57 1 0 0 15 0 12 0 218748857 1830432768 16829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1787532 CPUtime=0.49
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 1947 0 0 0 49 0 0 0 17 0 12 0 218748857 1830432768 16831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 218748858 1830432768 16832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1787532 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 218748858 1830432768 16832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1787532

[startup+3.10137 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1815920/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1787856 CPUtime=4.4
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 43939 0 1 0 417 23 0 0 18 0 13 0 218748848 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 446964 40652 1325 9 0 444575 0
[pid=17721/tid=17723] ppid=17719 vsize=1787856 CPUtime=2.29
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 37711 0 1 0 209 20 0 0 18 0 13 0 218748849 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 236 0 0 0 0 0 0 0 16 0 13 0 218748851 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1787856 CPUtime=0.01
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 196 0 0 0 1 0 0 0 16 0 13 0 218748851 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 218748853 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1787856 CPUtime=1.16
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 2685 0 0 0 115 1 0 0 16 0 13 0 218748857 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1787856 CPUtime=0.89
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2383 0 0 0 89 0 0 0 16 0 13 0 218748857 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1830764544 40652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1787856

[startup+6.30267 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1734512/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1787856 CPUtime=7.64
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 44760 0 1 0 741 23 0 0 18 0 13 0 218748848 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 446964 40888 1325 9 0 444575 0
[pid=17721/tid=17723] ppid=17719 vsize=1787856 CPUtime=5.45
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 37717 0 1 0 525 20 0 0 25 0 13 0 218748849 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759060 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1787856 CPUtime=0.04
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 617 0 0 0 4 0 0 0 16 0 13 0 218748851 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1787856 CPUtime=0.04
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 618 0 0 0 4 0 0 0 16 0 13 0 218748851 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 218748853 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1787856 CPUtime=1.17
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 2687 0 0 0 116 1 0 0 15 0 13 0 218748857 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1787856 CPUtime=0.9
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2385 0 0 0 90 0 0 0 16 0 13 0 218748857 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1787856 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1830764544 40888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 1787856

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1712944/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=14.2
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 51672 0 1 0 1394 26 0 0 18 0 13 0 218748848 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 46605 1333 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=11.81
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 41253 0 1 0 1160 21 0 0 25 0 13 0 218748849 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794275 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=0.07
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 2162 0 0 0 7 0 0 0 16 0 13 0 218748851 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=0.07
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 1847 0 0 0 7 0 0 0 16 0 13 0 218748851 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 218748853 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1788880 CPUtime=1.27
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 3270 0 0 0 126 1 0 0 17 0 13 0 218748857 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1788880 CPUtime=0.92
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2391 0 0 0 92 0 0 0 16 0 13 0 218748857 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1831813120 46605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 1788880

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1717616/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=27.03
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 52954 0 1 0 2676 27 0 0 18 0 13 0 218748848 1831813120 45115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 45115 1333 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=24.56
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 41271 0 1 0 2435 21 0 0 25 0 13 0 218748849 1831813120 45115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109975451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=0.1
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 2830 0 0 0 9 1 0 0 16 0 13 0 218748851 1831813120 45115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=0.1
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 2443 0 0 0 10 0 0 0 15 0 13 0 218748851 1831813120 45115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 218748853 1831813120 45115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1831813120 53993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1831813120 53993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1831813120 53993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 600.93
Current children cumulated vsize (KiB) 1788880

[startup+601.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1682672/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=607.35
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 79924 0 1 0 60666 69 0 0 18 0 13 0 218748848 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 54153 1333 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=595.33
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 45652 0 1 0 59503 30 0 0 25 0 13 0 218748849 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758802 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=4.75
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 15060 0 0 0 461 14 0 0 16 0 13 0 218748851 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=4.75
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 12790 0 0 0 464 11 0 0 16 0 13 0 218748851 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0.26
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 40 0 0 0 16 10 0 0 15 0 13 0 218748853 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1788880 CPUtime=1.28
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 3270 0 0 0 127 1 0 0 17 0 13 0 218748857 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1788880 CPUtime=0.92
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2391 0 0 0 92 0 0 0 16 0 13 0 218748857 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1831813120 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 607.35
Current children cumulated vsize (KiB) 1788880

[startup+604.803 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1682416/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=610.57
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 80047 0 1 0 60988 69 0 0 18 0 13 0 218748848 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 54237 1333 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=598.5
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 45655 0 1 0 59820 30 0 0 25 0 13 0 218748849 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109869320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=4.78
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 15111 0 0 0 464 14 0 0 16 0 13 0 218748851 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=4.78
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 12859 0 0 0 467 11 0 0 16 0 13 0 218748851 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0.26
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 40 0 0 0 16 10 0 0 16 0 13 0 218748853 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1788880 CPUtime=1.28
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 3270 0 0 0 127 1 0 0 17 0 13 0 218748857 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1788880 CPUtime=0.92
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2391 0 0 0 92 0 0 0 16 0 13 0 218748857 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1831813120 54237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 610.57
Current children cumulated vsize (KiB) 1788880

[startup+605.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1682352/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=611.38
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 80075 0 1 0 61069 69 0 0 18 0 13 0 218748848 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 54264 1333 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=599.29
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 45656 0 1 0 59899 30 0 0 25 0 13 0 218748849 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782346 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=4.79
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 15111 0 0 0 465 14 0 0 16 0 13 0 218748851 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=4.78
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 12886 0 0 0 467 11 0 0 16 0 13 0 218748851 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0.26
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 40 0 0 0 16 10 0 0 16 0 13 0 218748853 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1788880 CPUtime=1.28
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 3270 0 0 0 127 1 0 0 17 0 13 0 218748857 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1788880 CPUtime=0.92
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2391 0 0 0 92 0 0 0 16 0 13 0 218748857 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1831813120 54264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 611.38
Current children cumulated vsize (KiB) 1788880

[startup+606.003 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1682352/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=611.78
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 80124 0 1 0 61109 69 0 0 18 0 13 0 218748848 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 54280 1333 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=599.68
/proc/17721/task/17723/stat : 17723 (java) R 17719 17721 17413 0 -1 64 45657 0 1 0 59938 30 0 0 25 0 13 0 218748849 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=4.79
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 15111 0 0 0 465 14 0 0 16 0 13 0 218748851 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=4.79
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 12934 0 0 0 468 11 0 0 16 0 13 0 218748851 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0.26
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 40 0 0 0 16 10 0 0 16 0 13 0 218748853 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218748854 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218748857 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1788880 CPUtime=1.28
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 3270 0 0 0 127 1 0 0 17 0 13 0 218748857 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1788880 CPUtime=0.92
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2391 0 0 0 92 0 0 0 16 0 13 0 218748857 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218748858 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218748858 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17734] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17734/stat : 17734 (java) S 17719 17721 17413 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 218748999 1831813120 54280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 611.78
Current children cumulated vsize (KiB) 1788880

[startup+606.206 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17734
/proc/meminfo: memFree=1682160/2055920 swapFree=4141060/4192956
[pid=17721] ppid=17719 vsize=1788880 CPUtime=611.98
/proc/17721/stat : 17721 (java) S 17719 17721 17413 0 -1 0 80129 0 1 0 61129 69 0 0 18 0 12 0 218748848 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17721/statm: 447220 54285 1334 9 0 444831 0
[pid=17721/tid=17723] ppid=17719 vsize=1788880 CPUtime=599.87
/proc/17721/task/17723/stat : 17723 (java) S 17719 17721 17413 0 -1 64 45661 0 1 0 59957 30 0 0 24 0 12 0 218748849 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17724] ppid=17719 vsize=1788880 CPUtime=4.79
/proc/17721/task/17724/stat : 17724 (java) S 17719 17721 17413 0 -1 64 15111 0 0 0 465 14 0 0 16 0 12 0 218748851 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17721/tid=17725] ppid=17719 vsize=1788880 CPUtime=4.79
/proc/17721/task/17725/stat : 17725 (java) S 17719 17721 17413 0 -1 64 12934 0 0 0 468 11 0 0 16 0 12 0 218748851 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17726] ppid=17719 vsize=1788880 CPUtime=0.26
/proc/17721/task/17726/stat : 17726 (java) S 17719 17721 17413 0 -1 64 40 0 0 0 16 10 0 0 16 0 12 0 218748853 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17727] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17727/stat : 17727 (java) S 17719 17721 17413 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 218748854 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17728] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17728/stat : 17728 (java) S 17719 17721 17413 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 218748854 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17729] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17729/stat : 17729 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 218748857 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17730] ppid=17719 vsize=1788880 CPUtime=1.28
/proc/17721/task/17730/stat : 17730 (java) S 17719 17721 17413 0 -1 64 3270 0 0 0 127 1 0 0 17 0 12 0 218748857 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17731] ppid=17719 vsize=1788880 CPUtime=0.92
/proc/17721/task/17731/stat : 17731 (java) S 17719 17721 17413 0 -1 64 2391 0 0 0 92 0 0 0 16 0 12 0 218748857 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17732] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17732/stat : 17732 (java) S 17719 17721 17413 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 218748858 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17721/tid=17733] ppid=17719 vsize=1788880 CPUtime=0
/proc/17721/task/17733/stat : 17733 (java) S 17719 17721 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 218748858 1831813120 54285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 611.98
Current children cumulated vsize (KiB) 1788880

Child status: 20
Real time (s): 606.274
CPU time (s): 612.023
CPU user time (s): 611.291
CPU system time (s): 0.731888
CPU usage (%): 100.948
Max. virtual memory (cumulated for all children) (KiB): 1789140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 611.291
system time used= 0.731888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80133
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= 23835
involuntary context switches= 18729

runsolver used 0.609907 second user time and 1.67575 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Apr 24 15:05:11 UTC 2007

IDJOB= 420567
IDBENCH= 47854
IDSOLVER= 164
FILE ID= node4/420567-1177427111

PBS_JOBID= 4675741

Free space on /tmp= 66474 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420567-1177427111/sat4jPseudoCPClause.jar /tmp/evaluation/420567-1177427111/instance-420567-1177427111.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-420567-1177427111 -o ROOT/results/node4/solver-420567-1177427111 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420567-1177427111/sat4jPseudoCPClause.jar /tmp/evaluation/420567-1177427111/instance-420567-1177427111.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4b46bccc2f887691815b86627883f9f4

RANDOM SEED= 691749293

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
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	: 5931.00
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.218
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:       1896112 kB
Buffers:         23032 kB
Cached:          80744 kB
SwapCached:      15564 kB
Active:          75300 kB
Inactive:        51776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896112 kB
SwapTotal:     4192956 kB
SwapFree:      4141060 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:          29508 kB
Slab:            18256 kB
Committed_AS:  6271928 kB
PageTables:       1816 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= 66474 MiB

End job on node4 on Tue Apr 24 15:15:17 UTC 2007