Trace number 349904

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint59
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
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.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.16/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.16/0.23	--- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.23	c Learn all clauses as in MiniSAT
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c No reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c solving /tmp/evaluation/349904-1176726473/instance-349904-1176726473.opb
0.16/0.23	c reading problem ... 
0.28/0.32	c ... done. Wall clock time 0.087s.
0.28/0.32	c CPU time (experimental) 0.24s.
0.28/0.32	c #vars     61
0.28/0.32	c #constraints  14
1800.00/1795.21	c starts		: 2
1800.00/1795.21	c conflicts		: 4927
1800.00/1795.21	c decisions		: 6315
1800.00/1795.21	c propagations		: 36166
1800.00/1795.21	c inspects		: 14504187
1800.00/1795.21	c learnt literals	: 0
1800.00/1795.21	c learnt binary clauses	: 0
1800.00/1795.21	c learnt ternary clauses	: 0
1800.00/1795.21	c learnt clauses	: 4926
1800.00/1795.21	c root simplifications	: 0
1800.00/1795.21	c removed literals (reason simplification)	: 0
1800.00/1795.21	c reason swapping (by a shorter reason)	: 0
1800.00/1795.21	c Calls to reduceDB	: 0
1800.00/1795.22	c speed (decisions/second)	: 3.518313616291547
1800.00/1795.22	c non guided choices	29
1800.00/1795.22	s UNKNOWN
1800.00/1795.22	c Total wall clock time (ms): 1794.986

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/node23/watcher-349904-1176726473 -o ROOT/results/node23/solver-349904-1176726473 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349904-1176726473/sat4jPseudoCP.jar /tmp/evaluation/349904-1176726473/instance-349904-1176726473.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.13 1.16 1.07 2/77 19743
/proc/meminfo: memFree=1784088/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=152 CPUtime=0
/proc/19743/stat : 19743 (java) R 19741 19743 18941 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 120564390 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2494763 0 0 4096 0 0 0 0 17 1 0 0
/proc/19743/statm: 38 26 19 9 0 4 0

[startup+0.10017 s]
/proc/loadavg: 1.13 1.16 1.07 2/77 19743
/proc/meminfo: memFree=1784088/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1777844 CPUtime=0.06
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 3812 0 1 0 4 2 0 0 18 0 7 0 120564390 1820512256 3554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 444461 3554 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.201191 s]
/proc/loadavg: 1.13 1.16 1.07 2/77 19743
/proc/meminfo: memFree=1784088/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1782384 CPUtime=0.16
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 4744 0 1 0 13 3 0 0 18 0 12 0 120564390 1825161216 4482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 445596 4483 1241 9 0 443208 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1782384

[startup+0.301209 s]
/proc/loadavg: 1.13 1.16 1.07 2/77 19743
/proc/meminfo: memFree=1784088/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1782384 CPUtime=0.28
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 5056 0 1 0 24 4 0 0 18 0 12 0 120564390 1825161216 4794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 445596 4794 1263 9 0 443208 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782384

[startup+0.701289 s]
/proc/loadavg: 1.13 1.16 1.07 2/77 19743
/proc/meminfo: memFree=1784088/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1784544 CPUtime=0.97
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 7482 0 1 0 92 5 0 0 18 0 13 0 120564390 1827373056 6743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 446136 6743 1301 9 0 443748 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784544

[startup+1.50244 s]
/proc/loadavg: 1.13 1.16 1.07 5/90 19756
/proc/meminfo: memFree=1745072/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1792764 CPUtime=2.47
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 19918 0 1 0 236 11 0 0 18 0 13 0 120564390 1835790336 15004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 448191 15005 1316 9 0 445803 0
[pid=19743/tid=19745] ppid=19741 vsize=1792764 CPUtime=0.8
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 11555 0 1 0 73 7 0 0 18 0 13 0 120564392 1835790336 15006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520160 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 120564394 1835790336 15007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564394 1835790336 15009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 120564397 1835790336 15010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 120564397 1835790336 15010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564397 1835790336 15010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1835790336 15011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1792764 CPUtime=0.71
/proc/19743/task/19752/stat : 19752 (java) R 19741 19743 18941 0 -1 64 3057 0 0 0 70 1 0 0 19 0 13 0 120564402 1835790336 15011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103318048 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1792764 CPUtime=0.93
/proc/19743/task/19753/stat : 19753 (java) R 19741 19743 18941 0 -1 64 4581 0 0 0 92 1 0 0 18 0 13 0 120564402 1835790336 15012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103337011 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1835790336 15013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1835790336 15013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1792764 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1835790336 15013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1792764

