Trace number 431515

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.12 1772.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
MD5SUMea08c66c9e8e41f4a763233d2f14489d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.266959
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/431515-1178006951/instance-431515-1178006951.opb
0.21/0.20	c reading problem ... 
0.46/0.43	c ... done. Wall clock time 0.227s.
0.46/0.43	c CPU time (experimental) 0.36s.
0.46/0.43	c #vars     540
0.46/0.43	c #constraints  826
1800.02/1772.61	c starts		: 2
1800.02/1772.61	c conflicts		: 38842
1800.02/1772.61	c decisions		: 41210
1800.02/1772.61	c propagations		: 464491
1800.02/1772.61	c inspects		: 683073196
1800.02/1772.61	c learnt literals	: 0
1800.02/1772.61	c learnt binary clauses	: 0
1800.02/1772.61	c learnt ternary clauses	: 0
1800.02/1772.61	c learnt clauses	: 38842
1800.02/1772.61	c root simplifications	: 0
1800.02/1772.61	c removed literals (reason simplification)	: 0
1800.02/1772.61	c reason swapping (by a shorter reason)	: 0
1800.02/1772.61	c Calls to reduceDB	: 0
1800.02/1772.61	c speed (decisions/second)	: 23.253924276058672
1800.02/1772.61	c non guided choices	264
1800.02/1772.61	s UNKNOWN
1800.02/1772.61	c Total wall clock time (ms): 1772.407

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/node7/watcher-431515-1178006951 -o ROOT/results/node7/solver-431515-1178006951 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431515-1178006951/sat4jPseudoCPClause.jar /tmp/evaluation/431515-1178006951/instance-431515-1178006951.opb 

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


[startup+0 s]
/proc/loadavg: 0.88 0.93 0.97 3/77 3478
/proc/meminfo: memFree=1784312/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1800 CPUtime=0
/proc/3478/stat : 3478 (java) R 3476 3478 3174 0 -1 0 156 0 0 0 0 0 0 0 18 0 1 0 276732784 1843200 130 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10837200 0 0 4096 0 0 0 0 17 1 0 0
/proc/3478/statm: 450 138 101 9 0 92 0

[startup+0.0911871 s]
/proc/loadavg: 0.88 0.93 0.97 3/77 3478
/proc/meminfo: memFree=1784312/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1777844 CPUtime=0.08
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 3872 0 1 0 6 2 0 0 18 0 7 0 276732784 1820512256 3616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 444461 3616 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.102189 s]
/proc/loadavg: 0.88 0.93 0.97 3/77 3478
/proc/meminfo: memFree=1784312/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1780112 CPUtime=0.09
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 3979 0 1 0 7 2 0 0 18 0 12 0 276732784 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.302211 s]
/proc/loadavg: 0.88 0.93 0.97 3/77 3478
/proc/meminfo: memFree=1784312/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1781416 CPUtime=0.32
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 5095 0 1 0 29 3 0 0 18 0 12 0 276732784 1824169984 4835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 445354 4837 1263 9 0 442965 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781416

[startup+0.702252 s]
/proc/loadavg: 0.88 0.93 0.97 3/77 3478
/proc/meminfo: memFree=1784312/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1784428 CPUtime=1.01
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 7850 0 1 0 97 4 0 0 18 0 13 0 276732784 1827254272 6507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 446107 6507 1306 9 0 443718 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1784428

[startup+1.50134 s]
/proc/loadavg: 0.88 0.93 0.97 4/90 3491
/proc/meminfo: memFree=1750416/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1795940 CPUtime=2.53
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 23093 0 1 0 244 9 0 0 18 0 13 0 276732784 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 448985 15696 1313 9 0 446596 0
[pid=3478/tid=3480] ppid=3476 vsize=1795940 CPUtime=0.72
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 11629 0 1 0 67 5 0 0 19 0 13 0 276732785 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276732787 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276732787 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 276732789 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 276732790 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276732790 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1795940 CPUtime=0.95
/proc/3478/task/3487/stat : 3487 (java) R 3476 3478 3174 0 -1 64 5859 0 0 0 93 2 0 0 18 0 13 0 276732794 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105430787 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1795940 CPUtime=0.83
/proc/3478/task/3488/stat : 3488 (java) R 3476 3478 3174 0 -1 64 4878 0 0 0 82 1 0 0 16 0 13 0 276732794 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336832 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1795940 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1839042560 15696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1795940

