Trace number 352419

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.16 1791.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark480
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
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.14/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.42	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.42	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.43	c no version file found!!!
0.14/0.43	c sun.arch.data.model	32
0.14/0.43	c java.version	1.6.0
0.14/0.43	c os.name	Linux
0.14/0.43	c os.version	2.6.9-22.EL.rootsmp
0.14/0.43	c os.arch	i386
0.14/0.43	c Free memory 1651659224
0.14/0.43	c Max memory 1654456320
0.14/0.43	c Total memory 1654456320
0.14/0.43	c Number of processors 2
0.14/0.49	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.49	--- Begin Solver configuration ---
0.14/0.49	c Stops conflict analysis at the first Unique Implication Point
0.14/0.49	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.49	c Learn all clauses as in MiniSAT
0.14/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.49	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.49	c No reason simplification
0.14/0.49	c --- End Solver configuration ---
0.14/0.49	c solving /tmp/evaluation/352419-1176631512/instance-352419-1176631512.opb
0.14/0.49	c reading problem ... 
12.87/10.83	c ... done. Wall clock time 10.34s.
12.87/10.83	c CPU time (experimental) 8.32s.
12.87/10.83	c #vars     10000
12.87/10.83	c #constraints  656900
1800.04/1791.21	c starts		: 2
1800.04/1791.21	c conflicts		: 5114
1800.04/1791.21	c decisions		: 17678
1800.04/1791.21	c propagations		: 782415
1800.04/1791.21	c inspects		: 4607258
1800.04/1791.21	c learnt literals	: 0
1800.04/1791.21	c learnt binary clauses	: 0
1800.04/1791.21	c learnt ternary clauses	: 0
1800.04/1791.21	c learnt clauses	: 5113
1800.04/1791.21	c root simplifications	: 0
1800.04/1791.21	c removed literals (reason simplification)	: 0
1800.04/1791.21	c reason swapping (by a shorter reason)	: 0
1800.04/1791.21	c Calls to reduceDB	: 0
1800.04/1791.21	c speed (decisions/second)	: 9.930780025189284
1800.04/1791.21	c non guided choices	0
1800.04/1791.21	s UNKNOWN
1800.04/1791.21	c Total wall clock time (ms): 1790.722

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26812
/proc/meminfo: memFree=1840896/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=18568 CPUtime=0
/proc/26812/stat : 26812 (runsolver) R 26810 26812 17207 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 139188810 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26812/statm: 4642 292 257 24 0 2626 0

