Trace number 365836

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23UNSAT 223.204 221.397

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.093985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/365836-1177053606/instance-365836-1177053606.opb
0.08/0.20	c reading problem ... 
1.31/0.93	c ... done. Wall clock time 0.73s.
1.31/0.93	c CPU time (experimental) 0.58s.
1.31/0.93	c #vars     10100
1.31/0.93	c #constraints  201
223.13/221.35	c starts		: 1
223.13/221.35	c conflicts		: 100
223.13/221.35	c decisions		: 4951
223.13/221.35	c propagations		: 12574
223.13/221.35	c inspects		: 5347
223.13/221.35	c learnt literals	: 0
223.13/221.35	c learnt binary clauses	: 0
223.13/221.35	c learnt ternary clauses	: 0
223.13/221.35	c learnt clauses	: 99
223.13/221.35	c root simplifications	: 0
223.13/221.35	c removed literals (reason simplification)	: 0
223.13/221.35	c reason swapping (by a shorter reason)	: 0
223.13/221.35	c Calls to reduceDB	: 0
223.13/221.35	c speed (decisions/second)	: 22.464721629838017
223.13/221.35	c non guided choices	4951
223.13/221.35	s UNSATISFIABLE
223.13/221.35	c Total wall clock time (ms): 221.148

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/node70/watcher-365836-1177053606 -o ROOT/results/node70/solver-365836-1177053606 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365836-1177053606/sat4jPseudoCP.jar /tmp/evaluation/365836-1177053606/instance-365836-1177053606.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.16 1.06 1.01 3/64 19031
/proc/meminfo: memFree=1676216/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1800 CPUtime=0
/proc/19031/stat : 19031 (java) R 19029 19031 2858 0 -1 0 154 0 0 0 0 0 0 0 18 0 1 0 144897923 1843200 126 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 450 138 101 9 0 92 0

[startup+0.065087 s]
/proc/loadavg: 1.16 1.06 1.01 3/64 19031
/proc/meminfo: memFree=1676216/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1777708 CPUtime=0.04
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 3682 0 1 0 3 1 0 0 18 0 7 0 144897923 1820372992 3424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 444427 3424 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102095 s]
/proc/loadavg: 1.16 1.06 1.01 3/64 19031
/proc/meminfo: memFree=1676216/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1780256 CPUtime=0.08
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 4003 0 1 0 6 2 0 0 18 0 12 0 144897923 1822982144 3744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 445064 3744 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.30211 s]
/proc/loadavg: 1.16 1.06 1.01 3/64 19031
/proc/meminfo: memFree=1676216/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1781420 CPUtime=0.3
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 5235 0 1 0 28 2 0 0 18 0 12 0 144897923 1824174080 4973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 445355 4973 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.702151 s]
/proc/loadavg: 1.16 1.06 1.01 3/64 19031
/proc/meminfo: memFree=1676216/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1783552 CPUtime=0.97
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 8205 0 1 0 94 3 0 0 18 0 12 0 144897923 1826357248 7109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 445888 7109 1308 9 0 443500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1783552

[startup+1.50123 s]
/proc/loadavg: 1.16 1.06 1.01 3/77 19044
/proc/meminfo: memFree=1645328/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784900 CPUtime=2.17
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 23884 0 1 0 208 9 0 0 18 0 13 0 144897923 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446225 22732 1317 9 0 443837 0
[pid=19031/tid=19033] ppid=19029 vsize=1784900 CPUtime=1.03
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 21191 0 1 0 95 8 0 0 25 0 13 0 144897925 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109686000 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 144897926 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 144897926 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 144897928 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 144897929 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 144897929 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784900 CPUtime=0.53
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 455 0 0 0 53 0 0 0 16 0 13 0 144897933 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784900 CPUtime=0.58
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1511 0 0 0 58 0 0 0 16 0 13 0 144897933 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827737600 22732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1784900

