Trace number 348810

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.22 1781.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-fixnet4.opb
MD5SUM03b4fab8c58cfc4ea6c0d3c2d05c0d91
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14036
Total number of constraints600
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint19
Maximum length of a constraint1523
Number of terms in the objective function 13668
Biggest coefficient in the objective function 1162
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 535890
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262020
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 535890
Number of bits of the biggest sum of numbers20
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/348810-1176599704/instance-348810-1176599704.opb
0.20/0.20	c reading problem ... 
2.35/1.53	c ... done. Wall clock time 1.33s.
2.35/1.53	c CPU time (experimental) 0.94s.
2.35/1.53	c #vars     14036
2.35/1.53	c #constraints  700
1800.04/1781.51	c starts		: 2
1800.04/1781.51	c conflicts		: 1997
1800.04/1781.51	c decisions		: 335268
1800.04/1781.51	c propagations		: 700739
1800.04/1781.51	c inspects		: 8212231
1800.04/1781.51	c learnt literals	: 0
1800.04/1781.51	c learnt binary clauses	: 0
1800.04/1781.51	c learnt ternary clauses	: 0
1800.04/1781.51	c learnt clauses	: 1996
1800.04/1781.51	c root simplifications	: 0
1800.04/1781.51	c removed literals (reason simplification)	: 0
1800.04/1781.51	c reason swapping (by a shorter reason)	: 0
1800.04/1781.51	c Calls to reduceDB	: 0
1800.04/1781.51	c speed (decisions/second)	: 188.38604113309876
1800.04/1781.51	c non guided choices	0
1800.04/1781.51	s UNKNOWN
1800.04/1781.51	c Total wall clock time (ms): 1781.309

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/node33/watcher-348810-1176599704 -o ROOT/results/node33/solver-348810-1176599704 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348810-1176599704/sat4jPseudoCP.jar /tmp/evaluation/348810-1176599704/instance-348810-1176599704.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 3/77 27084
/proc/meminfo: memFree=1696688/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=152 CPUtime=0
/proc/27084/stat : 27084 (java) D 27082 27084 26332 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 107885869 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10945316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27084/statm: 38 26 19 9 0 4 0

