Trace number 350199

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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1795.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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/350199-1176805447/instance-350199-1176805447.opb
0.20/0.20	c reading problem ... 
4.12/3.46	c ... done. Wall clock time 3.265s.
4.12/3.46	c CPU time (experimental) 2.87s.
4.12/3.46	c #vars     29401
4.12/3.46	c #constraints  87122
1800.01/1795.61	c starts		: 12
1800.01/1795.61	c conflicts		: 22517
1800.01/1795.61	c decisions		: 36954
1800.01/1795.61	c propagations		: 5746393
1800.01/1795.61	c inspects		: 52940268
1800.01/1795.61	c learnt literals	: 0
1800.01/1795.61	c learnt binary clauses	: 1
1800.01/1795.61	c learnt ternary clauses	: 0
1800.01/1795.61	c learnt clauses	: 22517
1800.01/1795.61	c root simplifications	: 0
1800.01/1795.61	c removed literals (reason simplification)	: 0
1800.01/1795.61	c reason swapping (by a shorter reason)	: 0
1800.01/1795.61	c Calls to reduceDB	: 0
1800.01/1795.61	c speed (decisions/second)	: 20.620512594449302
1800.01/1795.61	c non guided choices	139
1800.01/1795.61	s UNKNOWN
1800.01/1795.61	c Total wall clock time (ms): 1795.413

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-350199-1176805447 -o ROOT/results/node42/solver-350199-1176805447 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350199-1176805447/sat4jPseudoResolution.jar /tmp/evaluation/350199-1176805447/instance-350199-1176805447.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 1/77 22722
/proc/meminfo: memFree=1655288/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1800 CPUtime=0
/proc/22722/stat : 22722 (java) D 22720 22722 22020 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 128456644 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/22722/statm: 450 148 111 9 0 92 0

[startup+0.0914 s]
/proc/loadavg: 1.00 1.00 1.00 1/77 22722
/proc/meminfo: memFree=1655288/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1777844 CPUtime=0.07
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 3877 0 1 0 5 2 0 0 19 0 7 0 128456644 1820512256 3620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 444461 3620 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101401 s]
/proc/loadavg: 1.00 1.00 1.00 1/77 22722
/proc/meminfo: memFree=1655288/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1780108 CPUtime=0.09
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 3982 0 1 0 6 3 0 0 19 0 12 0 128456644 1822830592 3724 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301444 s]
/proc/loadavg: 1.00 1.00 1.00 1/77 22722
/proc/meminfo: memFree=1655288/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1781428 CPUtime=0.33
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 5371 0 1 0 30 3 0 0 19 0 12 0 128456644 1824182272 5110 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 445357 5110 1263 9 0 442969 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781428

[startup+0.701524 s]
/proc/loadavg: 1.00 1.00 1.00 1/77 22722
/proc/meminfo: memFree=1655288/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1782916 CPUtime=0.9
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 7072 0 1 0 86 4 0 0 19 0 12 0 128456644 1825705984 6658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 445729 6659 1301 9 0 443341 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782916