[startup+3.10175 s]
/proc/loadavg: 1.13 1.16 1.07 4/90 19756
/proc/meminfo: memFree=1668336/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1793708 CPUtime=5.43
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 53997 0 1 0 515 28 0 0 18 0 13 0 120564390 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 448427 42057 1325 9 0 446039 0
[pid=19743/tid=19745] ppid=19741 vsize=1793708 CPUtime=2.17
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 37731 0 1 0 197 20 0 0 21 0 13 0 120564392 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641426 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 248 0 0 0 0 0 0 0 16 0 13 0 120564394 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 117 0 0 0 0 0 0 0 16 0 13 0 120564394 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 120564397 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1793708 CPUtime=1.1
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4807 0 0 0 108 2 0 0 19 0 13 0 120564402 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1793708 CPUtime=2.12
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 10364 0 0 0 208 4 0 0 16 0 13 0 120564402 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1793708 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1836756992 42057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 1793708

[startup+6.30237 s]
/proc/loadavg: 1.28 1.19 1.08 2/90 19756
/proc/meminfo: memFree=1614256/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1792808 CPUtime=8.72
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 56005 0 1 0 843 29 0 0 18 0 13 0 120564390 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 448202 42755 1325 9 0 445814 0
[pid=19743/tid=19745] ppid=19741 vsize=1792808 CPUtime=5.31
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 37737 0 1 0 511 20 0 0 17 0 13 0 120564392 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1792808 CPUtime=0.05
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 1270 0 0 0 5 0 0 0 16 0 13 0 120564394 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1792808 CPUtime=0.05
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 1089 0 0 0 5 0 0 0 17 0 13 0 120564394 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 120564397 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1792808 CPUtime=1.14
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4807 0 0 0 112 2 0 0 15 0 13 0 120564402 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1792808 CPUtime=2.12
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 10364 0 0 0 208 4 0 0 16 0 13 0 120564402 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1835835392 42755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 1792808

[startup+12.7026 s]
/proc/loadavg: 1.26 1.19 1.08 2/90 19756
/proc/meminfo: memFree=1578680/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1792808 CPUtime=15.26
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 66204 0 1 0 1492 34 0 0 18 0 13 0 120564390 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 448202 52698 1325 9 0 445814 0
[pid=19743/tid=19745] ppid=19741 vsize=1792808 CPUtime=11.61
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 41669 0 1 0 1141 20 0 0 17 0 13 0 120564392 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109530532 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1792808 CPUtime=0.13
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 4554 0 0 0 11 2 0 0 16 0 13 0 120564394 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1792808 CPUtime=0.13
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 4055 0 0 0 12 1 0 0 16 0 13 0 120564394 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 120564397 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1792808 CPUtime=1.17
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4811 0 0 0 115 2 0 0 16 0 13 0 120564402 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1792808 CPUtime=2.13
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 10364 0 0 0 209 4 0 0 16 0 13 0 120564402 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1792808 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1835835392 52698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1792808