[startup+3.1015 s]
/proc/loadavg: 0.88 0.93 0.97 4/90 3491
/proc/meminfo: memFree=1684368/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1800896 CPUtime=4.86
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 55093 0 1 0 461 25 0 0 18 0 13 0 276732784 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 450224 43841 1324 9 0 447835 0
[pid=3478/tid=3480] ppid=3476 vsize=1800896 CPUtime=1.99
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 37714 0 1 0 181 18 0 0 21 0 13 0 276732785 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1800896 CPUtime=0.01
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 338 0 0 0 1 0 0 0 16 0 13 0 276732787 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1800896 CPUtime=0.01
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 306 0 0 0 1 0 0 0 16 0 13 0 276732787 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 276732789 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1800896 CPUtime=1.51
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8166 0 0 0 148 3 0 0 15 0 13 0 276732794 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1800896 CPUtime=1.3
/proc/3478/task/3488/stat : 3488 (java) R 3476 3478 3174 0 -1 64 7839 0 0 0 127 3 0 0 16 0 13 0 276732794 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105635776 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1800896 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1844117504 43841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1800896

[startup+6.30283 s]
/proc/loadavg: 0.89 0.93 0.97 2/90 3491
/proc/meminfo: memFree=1607312/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=8.29
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 61689 0 1 0 799 30 0 0 18 0 13 0 276732784 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 48072 1331 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=4.99
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 37719 0 1 0 481 18 0 0 18 0 13 0 276732785 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109993978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=0.15
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 3742 0 0 0 14 1 0 0 16 0 13 0 276732787 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=0.15
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 3450 0 0 0 14 1 0 0 17 0 13 0 276732787 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 276732789 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.55
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8174 0 0 0 152 3 0 0 16 0 13 0 276732794 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.38
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 135 3 0 0 15 0 13 0 276732794 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 48072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1799700

[startup+12.7015 s]
/proc/loadavg: 0.90 0.93 0.97 2/90 3491
/proc/meminfo: memFree=1564112/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=14.95
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 70716 0 1 0 1461 34 0 0 18 0 13 0 276732784 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 56078 1331 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=11.16
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 38218 0 1 0 1097 19 0 0 22 0 13 0 276732785 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540131 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=0.38
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 8706 0 0 0 35 3 0 0 17 0 13 0 276732787 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=0.38
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 7014 0 0 0 36 2 0 0 16 0 13 0 276732787 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 276732789 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.56
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8174 0 0 0 153 3 0 0 16 0 13 0 276732794 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.39
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 136 3 0 0 15 0 13 0 276732794 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 56078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 1799700