[startup+1.50267 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 22734
/proc/meminfo: memFree=1626648/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1785460 CPUtime=2.03
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 18492 0 1 0 194 9 0 0 19 0 12 0 128456644 1828311040 17087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446365 17088 1301 9 0 443977 0
[pid=22722/tid=22724] ppid=22720 vsize=1785460 CPUtime=1.03
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 15192 0 1 0 96 7 0 0 25 0 12 0 128456645 1828311040 17089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 128456646 1828311040 17090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128456646 1828311040 17091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 128456649 1828311040 17092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 128456649 1828311040 17093 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 128456649 1828311040 17095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128456653 1828311040 17096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1785460 CPUtime=0.49
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1219 0 0 0 49 0 0 0 16 0 12 0 128456653 1828311040 17097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1785460 CPUtime=0.48
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 1364 0 0 0 48 0 0 0 17 0 12 0 128456653 1828311040 17098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128456653 1828311040 17100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1785460 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128456653 1828311040 17100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1785460

[startup+3.10297 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 22734
/proc/meminfo: memFree=1522264/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1785948 CPUtime=3.73
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 43473 0 1 0 351 22 0 0 19 0 12 0 128456644 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446487 42055 1310 9 0 444099 0
[pid=22722/tid=22724] ppid=22720 vsize=1785948 CPUtime=2.55
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37672 0 1 0 236 19 0 0 25 0 12 0 128456645 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474484 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1785948 CPUtime=0.07
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 1348 0 0 0 7 0 0 0 16 0 12 0 128456646 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1785948 CPUtime=0.07
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 1144 0 0 0 7 0 0 0 16 0 12 0 128456646 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1785948 CPUtime=0
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 128456649 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1785948 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128456649 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1785948 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128456649 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1785948 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128456653 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1785948 CPUtime=0.49
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1219 0 0 0 49 0 0 0 16 0 12 0 128456653 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1785948 CPUtime=0.49
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 1364 0 0 0 49 0 0 0 16 0 12 0 128456653 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1785948 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128456653 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1785948 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128456653 1828810752 42055 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1785948

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 22735
/proc/meminfo: memFree=1490896/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1786144 CPUtime=7.56
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 43905 0 1 0 734 22 0 0 19 0 13 0 128456644 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446536 42201 1324 9 0 444148 0
[pid=22722/tid=22724] ppid=22720 vsize=1786144 CPUtime=5.64
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37711 0 1 0 545 19 0 0 25 0 13 0 128456645 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109838859 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1786144 CPUtime=0.07
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 1348 0 0 0 7 0 0 0 16 0 13 0 128456646 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1786144 CPUtime=0.07
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 1144 0 0 0 7 0 0 0 16 0 13 0 128456646 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 128456649 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786144 CPUtime=0.89
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1395 0 0 0 89 0 0 0 16 0 13 0 128456653 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786144 CPUtime=0.84
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 1578 0 0 0 84 0 0 0 16 0 13 0 128456653 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829011456 42201 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1786144

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 22735
/proc/meminfo: memFree=1490960/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1786144 CPUtime=13.98
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 43908 0 1 0 1376 22 0 0 19 0 13 0 128456644 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446536 42103 1324 9 0 444148 0
[pid=22722/tid=22724] ppid=22720 vsize=1786144 CPUtime=12.03
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37712 0 1 0 1184 19 0 0 25 0 13 0 128456645 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520192 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1786144 CPUtime=0.07
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 1348 0 0 0 7 0 0 0 16 0 13 0 128456646 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1786144 CPUtime=0.07
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 1144 0 0 0 7 0 0 0 16 0 13 0 128456646 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 128456649 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786144 CPUtime=0.91
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1395 0 0 0 91 0 0 0 16 0 13 0 128456653 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786144 CPUtime=0.85
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 1580 0 0 0 85 0 0 0 17 0 13 0 128456653 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786144 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829011456 42103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 1786144

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 22735
/proc/meminfo: memFree=1488720/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1789216 CPUtime=26.89
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 44892 0 1 0 2666 23 0 0 19 0 13 0 128456644 1832157184 42699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 447304 42699 1324 9 0 444916 0
[pid=22722/tid=22724] ppid=22720 vsize=1789216 CPUtime=24.82
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37713 0 1 0 2463 19 0 0 25 0 13 0 128456645 1832157184 42699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520192 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1789216 CPUtime=0.07
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 1348 0 0 0 7 0 0 0 16 0 13 0 128456646 1832157184 42699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1789216 CPUtime=0.07
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 1144 0 0 0 7 0 0 0 16 0 13 0 128456646 1832157184 42699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1789216 CPUtime=0
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 128456649 1832157184 42699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1789216 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1832157184 42699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=22722/tid=22727] ppid=22720 vsize=1786304 CPUtime=0.02
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 128456649 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786304 CPUtime=1.02
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1472 0 0 0 102 0 0 0 16 0 13 0 128456653 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786304 CPUtime=0.99
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 2795 0 0 0 99 0 0 0 16 0 13 0 128456653 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829175296 291380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.02
Current children cumulated vsize (KiB) 1786304

[startup+1662.3 s]
/proc/loadavg: 1.04 1.15 1.06 2/90 22737
/proc/meminfo: memFree=417424/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1786304 CPUtime=1666.23
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 335407 0 1 0 166405 218 0 0 19 0 13 0 128456644 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446576 309735 1326 9 0 444188 0
[pid=22722/tid=22724] ppid=22720 vsize=1786304 CPUtime=1657.89
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37768 0 1 0 165757 32 0 0 25 0 13 0 128456645 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109860586 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1786304 CPUtime=3.13
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 148742 0 0 0 221 92 0 0 16 0 13 0 128456646 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1786304 CPUtime=3.12
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 143897 0 0 0 223 89 0 0 16 0 13 0 128456646 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1786304 CPUtime=0.02
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 128456649 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786304 CPUtime=1.02
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1472 0 0 0 102 0 0 0 16 0 13 0 128456653 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786304 CPUtime=0.99
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 2795 0 0 0 99 0 0 0 16 0 13 0 128456653 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829175296 309735 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.23
Current children cumulated vsize (KiB) 1786304

[startup+1722.3 s]
/proc/loadavg: 1.01 1.12 1.06 2/90 22737
/proc/meminfo: memFree=345616/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1786304 CPUtime=1726.44
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 354972 0 1 0 172413 231 0 0 19 0 13 0 128456644 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446576 327639 1326 9 0 444188 0
[pid=22722/tid=22724] ppid=22720 vsize=1786304 CPUtime=1717.64
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37772 0 1 0 171731 33 0 0 25 0 13 0 128456645 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109838536 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1786304 CPUtime=3.36
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 158354 0 0 0 238 98 0 0 16 0 13 0 128456646 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1786304 CPUtime=3.35
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 153846 0 0 0 240 95 0 0 16 0 13 0 128456646 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1786304 CPUtime=0.02
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 128456649 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786304 CPUtime=1.02
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1472 0 0 0 102 0 0 0 16 0 13 0 128456653 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786304 CPUtime=0.99
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 2795 0 0 0 99 0 0 0 16 0 13 0 128456653 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829175296 327639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.44
Current children cumulated vsize (KiB) 1786304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.09 1.05 2/90 22737
/proc/meminfo: memFree=277968/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1786304 CPUtime=1786.65
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 373060 0 1 0 178423 242 0 0 19 0 13 0 128456644 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446576 344525 1326 9 0 444188 0
[pid=22722/tid=22724] ppid=22720 vsize=1786304 CPUtime=1777.38
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37776 0 1 0 177705 33 0 0 25 0 13 0 128456645 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109464500 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1786304 CPUtime=3.59
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 167526 0 0 0 256 103 0 0 16 0 13 0 128456646 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1786304 CPUtime=3.58
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 162758 0 0 0 258 100 0 0 16 0 13 0 128456646 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1786304 CPUtime=0.02
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 128456649 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786304 CPUtime=1.02
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1472 0 0 0 102 0 0 0 16 0 13 0 128456653 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786304 CPUtime=0.99
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 2795 0 0 0 99 0 0 0 16 0 13 0 128456653 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829175296 344525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.65
Current children cumulated vsize (KiB) 1786304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.00 1.09 1.05 2/90 22737
/proc/meminfo: memFree=259216/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=1786304 CPUtime=1800.01
/proc/22722/stat : 22722 (java) S 22720 22722 22020 0 -1 0 378088 0 1 0 179756 245 0 0 19 0 13 0 128456644 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22722/statm: 446576 349194 1326 9 0 444188 0
[pid=22722/tid=22724] ppid=22720 vsize=1786304 CPUtime=1790.62
/proc/22722/task/22724/stat : 22724 (java) R 22720 22722 22020 0 -1 64 37777 0 1 0 179029 33 0 0 25 0 13 0 128456645 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520226 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22725] ppid=22720 vsize=1786304 CPUtime=3.66
/proc/22722/task/22725/stat : 22725 (java) S 22720 22722 22020 0 -1 64 170023 0 0 0 261 105 0 0 16 0 13 0 128456646 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22726] ppid=22720 vsize=1786304 CPUtime=3.65
/proc/22722/task/22726/stat : 22726 (java) S 22720 22722 22020 0 -1 64 165288 0 0 0 263 102 0 0 17 0 13 0 128456646 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22727] ppid=22720 vsize=1786304 CPUtime=0.02
/proc/22722/task/22727/stat : 22727 (java) S 22720 22722 22020 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 128456649 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22728] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22728/stat : 22728 (java) S 22720 22722 22020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22729] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22729/stat : 22729 (java) S 22720 22722 22020 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128456649 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22730] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22730/stat : 22730 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22731] ppid=22720 vsize=1786304 CPUtime=1.02
/proc/22722/task/22731/stat : 22731 (java) S 22720 22722 22020 0 -1 64 1472 0 0 0 102 0 0 0 16 0 13 0 128456653 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22732] ppid=22720 vsize=1786304 CPUtime=0.99
/proc/22722/task/22732/stat : 22732 (java) S 22720 22722 22020 0 -1 64 2795 0 0 0 99 0 0 0 16 0 13 0 128456653 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22733] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22733/stat : 22733 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128456653 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22722/tid=22734] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22734/stat : 22734 (java) S 22720 22722 22020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128456653 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22722/tid=22735] ppid=22720 vsize=1786304 CPUtime=0
/proc/22722/task/22735/stat : 22735 (java) S 22720 22722 22020 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128456997 1829175296 349194 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1786304

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

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