[startup+25.5021 s]
/proc/loadavg: 1.20 1.18 1.08 2/90 19756
/proc/meminfo: memFree=1586496/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1792808 CPUtime=28.19
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 68741 0 1 0 2783 36 0 0 18 0 13 0 120564390 1835835392 50328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 448202 50328 1332 9 0 445814 0
[pid=19743/tid=19745] ppid=19741 vsize=1792808 CPUtime=24.33
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 41680 0 1 0 2412 21 0 0 18 0 13 0 120564392 1835835392 50328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1792808 CPUtime=0.2
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 5824 0 0 0 17 3 0 0 16 0 13 0 120564394 1835835392 50328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1792808 CPUtime=0.2
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 5286 0 0 0 18 2 0 0 16 0 13 0 120564394 1835835392 50328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19743/tid=19748] ppid=19741 vsize=1797928 CPUtime=0.14
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 143 0 0 0 7 7 0 0 16 0 13 0 120564397 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1797928 CPUtime=1.53
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4876 0 0 0 151 2 0 0 17 0 13 0 120564402 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1797928 CPUtime=2.46
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 12771 0 0 0 241 5 0 0 16 0 13 0 120564402 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1841078272 75601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.04
Current children cumulated vsize (KiB) 1797928

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19758
/proc/meminfo: memFree=1485824/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1797928 CPUtime=1667.06
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 169104 0 1 0 166611 95 0 0 18 0 13 0 120564390 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 449482 75175 1332 9 0 447094 0
[pid=19743/tid=19745] ppid=19741 vsize=1797928 CPUtime=1657.45
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 58864 0 1 0 165710 35 0 0 25 0 13 0 120564392 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542135 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1797928 CPUtime=2.72
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 48486 0 0 0 250 22 0 0 16 0 13 0 120564394 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1797928 CPUtime=2.71
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 43241 0 0 0 250 21 0 0 16 0 13 0 120564394 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1797928 CPUtime=0.14
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 143 0 0 0 7 7 0 0 16 0 13 0 120564397 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1797928 CPUtime=1.53
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4876 0 0 0 151 2 0 0 17 0 13 0 120564402 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1797928 CPUtime=2.46
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 12771 0 0 0 241 5 0 0 16 0 13 0 120564402 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1841078272 75175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.06
Current children cumulated vsize (KiB) 1797928

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19758
/proc/meminfo: memFree=1491776/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1797928 CPUtime=1727.09
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 170419 0 1 0 172613 96 0 0 18 0 13 0 120564390 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 449482 73622 1332 9 0 447094 0
[pid=19743/tid=19745] ppid=19741 vsize=1797928 CPUtime=1717.33
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 58871 0 1 0 171698 35 0 0 25 0 13 0 120564392 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641624 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1797928 CPUtime=2.79
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 49124 0 0 0 257 22 0 0 16 0 13 0 120564394 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1797928 CPUtime=2.78
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 43911 0 0 0 256 22 0 0 16 0 13 0 120564394 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1797928 CPUtime=0.14
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 143 0 0 0 7 7 0 0 16 0 13 0 120564397 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1797928 CPUtime=1.53
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4876 0 0 0 151 2 0 0 17 0 13 0 120564402 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1797928 CPUtime=2.46
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 12771 0 0 0 241 5 0 0 16 0 13 0 120564402 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1841078272 73622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.09
Current children cumulated vsize (KiB) 1797928

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19758
/proc/meminfo: memFree=1490752/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1797928 CPUtime=1787.08
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 172057 0 1 0 178611 97 0 0 18 0 13 0 120564390 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 449482 73856 1332 9 0 447094 0
[pid=19743/tid=19745] ppid=19741 vsize=1797928 CPUtime=1777.24
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 58875 0 1 0 177689 35 0 0 25 0 13 0 120564392 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1797928 CPUtime=2.84
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 49943 0 0 0 261 23 0 0 16 0 13 0 120564394 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1797928 CPUtime=2.82
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 44726 0 0 0 260 22 0 0 16 0 13 0 120564394 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1797928 CPUtime=0.14
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 143 0 0 0 7 7 0 0 16 0 13 0 120564397 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1797928 CPUtime=1.53
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4876 0 0 0 151 2 0 0 17 0 13 0 120564402 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1797928 CPUtime=2.46
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 12771 0 0 0 241 5 0 0 16 0 13 0 120564402 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1841078272 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.08
Current children cumulated vsize (KiB) 1797928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19758
/proc/meminfo: memFree=1491520/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=1797928 CPUtime=1800
/proc/19743/stat : 19743 (java) S 19741 19743 18941 0 -1 0 172463 0 1 0 179903 97 0 0 18 0 13 0 120564390 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 449482 73676 1332 9 0 447094 0
[pid=19743/tid=19745] ppid=19741 vsize=1797928 CPUtime=1790.11
/proc/19743/task/19745/stat : 19745 (java) R 19741 19743 18941 0 -1 64 58877 0 1 0 178976 35 0 0 25 0 13 0 120564392 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641624 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19746] ppid=19741 vsize=1797928 CPUtime=2.86
/proc/19743/task/19746/stat : 19746 (java) S 19741 19743 18941 0 -1 64 50111 0 0 0 263 23 0 0 16 0 13 0 120564394 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19747] ppid=19741 vsize=1797928 CPUtime=2.84
/proc/19743/task/19747/stat : 19747 (java) S 19741 19743 18941 0 -1 64 44962 0 0 0 262 22 0 0 16 0 13 0 120564394 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19748] ppid=19741 vsize=1797928 CPUtime=0.15
/proc/19743/task/19748/stat : 19748 (java) S 19741 19743 18941 0 -1 64 143 0 0 0 7 8 0 0 16 0 13 0 120564397 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19749] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19749/stat : 19749 (java) S 19741 19743 18941 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19750] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19750/stat : 19750 (java) S 19741 19743 18941 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120564397 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19751] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19751/stat : 19751 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120564402 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19752] ppid=19741 vsize=1797928 CPUtime=1.53
/proc/19743/task/19752/stat : 19752 (java) S 19741 19743 18941 0 -1 64 4876 0 0 0 151 2 0 0 17 0 13 0 120564402 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19753] ppid=19741 vsize=1797928 CPUtime=2.46
/proc/19743/task/19753/stat : 19753 (java) S 19741 19743 18941 0 -1 64 12771 0 0 0 241 5 0 0 16 0 13 0 120564402 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19743/tid=19754] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19754/stat : 19754 (java) S 19741 19743 18941 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 120564402 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19755] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19755/stat : 19755 (java) S 19741 19743 18941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120564402 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19743/tid=19756] ppid=19741 vsize=1797928 CPUtime=0
/proc/19743/task/19756/stat : 19756 (java) S 19741 19743 18941 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120564423 1841078272 73676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1797928

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

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