[startup+25.5028 s]
/proc/loadavg: 0.92 0.94 0.97 2/90 3491
/proc/meminfo: memFree=1549200/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=27.95
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 75191 0 1 0 2760 35 0 0 18 0 13 0 276732784 1842892800 60007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 60007 1331 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=23.77
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 38252 0 1 0 2358 19 0 0 19 0 13 0 276732785 1842892800 60007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539988 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=0.57
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 11450 0 0 0 52 5 0 0 16 0 13 0 276732787 1842892800 60007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=0.57
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 8711 0 0 0 54 3 0 0 16 0 13 0 276732787 1842892800 60007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3478] ppid=3476 vsize=1799700 CPUtime=1565.3
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 147798 0 1 0 156439 91 0 0 18 0 13 0 276732784 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 114664 1333 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=1518.6
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 45710 0 1 0 151825 35 0 0 24 0 13 0 276732785 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109577162 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=21.7
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 44744 0 0 0 2150 20 0 0 16 0 13 0 276732787 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=21.7
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 40537 0 0 0 2150 20 0 0 16 0 13 0 276732787 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0.16
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 57 0 0 0 10 6 0 0 15 0 13 0 276732789 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.67
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8176 0 0 0 164 3 0 0 17 0 13 0 276732794 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.4
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 137 3 0 0 16 0 13 0 276732794 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 114664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.3
Current children cumulated vsize (KiB) 1799700

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 3493
/proc/meminfo: memFree=1325264/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=1626.39
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 148824 0 1 0 162547 92 0 0 18 0 13 0 276732784 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 115608 1333 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=1577.44
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 45733 0 1 0 157708 36 0 0 17 0 13 0 276732785 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538314 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=22.83
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 45121 0 0 0 2263 20 0 0 17 0 13 0 276732787 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=22.83
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 41163 0 0 0 2262 21 0 0 17 0 13 0 276732787 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0.16
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 57 0 0 0 10 6 0 0 15 0 13 0 276732789 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.67
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8176 0 0 0 164 3 0 0 17 0 13 0 276732794 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.4
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 137 3 0 0 16 0 13 0 276732794 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 115608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.39
Current children cumulated vsize (KiB) 1799700

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 3493
/proc/meminfo: memFree=1321616/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=1687.51
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 149770 0 1 0 168658 93 0 0 18 0 13 0 276732784 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 116475 1333 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=1636.26
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 45756 0 1 0 163589 37 0 0 25 0 13 0 276732785 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538845 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=23.97
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 45348 0 0 0 2377 20 0 0 17 0 13 0 276732787 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=23.99
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 41859 0 0 0 2378 21 0 0 16 0 13 0 276732787 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0.16
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 57 0 0 0 10 6 0 0 16 0 13 0 276732789 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.67
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8176 0 0 0 164 3 0 0 17 0 13 0 276732794 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.4
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 137 3 0 0 16 0 13 0 276732794 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 116475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.51
Current children cumulated vsize (KiB) 1799700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3493
/proc/meminfo: memFree=1317904/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=1748.65
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 150807 0 1 0 174770 95 0 0 18 0 13 0 276732784 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 117394 1333 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=1695.06
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 45779 0 1 0 169469 37 0 0 25 0 13 0 276732785 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=25.14
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 45690 0 0 0 2493 21 0 0 16 0 13 0 276732787 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=25.14
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 42531 0 0 0 2493 21 0 0 16 0 13 0 276732787 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0.18
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 57 0 0 0 11 7 0 0 16 0 13 0 276732789 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.67
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8176 0 0 0 164 3 0 0 17 0 13 0 276732794 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.4
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 137 3 0 0 16 0 13 0 276732794 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 117394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.65
Current children cumulated vsize (KiB) 1799700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3493
/proc/meminfo: memFree=1313040/2055920 swapFree=4157044/4192956
[pid=3478] ppid=3476 vsize=1799700 CPUtime=1800.02
/proc/3478/stat : 3478 (java) S 3476 3478 3174 0 -1 0 152156 0 1 0 179906 96 0 0 18 0 13 0 276732784 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3478/statm: 449925 118600 1333 9 0 447536 0
[pid=3478/tid=3480] ppid=3476 vsize=1799700 CPUtime=1744.25
/proc/3478/task/3480/stat : 3480 (java) R 3476 3478 3174 0 -1 64 45800 0 1 0 174387 38 0 0 19 0 13 0 276732785 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536654 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3481] ppid=3476 vsize=1799700 CPUtime=26.22
/proc/3478/task/3481/stat : 3481 (java) S 3476 3478 3174 0 -1 64 46275 0 0 0 2601 21 0 0 16 0 13 0 276732787 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3482] ppid=3476 vsize=1799700 CPUtime=26.23
/proc/3478/task/3482/stat : 3482 (java) S 3476 3478 3174 0 -1 64 43274 0 0 0 2602 21 0 0 16 0 13 0 276732787 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3483] ppid=3476 vsize=1799700 CPUtime=0.18
/proc/3478/task/3483/stat : 3483 (java) S 3476 3478 3174 0 -1 64 57 0 0 0 11 7 0 0 15 0 13 0 276732789 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3484] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3484/stat : 3484 (java) S 3476 3478 3174 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3485] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3485/stat : 3485 (java) S 3476 3478 3174 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276732790 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3486] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3486/stat : 3486 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276732794 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3487] ppid=3476 vsize=1799700 CPUtime=1.67
/proc/3478/task/3487/stat : 3487 (java) S 3476 3478 3174 0 -1 64 8176 0 0 0 164 3 0 0 17 0 13 0 276732794 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3488] ppid=3476 vsize=1799700 CPUtime=1.4
/proc/3478/task/3488/stat : 3488 (java) S 3476 3478 3174 0 -1 64 7853 0 0 0 137 3 0 0 16 0 13 0 276732794 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3489] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3489/stat : 3489 (java) S 3476 3478 3174 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276732794 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3478/tid=3490] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3490/stat : 3490 (java) S 3476 3478 3174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276732794 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3478/tid=3491] ppid=3476 vsize=1799700 CPUtime=0
/proc/3478/task/3491/stat : 3491 (java) S 3476 3478 3174 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 276732828 1842892800 118600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1799700

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

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

Child status: 143
Real time (s): 1772.69
CPU time (s): 1800.12
CPU user time (s): 1799.08
CPU system time (s): 1.03684
CPU usage (%): 101.547
Max. virtual memory (cumulated for all children) (KiB): 1802032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152177
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= 43275
involuntary context switches= 50859

runsolver used 1.80572 second user time and 4.67229 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue May  1 08:09:12 UTC 2007

IDJOB= 431515
IDBENCH= 48057
IDSOLVER= 164
FILE ID= node7/431515-1178006951

PBS_JOBID= 4728318

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431515-1178006951/sat4jPseudoCPClause.jar /tmp/evaluation/431515-1178006951/instance-431515-1178006951.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-431515-1178006951 -o ROOT/results/node7/solver-431515-1178006951 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431515-1178006951/sat4jPseudoCPClause.jar /tmp/evaluation/431515-1178006951/instance-431515-1178006951.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ea08c66c9e8e41f4a763233d2f14489d

RANDOM SEED= 163875607

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1784784 kB
Buffers:         39952 kB
Cached:         143060 kB
SwapCached:      15548 kB
Active:          69188 kB
Inactive:       136588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784784 kB
SwapTotal:     4192956 kB
SwapFree:      4157044 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          29760 kB
Slab:            50808 kB
Committed_AS:  9073588 kB
PageTables:       1860 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= 66561 MiB

End job on node7 on Tue May  1 08:38:46 UTC 2007