[startup+0.0746061 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27084
/proc/meminfo: memFree=1696688/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1777708 CPUtime=0.06
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 3733 0 1 0 4 2 0 0 18 0 7 0 107885869 1820372992 3475 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 444427 3475 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101609 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27084
/proc/meminfo: memFree=1696688/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1780108 CPUtime=0.08
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 107885869 1822830592 3709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301651 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27084
/proc/meminfo: memFree=1696688/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1781420 CPUtime=0.32
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 5180 0 1 0 29 3 0 0 18 0 12 0 107885869 1824174080 4918 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 445355 4918 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701732 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27084
/proc/meminfo: memFree=1696688/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1782284 CPUtime=0.88
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 7789 0 1 0 84 4 0 0 18 0 12 0 107885869 1825058816 7277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 445571 7277 1298 9 0 443183 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782284

[startup+1.50289 s]
/proc/loadavg: 1.16 1.03 1.01 4/89 27096
/proc/meminfo: memFree=1659792/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1794568 CPUtime=2.35
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 22319 0 1 0 224 11 0 0 18 0 12 0 107885869 1837637632 18636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 448642 18638 1304 9 0 446254 0
[pid=27084/tid=27086] ppid=27082 vsize=1794568 CPUtime=0.91
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 14592 0 1 0 84 7 0 0 18 0 12 0 107885870 1837637632 18638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109591228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107885872 1837637632 18639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107885872 1837637632 18639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107885874 1837637632 18639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 107885874 1837637632 18640 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 107885874 1837637632 18641 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 107885878 1837637632 18642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1794568 CPUtime=0.8
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 4629 0 0 0 79 1 0 0 17 0 12 0 107885878 1837637632 18644 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1794568 CPUtime=0.59
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 2379 0 0 0 59 0 0 0 16 0 12 0 107885878 1837637632 18644 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 107885878 1837637632 18645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1794568 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107885878 1837637632 18646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1794568

[startup+3.10222 s]
/proc/loadavg: 1.16 1.03 1.01 3/90 27097
/proc/meminfo: memFree=1615240/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1794892 CPUtime=4.53
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 48080 0 1 0 429 24 0 0 18 0 13 0 107885869 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 448723 44052 1327 9 0 446335 0
[pid=27084/tid=27086] ppid=27082 vsize=1794892 CPUtime=2.19
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 37715 0 1 0 200 19 0 0 25 0 13 0 107885870 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109599905 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1794892 CPUtime=0.03
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 1025 0 0 0 3 0 0 0 16 0 13 0 107885872 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1794892 CPUtime=0.03
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 1140 0 0 0 3 0 0 0 16 0 13 0 107885872 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107885874 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1794892 CPUtime=1.19
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5021 0 0 0 118 1 0 0 16 0 13 0 107885878 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1794892 CPUtime=1.01
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 2449 0 0 0 101 0 0 0 16 0 13 0 107885878 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1794892 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1837969408 44052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1794892

[startup+6.30188 s]
/proc/loadavg: 1.16 1.03 1.01 2/90 27097
/proc/meminfo: memFree=1524360/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1794700 CPUtime=8.15
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 53079 0 1 0 789 26 0 0 18 0 13 0 107885869 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 448675 46398 1327 9 0 446287 0
[pid=27084/tid=27086] ppid=27082 vsize=1794700 CPUtime=5.21
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 37723 0 1 0 502 19 0 0 25 0 13 0 107885870 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109942700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1794700 CPUtime=0.2
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 3383 0 0 0 19 1 0 0 16 0 13 0 107885872 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1794700 CPUtime=0.19
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 3418 0 0 0 18 1 0 0 16 0 13 0 107885872 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 107885874 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1794700 CPUtime=1.38
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5345 0 0 0 137 1 0 0 16 0 13 0 107885878 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1794700 CPUtime=1.1
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 2455 0 0 0 110 0 0 0 15 0 13 0 107885878 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1794700 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1837772800 46398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1794700

[startup+12.7022 s]
/proc/loadavg: 1.13 1.03 1.01 2/90 27097
/proc/meminfo: memFree=1497808/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1795724 CPUtime=14.82
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 58753 0 1 0 1453 29 0 0 18 0 13 0 107885869 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 448931 50877 1328 9 0 446543 0
[pid=27084/tid=27086] ppid=27082 vsize=1795724 CPUtime=11.44
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 38915 0 1 0 1125 19 0 0 25 0 13 0 107885870 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109942509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1795724 CPUtime=0.27
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 4933 0 0 0 25 2 0 0 16 0 13 0 107885872 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1795724 CPUtime=0.27
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 5371 0 0 0 25 2 0 0 16 0 13 0 107885872 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 107885874 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1795724 CPUtime=1.52
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5359 0 0 0 151 1 0 0 17 0 13 0 107885878 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1795724 CPUtime=1.24
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 3420 0 0 0 123 1 0 0 16 0 13 0 107885878 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1795724 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1838821376 50877 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 1795724

[startup+25.5018 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 27097
/proc/meminfo: memFree=1560080/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1795724 CPUtime=27.7
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 60186 0 1 0 2739 31 0 0 18 0 13 0 107885869 1838821376 34679 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 448931 34679 1328 9 0 446543 0
[pid=27084/tid=27086] ppid=27082 vsize=1795724 CPUtime=24.15
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 38945 0 1 0 2395 20 0 0 25 0 13 0 107885870 1838821376 34679 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109587812 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1795724 CPUtime=0.34
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 5525 0 0 0 32 2 0 0 15 0 13 0 107885872 1838821376 34679 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1795724 CPUtime=0.34
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 6180 0 0 0 31 3 0 0 16 0 13 0 107885872 1838821376 34679 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1795724 CPUtime=0.02
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 32 0 0 0 1 1 0 0 16 0 13 0 107885874 1838821376 34679 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=27084/tid=27089] ppid=27082 vsize=1797772 CPUtime=0.72
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 409 0 0 0 39 33 0 0 16 0 13 0 107885874 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1797772 CPUtime=2.03
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5422 0 0 0 202 1 0 0 16 0 13 0 107885878 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1797772 CPUtime=1.65
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 5258 0 0 0 164 1 0 0 16 0 13 0 107885878 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1840918528 161889 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1557.92
Current children cumulated vsize (KiB) 1797772

[startup+1602.3 s]
/proc/loadavg: 1.64 1.22 1.08 2/90 27099
/proc/meminfo: memFree=1033040/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1797772 CPUtime=1618.63
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 314334 0 1 0 161668 195 0 0 18 0 13 0 107885869 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 449443 166415 1328 9 0 447055 0
[pid=27084/tid=27086] ppid=27082 vsize=1797772 CPUtime=1583.83
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 148605 0 1 0 158308 75 0 0 18 0 13 0 107885870 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109957993 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1797772 CPUtime=15.12
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 75862 0 0 0 1471 41 0 0 16 0 13 0 107885872 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1797772 CPUtime=15.18
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 78054 0 0 0 1480 38 0 0 16 0 13 0 107885872 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1797772 CPUtime=0.74
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 410 0 0 0 40 34 0 0 16 0 13 0 107885874 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1797772 CPUtime=2.03
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5422 0 0 0 202 1 0 0 16 0 13 0 107885878 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1797772 CPUtime=1.65
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 5258 0 0 0 164 1 0 0 16 0 13 0 107885878 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1840918528 166415 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1618.63
Current children cumulated vsize (KiB) 1797772

[startup+1662.3 s]
/proc/loadavg: 1.27 1.20 1.08 2/90 27099
/proc/meminfo: memFree=1020176/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1797772 CPUtime=1679.38
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 318019 0 1 0 167738 200 0 0 18 0 13 0 107885869 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 449443 169563 1328 9 0 447055 0
[pid=27084/tid=27086] ppid=27082 vsize=1797772 CPUtime=1643
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 148715 0 1 0 164225 75 0 0 25 0 13 0 107885870 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109587751 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1797772 CPUtime=15.89
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 77594 0 0 0 1547 42 0 0 16 0 13 0 107885872 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1797772 CPUtime=15.96
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 79897 0 0 0 1555 41 0 0 16 0 13 0 107885872 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1797772 CPUtime=0.77
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 410 0 0 0 41 36 0 0 15 0 13 0 107885874 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1797772 CPUtime=2.03
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5422 0 0 0 202 1 0 0 16 0 13 0 107885878 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1797772 CPUtime=1.65
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 5258 0 0 0 164 1 0 0 16 0 13 0 107885878 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1840918528 169563 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1679.38
Current children cumulated vsize (KiB) 1797772

[startup+1722.3 s]
/proc/loadavg: 1.13 1.17 1.08 2/90 27099
/proc/meminfo: memFree=1007824/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1797772 CPUtime=1740.12
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 321578 0 1 0 173808 204 0 0 18 0 13 0 107885869 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 449443 172592 1328 9 0 447055 0
[pid=27084/tid=27086] ppid=27082 vsize=1797772 CPUtime=1702.17
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 148821 0 1 0 170141 76 0 0 25 0 13 0 107885870 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109958067 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1797772 CPUtime=16.67
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 79704 0 0 0 1623 44 0 0 16 0 13 0 107885872 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1797772 CPUtime=16.73
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 81240 0 0 0 1632 41 0 0 16 0 13 0 107885872 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1797772 CPUtime=0.78
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 410 0 0 0 42 36 0 0 15 0 13 0 107885874 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1797772 CPUtime=2.03
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5422 0 0 0 202 1 0 0 16 0 13 0 107885878 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1797772 CPUtime=1.65
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 5258 0 0 0 164 1 0 0 16 0 13 0 107885878 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1840918528 172592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.12
Current children cumulated vsize (KiB) 1797772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 1.16 1.17 1.08 2/90 27099
/proc/meminfo: memFree=997904/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=1797772 CPUtime=1800.04
/proc/27084/stat : 27084 (java) S 27082 27084 26332 0 -1 0 324472 0 1 0 179796 208 0 0 18 0 13 0 107885869 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 449443 175022 1328 9 0 447055 0
[pid=27084/tid=27086] ppid=27082 vsize=1797772 CPUtime=1760.52
/proc/27084/task/27086/stat : 27086 (java) R 27082 27084 26332 0 -1 64 148928 0 1 0 175976 76 0 0 25 0 13 0 107885870 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110034205 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27087] ppid=27082 vsize=1797772 CPUtime=17.45
/proc/27084/task/27087/stat : 27087 (java) S 27082 27084 26332 0 -1 64 81276 0 0 0 1700 45 0 0 16 0 13 0 107885872 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27088] ppid=27082 vsize=1797772 CPUtime=17.49
/proc/27084/task/27088/stat : 27088 (java) S 27082 27084 26332 0 -1 64 82455 0 0 0 1707 42 0 0 16 0 13 0 107885872 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27089] ppid=27082 vsize=1797772 CPUtime=0.82
/proc/27084/task/27089/stat : 27089 (java) S 27082 27084 26332 0 -1 64 410 0 0 0 44 38 0 0 16 0 13 0 107885874 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27090] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27090/stat : 27090 (java) S 27082 27084 26332 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27091] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27091/stat : 27091 (java) S 27082 27084 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107885874 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27092] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27092/stat : 27092 (java) S 27082 27084 26332 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107885878 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27093] ppid=27082 vsize=1797772 CPUtime=2.03
/proc/27084/task/27093/stat : 27093 (java) S 27082 27084 26332 0 -1 64 5422 0 0 0 202 1 0 0 16 0 13 0 107885878 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27094] ppid=27082 vsize=1797772 CPUtime=1.65
/proc/27084/task/27094/stat : 27094 (java) S 27082 27084 26332 0 -1 64 5258 0 0 0 164 1 0 0 16 0 13 0 107885878 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27095] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27095/stat : 27095 (java) S 27082 27084 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107885878 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27084/tid=27096] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27096/stat : 27096 (java) S 27082 27084 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107885878 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27084/tid=27097] ppid=27082 vsize=1797772 CPUtime=0
/proc/27084/task/27097/stat : 27097 (java) S 27082 27084 26332 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107886058 1840918528 175022 18446744073709551615 134512640 134550740 4294956464 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) 1797772

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

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