[startup+0.061082 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26812
/proc/meminfo: memFree=1840896/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=12056 CPUtime=0.01
/proc/26812/stat : 26812 (java) R 26810 26812 17207 0 -1 0 371 0 10 0 0 1 0 0 18 0 1 0 139188810 12345344 188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8635178 0 0 4096 0 0 0 0 17 0 0 0
/proc/26812/statm: 3014 188 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.101202 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26812
/proc/meminfo: memFree=1840896/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=12448 CPUtime=0.02
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 746 0 26 0 0 2 0 0 18 0 2 0 139188810 12746752 554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 3112 554 243 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12448

[startup+0.301226 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26812
/proc/meminfo: memFree=1840896/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1780040 CPUtime=0.12
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 3868 0 35 0 7 5 0 0 18 0 12 0 139188810 1822760960 3643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 445010 3644 1099 9 0 442646 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780040

[startup+0.701278 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26812
/proc/meminfo: memFree=1840896/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1783284 CPUtime=0.54
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 5768 0 35 0 48 6 0 0 18 0 12 0 139188810 1826082816 5369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 445821 5369 1283 9 0 443433 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1783284

[startup+1.50237 s]
/proc/loadavg: 1.16 1.03 1.01 2/89 26824
/proc/meminfo: memFree=1808736/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1787872 CPUtime=1.72
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 13436 0 35 0 162 10 0 0 18 0 12 0 139188810 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 446968 11201 1301 9 0 444580 0
[pid=26812/tid=26814] ppid=26810 vsize=1787872 CPUtime=0.86
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 8876 0 9 0 80 6 0 0 18 0 12 0 139188819 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109473418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 139188827 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 139188827 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 139188831 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 139188831 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 139188831 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 139188840 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1787872 CPUtime=0.41
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1887 0 0 0 41 0 0 0 16 0 12 0 139188840 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1787872 CPUtime=0.4
/proc/26812/task/26822/stat : 26822 (java) R 26810 26812 17207 0 -1 64 1978 0 0 0 39 1 0 0 16 0 12 0 139188840 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102037601 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 139188840 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1787872 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 139188840 1830780928 11201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1787872

[startup+3.10254 s]
/proc/loadavg: 1.16 1.03 1.01 2/89 26824
/proc/meminfo: memFree=1731680/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1787172 CPUtime=3.44
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 44446 0 35 0 319 25 0 0 18 0 12 0 139188810 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 446793 41822 1310 9 0 444405 0
[pid=26812/tid=26814] ppid=26810 vsize=1787172 CPUtime=2.39
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 37684 0 9 0 219 20 0 0 21 0 12 0 139188819 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508869 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1787172 CPUtime=0.06
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 1113 0 0 0 6 0 0 0 16 0 12 0 139188827 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1787172 CPUtime=0.05
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 958 0 0 0 5 0 0 0 17 0 12 0 139188827 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1787172 CPUtime=0
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 139188831 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1787172 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 139188831 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1787172 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 139188831 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1787172 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 139188840 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1787172 CPUtime=0.42
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1887 0 0 0 42 0 0 0 16 0 12 0 139188840 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1787172 CPUtime=0.45
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 2105 0 0 0 44 1 0 0 16 0 12 0 139188840 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1787172 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 139188840 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1787172 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 139188840 1830064128 41822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 1787172

[startup+6.3019 s]
/proc/loadavg: 1.16 1.03 1.01 2/89 26824
/proc/meminfo: memFree=1643488/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1788264 CPUtime=6.95
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 53841 0 35 0 665 30 0 0 18 0 12 0 139188810 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 447066 50887 1310 9 0 444678 0
[pid=26812/tid=26814] ppid=26810 vsize=1788264 CPUtime=5.27
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 37689 0 9 0 507 20 0 0 21 0 12 0 139188819 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1788264 CPUtime=0.37
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 6921 0 0 0 35 2 0 0 17 0 12 0 139188827 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1788264 CPUtime=0.36
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 4534 0 0 0 34 2 0 0 17 0 12 0 139188827 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1788264 CPUtime=0
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 139188831 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1788264 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 139188831 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1788264 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 139188831 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1788264 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 139188840 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1788264 CPUtime=0.42
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1887 0 0 0 42 0 0 0 16 0 12 0 139188840 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1788264 CPUtime=0.45
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 2105 0 0 0 44 1 0 0 16 0 12 0 139188840 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1788264 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 139188840 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1788264 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 139188840 1831182336 50887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1788264

[startup+12.7026 s]
/proc/loadavg: 1.22 1.05 1.02 2/90 26825
/proc/meminfo: memFree=1585632/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1792108 CPUtime=15.52
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 70936 0 35 0 1512 40 0 0 18 0 13 0 139188810 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 448027 64553 1326 9 0 445639 0
[pid=26812/tid=26814] ppid=26810 vsize=1792108 CPUtime=9.66
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 37738 0 9 0 945 21 0 0 22 0 13 0 139188819 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835535 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1792108 CPUtime=2
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 15052 0 0 0 194 6 0 0 16 0 13 0 139188827 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1792108 CPUtime=2.02
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 12808 0 0 0 196 6 0 0 16 0 13 0 139188827 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 139188831 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139188840 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1792108 CPUtime=0.88
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1917 0 0 0 88 0 0 0 16 0 13 0 139188840 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1792108 CPUtime=0.87
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 2709 0 0 0 85 2 0 0 15 0 13 0 139188840 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 139188840 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139188840 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=1792108 CPUtime=0
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 17207 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 139189920 1835118592 64553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 1792108

[startup+25.5019 s]
/proc/loadavg: 1.18 1.05 1.01 2/90 26825
/proc/meminfo: memFree=1606056/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1793068 CPUtime=28.59
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 72523 0 35 0 2817 42 0 0 18 0 13 0 139188810 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 448267 56360 1326 9 0 445879 0
[pid=26812/tid=26814] ppid=26810 vsize=1793068 CPUtime=22.26
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 37760 0 9 0 2204 22 0 0 25 0 13 0 139188819 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847254 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1793068 CPUtime=2.07
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 15269 0 0 0 201 6 0 0 16 0 13 0 139188827 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1793068 CPUtime=2.1
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 13021 0 0 0 203 7 0 0 16 0 13 0 139188827 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1793068 CPUtime=0.01
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 26 0 0 0 0 1 0 0 16 0 13 0 139188831 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 56360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26812/tid=26817] ppid=26810 vsize=1793068 CPUtime=0.57
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 327 0 0 0 29 28 0 0 16 0 13 0 139188831 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139188840 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1793068 CPUtime=1.1
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1926 0 0 0 110 0 0 0 17 0 13 0 139188840 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1793068 CPUtime=1.14
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 3836 0 0 0 112 2 0 0 16 0 13 0 139188840 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 139188840 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139188840 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26825] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 17207 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 139189920 1836101632 80553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.43
Current children cumulated vsize (KiB) 1793068

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26827
/proc/meminfo: memFree=1510504/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1793068 CPUtime=1670.66
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 170873 0 35 0 166780 286 0 0 18 0 13 0 139188810 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 448267 80947 1326 9 0 445879 0
[pid=26812/tid=26814] ppid=26810 vsize=1793068 CPUtime=1642.34
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 87532 0 9 0 164178 56 0 0 18 0 13 0 139188819 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847695 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1793068 CPUtime=12.56
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 39528 0 0 0 1157 99 0 0 16 0 13 0 139188827 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1793068 CPUtime=12.85
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 37007 0 0 0 1191 94 0 0 16 0 13 0 139188827 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1793068 CPUtime=0.59
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 347 0 0 0 30 29 0 0 16 0 13 0 139188831 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139188840 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1793068 CPUtime=1.1
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1926 0 0 0 110 0 0 0 17 0 13 0 139188840 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1793068 CPUtime=1.14
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 3836 0 0 0 112 2 0 0 16 0 13 0 139188840 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 139188840 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139188840 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26825] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 17207 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 139189920 1836101632 80947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.66
Current children cumulated vsize (KiB) 1793068

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26827
/proc/meminfo: memFree=1506600/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1793068 CPUtime=1730.87
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 173913 0 35 0 172794 293 0 0 18 0 13 0 139188810 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 448267 81772 1326 9 0 445879 0
[pid=26812/tid=26814] ppid=26810 vsize=1793068 CPUtime=1701.71
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 89134 0 9 0 170114 57 0 0 25 0 13 0 139188819 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839967 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1793068 CPUtime=12.98
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 40366 0 0 0 1196 102 0 0 16 0 13 0 139188827 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1793068 CPUtime=13.25
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 37588 0 0 0 1228 97 0 0 16 0 13 0 139188827 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1793068 CPUtime=0.6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 366 0 0 0 31 29 0 0 15 0 13 0 139188831 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139188840 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1793068 CPUtime=1.1
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1926 0 0 0 110 0 0 0 17 0 13 0 139188840 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1793068 CPUtime=1.14
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 3836 0 0 0 112 2 0 0 16 0 13 0 139188840 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 139188840 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139188840 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26825] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 17207 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 139189920 1836101632 81772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.87
Current children cumulated vsize (KiB) 1793068

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26827
/proc/meminfo: memFree=1494120/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1793068 CPUtime=1791.1
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 178894 0 35 0 178808 302 0 0 18 0 13 0 139188810 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 448267 85003 1326 9 0 445879 0
[pid=26812/tid=26814] ppid=26810 vsize=1793068 CPUtime=1761.1
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 91874 0 9 0 176051 59 0 0 25 0 13 0 139188819 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840094 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1793068 CPUtime=13.38
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 41506 0 0 0 1232 106 0 0 16 0 13 0 139188827 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1793068 CPUtime=13.68
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 38668 0 0 0 1269 99 0 0 16 0 13 0 139188827 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1793068 CPUtime=0.62
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 387 0 0 0 32 30 0 0 15 0 13 0 139188831 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139188840 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1793068 CPUtime=1.1
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1926 0 0 0 110 0 0 0 17 0 13 0 139188840 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1793068 CPUtime=1.14
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 3836 0 0 0 112 2 0 0 16 0 13 0 139188840 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 139188840 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139188840 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26825] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 17207 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 139189920 1836101632 85003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.1
Current children cumulated vsize (KiB) 1793068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26827
/proc/meminfo: memFree=1493608/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=1793068 CPUtime=1800.04
/proc/26812/stat : 26812 (java) S 26810 26812 17207 0 -1 0 179225 0 35 0 179701 303 0 0 18 0 13 0 139188810 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 448267 85097 1326 9 0 445879 0
[pid=26812/tid=26814] ppid=26810 vsize=1793068 CPUtime=1769.91
/proc/26812/task/26814/stat : 26814 (java) R 26810 26812 17207 0 -1 64 91889 0 9 0 176932 59 0 0 25 0 13 0 139188819 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847015 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26815] ppid=26810 vsize=1793068 CPUtime=13.44
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 17207 0 -1 64 41668 0 0 0 1237 107 0 0 16 0 13 0 139188827 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=1793068 CPUtime=13.74
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 17207 0 -1 64 38822 0 0 0 1275 99 0 0 16 0 13 0 139188827 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26817] ppid=26810 vsize=1793068 CPUtime=0.62
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 17207 0 -1 64 387 0 0 0 32 30 0 0 15 0 13 0 139188831 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26818] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 17207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26819] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 17207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139188831 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26820] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 17207 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139188840 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=1793068 CPUtime=1.1
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 17207 0 -1 64 1926 0 0 0 110 0 0 0 17 0 13 0 139188840 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26822] ppid=26810 vsize=1793068 CPUtime=1.14
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 17207 0 -1 64 3836 0 0 0 112 2 0 0 16 0 13 0 139188840 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 17207 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 139188840 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 17207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139188840 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26812/tid=26825] ppid=26810 vsize=1793068 CPUtime=0
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 17207 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 139189920 1836101632 85097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1793068

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

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