[startup+3.10139 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 19044
/proc/meminfo: memFree=1521040/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784900 CPUtime=3.94
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 41756 0 1 0 376 18 0 0 18 0 13 0 144897923 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446225 40594 1329 9 0 443837 0
[pid=19031/tid=19033] ppid=19029 vsize=1784900 CPUtime=2.56
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 37738 0 1 0 240 16 0 0 21 0 13 0 144897925 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770889 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784900 CPUtime=0.03
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 745 0 0 0 3 0 0 0 16 0 13 0 144897926 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784900 CPUtime=0.03
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 562 0 0 0 3 0 0 0 16 0 13 0 144897926 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144897928 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784900 CPUtime=0.57
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 458 0 0 0 57 0 0 0 16 0 13 0 144897933 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784900 CPUtime=0.71
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1518 0 0 0 71 0 0 0 16 0 13 0 144897933 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784900 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827737600 40594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 1784900

[startup+6.3027 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 19044
/proc/meminfo: memFree=1500496/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=7.3
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 47219 0 1 0 709 21 0 0 18 0 13 0 144897923 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 45048 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=5.69
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 41447 0 1 0 551 18 0 0 25 0 13 0 144897925 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109686222 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=0.08
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 1643 0 0 0 7 1 0 0 16 0 13 0 144897926 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=0.06
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 1113 0 0 0 6 0 0 0 16 0 13 0 144897926 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 144897928 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.63
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 485 0 0 0 63 0 0 0 16 0 13 0 144897933 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.8
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 80 0 0 0 16 0 13 0 144897933 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 45048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 1784760

[startup+12.7013 s]
/proc/loadavg: 1.12 1.06 1.01 2/77 19044
/proc/meminfo: memFree=1491728/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=13.72
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 52250 0 1 0 1348 24 0 0 18 0 13 0 144897923 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 47150 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=12.06
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 46002 0 1 0 1186 20 0 0 25 0 13 0 144897925 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771355 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=0.1
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 1905 0 0 0 9 1 0 0 15 0 13 0 144897926 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=0.08
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 1327 0 0 0 8 0 0 0 16 0 13 0 144897926 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 144897928 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.63
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 485 0 0 0 63 0 0 0 16 0 13 0 144897933 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.8
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 80 0 0 0 16 0 13 0 144897933 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 47150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 1784760

[startup+25.5026 s]
/proc/loadavg: 1.10 1.05 1.01 2/77 19044
/proc/meminfo: memFree=1515408/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=26.6
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 52983 0 1 0 2635 25 0 0 18 0 13 0 144897923 1827594240 41155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 41155 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=24.8
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 46041 0 1 0 2460 20 0 0 25 0 13 0 144897925 1827594240 41155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=0.13
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 2265 0 0 0 12 1 0 0 16 0 13 0 144897926 1827594240 41155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=0.12
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 1659 0 0 0 12 0 0 0 16 0 13 0 144897926 1827594240 41155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 31337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 31337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.84
Current children cumulated vsize (KiB) 1784760

[startup+217.503 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 19044
/proc/meminfo: memFree=1556304/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=219.28
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 61620 0 1 0 21879 49 0 0 18 0 13 0 144897923 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 30930 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=215.56
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 47325 0 1 0 21532 24 0 0 25 0 13 0 144897925 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770990 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=0.98
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 5960 0 0 0 93 5 0 0 16 0 13 0 144897926 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=0.98
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 5317 0 0 0 93 5 0 0 15 0 13 0 144897926 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0.21
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 10 11 0 0 16 0 13 0 144897928 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.69
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 487 0 0 0 69 0 0 0 17 0 13 0 144897933 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.8
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 80 0 0 0 16 0 13 0 144897933 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 30930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.28
Current children cumulated vsize (KiB) 1784760

[startup+219.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 19044
/proc/meminfo: memFree=1556944/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=220.89
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 61737 0 1 0 22040 49 0 0 18 0 13 0 144897923 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 30853 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=217.15
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 47334 0 1 0 21691 24 0 0 25 0 13 0 144897925 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=0.99
/proc/19031/task/19034/stat : 19034 (java) R 19029 19031 2858 0 -1 64 6015 0 0 0 94 5 0 0 16 0 13 0 144897926 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102354391 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=0.99
/proc/19031/task/19035/stat : 19035 (java) R 19029 19031 2858 0 -1 64 5370 0 0 0 94 5 0 0 15 0 13 0 144897926 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070832 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0.21
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 10 11 0 0 15 0 13 0 144897928 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.69
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 487 0 0 0 69 0 0 0 17 0 13 0 144897933 1827594240 30853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.8
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 80 0 0 0 16 0 13 0 144897933 1827594240 30854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 30857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 30859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 30860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 1784760

[startup+220.702 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 19044
/proc/meminfo: memFree=1557264/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=222.52
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 61930 0 1 0 22202 50 0 0 18 0 13 0 144897923 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 30732 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=218.72
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 47342 0 1 0 21848 24 0 0 25 0 13 0 144897925 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771003 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=1.01
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 6092 0 0 0 96 5 0 0 16 0 13 0 144897926 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=1
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 5478 0 0 0 95 5 0 0 16 0 13 0 144897926 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0.21
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 10 11 0 0 15 0 13 0 144897928 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.69
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 487 0 0 0 69 0 0 0 17 0 13 0 144897933 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.81
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 81 0 0 0 16 0 13 0 144897933 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 30732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.52
Current children cumulated vsize (KiB) 1784760

[startup+221.106 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 19044
/proc/meminfo: memFree=1557584/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=222.93
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 61968 0 1 0 22243 50 0 0 18 0 13 0 144897923 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 30698 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=219.12
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 47345 0 1 0 21888 24 0 0 25 0 13 0 144897925 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771335 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=1.01
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 6108 0 0 0 96 5 0 0 16 0 13 0 144897926 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=1
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 5497 0 0 0 95 5 0 0 15 0 13 0 144897926 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0.21
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 10 11 0 0 15 0 13 0 144897928 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.69
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 487 0 0 0 69 0 0 0 17 0 13 0 144897933 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.81
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 81 0 0 0 16 0 13 0 144897933 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 30698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.93
Current children cumulated vsize (KiB) 1784760

[startup+221.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 19044
/proc/meminfo: memFree=1557584/2055920 swapFree=4183764/4192956
[pid=19031] ppid=19029 vsize=1784760 CPUtime=223.13
/proc/19031/stat : 19031 (java) S 19029 19031 2858 0 -1 0 61974 0 1 0 22263 50 0 0 18 0 13 0 144897923 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19031/statm: 446190 30655 1329 9 0 443802 0
[pid=19031/tid=19033] ppid=19029 vsize=1784760 CPUtime=219.32
/proc/19031/task/19033/stat : 19033 (java) R 19029 19031 2858 0 -1 64 47347 0 1 0 21908 24 0 0 25 0 13 0 144897925 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781940 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=1784760 CPUtime=1.01
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 2858 0 -1 64 6111 0 0 0 96 5 0 0 16 0 13 0 144897926 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19035] ppid=19029 vsize=1784760 CPUtime=1
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 2858 0 -1 64 5498 0 0 0 95 5 0 0 16 0 13 0 144897926 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=1784760 CPUtime=0.21
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 2858 0 -1 64 30 0 0 0 10 11 0 0 15 0 13 0 144897928 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 2858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144897929 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144897933 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=1784760 CPUtime=0.69
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 2858 0 -1 64 487 0 0 0 69 0 0 0 17 0 13 0 144897933 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19041] ppid=19029 vsize=1784760 CPUtime=0.81
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 2858 0 -1 64 1778 0 0 0 81 0 0 0 16 0 13 0 144897933 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144897933 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 2858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144897933 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19031/tid=19044] ppid=19029 vsize=1784760 CPUtime=0
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144898020 1827594240 30655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.13
Current children cumulated vsize (KiB) 1784760

Child status: 20
Real time (s): 221.397
CPU time (s): 223.204
CPU user time (s): 222.683
CPU system time (s): 0.52092
CPU usage (%): 100.816
Max. virtual memory (cumulated for all children) (KiB): 1785012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.683
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61983
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= 19453
involuntary context switches= 12040

runsolver used 0.240963 second user time and 0.606907 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Fri Apr 20 07:20:06 UTC 2007

IDJOB= 365836
IDBENCH= 2578
IDSOLVER= 160
FILE ID= node70/365836-1177053606

PBS_JOBID= 4640174

Free space on /tmp= 66473 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365836-1177053606/sat4jPseudoCP.jar /tmp/evaluation/365836-1177053606/instance-365836-1177053606.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-365836-1177053606 -o ROOT/results/node70/solver-365836-1177053606 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365836-1177053606/sat4jPseudoCP.jar /tmp/evaluation/365836-1177053606/instance-365836-1177053606.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0b4d976a66cd69333fd390f8a9139e21

RANDOM SEED= 388122338

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1676624 kB
Buffers:         28076 kB
Cached:         284844 kB
SwapCached:       3076 kB
Active:         102292 kB
Inactive:       225456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676624 kB
SwapTotal:     4192956 kB
SwapFree:      4183764 kB
Dirty:            3768 kB
Writeback:           0 kB
Mapped:          20660 kB
Slab:            37564 kB
Committed_AS:  3368828 kB
PageTables:       1408 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= 66473 MiB

End job on node70 on Fri Apr 20 07:23:47 UTC 2007