[startup+1795.8 s]
/proc/loadavg: 1.00 1.09 1.05 2/90 22737
/proc/meminfo: memFree=259216/2055920 swapFree=4042092/4192956
[pid=22722] ppid=22720 vsize=0 CPUtime=1800.21
/proc/22722/stat : 22722 (java) Z 22720 22722 22020 0 -1 1036 378108 0 1 0 179758 263 0 0 16 0 2 0 128456644 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22722/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.83
CPU time (s): 1800.24
CPU user time (s): 1797.58
CPU system time (s): 2.66159
CPU usage (%): 100.246
Max. virtual memory (cumulated for all children) (KiB): 1789216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.58
system time used= 2.6616
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378108
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= 37365
involuntary context switches= 36770

runsolver used 1.67175 second user time and 4.89725 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Apr 17 10:24:08 UTC 2007

IDJOB= 350199
IDBENCH= 3032
IDSOLVER= 159
FILE ID= node42/350199-1176805447

PBS_JOBID= 4586233

Free space on /tmp= 66497 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350199-1176805447/sat4jPseudoResolution.jar /tmp/evaluation/350199-1176805447/instance-350199-1176805447.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-350199-1176805447 -o ROOT/results/node42/solver-350199-1176805447 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350199-1176805447/sat4jPseudoResolution.jar /tmp/evaluation/350199-1176805447/instance-350199-1176805447.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c58b6100663d5c2a4dc369548046ddd4

RANDOM SEED= 207392435

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1655760 kB
Buffers:         35584 kB
Cached:         251424 kB
SwapCached:      34020 kB
Active:         169676 kB
Inactive:       165020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655760 kB
SwapTotal:     4192956 kB
SwapFree:      4042092 kB
Dirty:            7708 kB
Writeback:           0 kB
Mapped:          39028 kB
Slab:            50888 kB
Committed_AS:  2972944 kB
PageTables:       1908 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= 66497 MiB

End job on node42 on Tue Apr 17 10:54:05 UTC 2007