[startup+1791.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26827
/proc/meminfo: memFree=1493608/2055920 swapFree=4158660/4192956
[pid=26812] ppid=26810 vsize=0 CPUtime=1800.14
/proc/26812/stat : 26812 (java) Z 26810 26812 17207 0 -1 1036 179247 0 35 0 179707 307 0 0 15 0 2 0 139188810 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26812/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.32
CPU time (s): 1800.16
CPU user time (s): 1797.08
CPU system time (s): 3.08753
CPU usage (%): 100.494
Max. virtual memory (cumulated for all children) (KiB): 1793068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.08
system time used= 3.08753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179247
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71393
involuntary context switches= 56977

runsolver used 2.10368 second user time and 5.54916 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Apr 15 10:05:13 UTC 2007

IDJOB= 352419
IDBENCH= 1974
IDSOLVER= 160
FILE ID= node9/352419-1176631512

PBS_JOBID= 4556848

Free space on /tmp= 66537 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352419-1176631512/sat4jPseudoCP.jar /tmp/evaluation/352419-1176631512/instance-352419-1176631512.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-352419-1176631512 -o ROOT/results/node9/solver-352419-1176631512 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352419-1176631512/sat4jPseudoCP.jar /tmp/evaluation/352419-1176631512/instance-352419-1176631512.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fad34197fa8b5ebd519d12750a352ad5

RANDOM SEED= 864067038

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1841496 kB
Buffers:         22428 kB
Cached:         102560 kB
SwapCached:       2240 kB
Active:          60236 kB
Inactive:        88488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841496 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           20480 kB
Writeback:           0 kB
Mapped:          31188 kB
Slab:            51232 kB
Committed_AS:  4823556 kB
PageTables:       1788 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= 66537 MiB

End job on node9 on Sun Apr 15 10:35:06 UTC 2007