[startup+1795.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19758
/proc/meminfo: memFree=1491520/2055920 swapFree=4169224/4192956
[pid=19743] ppid=19741 vsize=0 CPUtime=1800.12
/proc/19743/stat : 19743 (java) Z 19741 19743 18941 0 -1 1036 172484 0 1 0 179909 103 0 0 16 0 2 0 120564390 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19743/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.32
CPU time (s): 1800.14
CPU user time (s): 1799.1
CPU system time (s): 1.03584
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 1799032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.03584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172484
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= 39859
involuntary context switches= 60411

runsolver used 2.10268 second user time and 4.66329 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Apr 16 12:27:53 UTC 2007

IDJOB= 349904
IDBENCH= 2900
IDSOLVER= 160
FILE ID= node23/349904-1176726473

PBS_JOBID= 4559482

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349904-1176726473/sat4jPseudoCP.jar /tmp/evaluation/349904-1176726473/instance-349904-1176726473.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-349904-1176726473 -o ROOT/results/node23/solver-349904-1176726473 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349904-1176726473/sat4jPseudoCP.jar /tmp/evaluation/349904-1176726473/instance-349904-1176726473.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  487945ea0e229650aa78cf341d4ff673

RANDOM SEED= 857144692

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1784624 kB
Buffers:         35688 kB
Cached:         142888 kB
SwapCached:       2372 kB
Active:          43588 kB
Inactive:       158972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784624 kB
SwapTotal:     4192956 kB
SwapFree:      4169224 kB
Dirty:            3648 kB
Writeback:           0 kB
Mapped:          31704 kB
Slab:            54216 kB
Committed_AS:  2377728 kB
PageTables:       1800 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= 66554 MiB

End job on node23 on Mon Apr 16 12:57:50 UTC 2007