[startup+1781.61 s]
/proc/loadavg: 1.16 1.17 1.08 2/90 27099
/proc/meminfo: memFree=997904/2055920 swapFree=4149512/4192956
[pid=27084] ppid=27082 vsize=0 CPUtime=1800.15
/proc/27084/stat : 27084 (java) Z 27082 27084 26332 0 -1 1036 324493 0 1 0 179802 213 0 0 16 0 2 0 107885869 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27084/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1781.68
CPU time (s): 1800.22
CPU user time (s): 1798.03
CPU system time (s): 2.19467
CPU usage (%): 101.041
Max. virtual memory (cumulated for all children) (KiB): 1798616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.19467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324493
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= 67974
involuntary context switches= 51700

runsolver used 1.9437 second user time and 5.85111 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Apr 15 01:15:04 UTC 2007

IDJOB= 348810
IDBENCH= 1753
IDSOLVER= 160
FILE ID= node33/348810-1176599704

PBS_JOBID= 4556990

Free space on /tmp= 66560 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-fixnet4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348810-1176599704/sat4jPseudoCP.jar /tmp/evaluation/348810-1176599704/instance-348810-1176599704.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-348810-1176599704 -o ROOT/results/node33/solver-348810-1176599704 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348810-1176599704/sat4jPseudoCP.jar /tmp/evaluation/348810-1176599704/instance-348810-1176599704.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  03b4fab8c58cfc4ea6c0d3c2d05c0d91

RANDOM SEED= 617854186

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1697160 kB
Buffers:         28380 kB
Cached:          66800 kB
SwapCached:       1992 kB
Active:          63464 kB
Inactive:       201444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697160 kB
SwapTotal:     4192956 kB
SwapFree:      4149512 kB
Dirty:            4256 kB
Writeback:           0 kB
Mapped:         167280 kB
Slab:            79156 kB
Committed_AS:   579268 kB
PageTables:       1992 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= 66560 MiB

End job on node33 on Sun Apr 15 01:44:48 UTC 2007