Trace number 44503

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
SAT4JPSEUDO 2006.2? (exit code) 974.485 962.013

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
MD5SUM4c9dc9cf5c24873d3237c90ee1682632
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109379
Number of constraints which are clauses109379
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 constraint2
Number of terms in the objective function 1400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
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.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c no version file found!!!
0.22	c sun.arch.data.model	32
0.22	c java.version	1.5.0_06
0.22	c os.name	Linux
0.22	c os.version	2.6.9-22.EL.rootsmp
0.22	c os.arch	i386
0.22	c Free memory 1548419056
0.22	c Max memory 1551040512
0.22	c Total memory 1551040512
0.22	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.28	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node22/44503-1149294319/instance-44503-1149294319.opb
0.28	c reading problem ... 
4.77	c ... done. Time 4.489 ms.
4.77	c #vars     1400
4.77	c #constraints  109379
4.81	c SATISFIABLE
4.81	c OPTIMIZING...
4.81	c Got one! Ellapsed CPU time (in seconds):4.522
4.83	o 0
4.87	c Got one! Ellapsed CPU time (in seconds):4.59
4.88	o -1
5.14	c Got one! Ellapsed CPU time (in seconds):4.859
5.14	o -2
5.95	c Got one! Ellapsed CPU time (in seconds):5.665
5.95	o -39
6.75	c Got one! Ellapsed CPU time (in seconds):6.471
6.76	o -40
9.23	c Got one! Ellapsed CPU time (in seconds):8.951
9.24	o -41
10.80	c Got one! Ellapsed CPU time (in seconds):10.52
10.81	o -42
948.01	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
952.07	c starts		: 23
952.07	c conflicts		: 18942
961.75	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-44503-1149294319 -o ROOT/results/node22/solver-44503-1149294319 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node22/44503-1149294319/instance-44503-1149294319.opb 969853235 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.93 2/64 21774
/proc/meminfo: memFree=1561816/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1784 CPUtime=0
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 153 0 0 0 0 0 0 0 19 0 1 0 90866246 1826816 125 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21774/statm: 446 125 91 14 0 91 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.97 0.93 2/76 21792
/proc/meminfo: memFree=1353528/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1711956 CPUtime=11.47
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 57086 0 1 0 1116 31 0 0 25 0 13 0 90866246 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071635693 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 427989 53849 1911 14 0 414736 0
[pid=21774/tid=21775] ppid=21772 vsize=1711956 CPUtime=0.35
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 7077 0 0 0 32 3 0 0 16 0 13 0 90866256 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1711956 CPUtime=0.35
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 6986 0 0 0 32 3 0 0 16 0 13 0 90866256 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21777/stat : 21777 (java) S 21772 21774 21728 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 90866258 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1711956 CPUtime=0.88
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1086 0 0 0 88 0 0 0 17 0 13 0 90866262 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1711956 CPUtime=0.85
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1157 0 0 0 85 0 0 0 16 0 13 0 90866262 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21792] ppid=21772 vsize=1711956 CPUtime=0
/proc/21774/task/21792/stat : 21792 (java) S 21772 21774 21728 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90867170 1753042944 53849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (Kb) 1711956

[startup+20.009 s]
/proc/loadavg: 0.94 0.97 0.93 2/76 21793
/proc/meminfo: memFree=1284720/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1711560 CPUtime=21.96
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 77189 0 1 0 2155 41 0 0 25 0 13 0 90866246 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598189 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 427890 71073 1911 14 0 414637 0
[pid=21774/tid=21775] ppid=21772 vsize=1711560 CPUtime=0.82
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 19406 0 0 0 73 9 0 0 16 0 13 0 90866256 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1711560 CPUtime=0.82
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 14725 0 0 0 75 7 0 0 17 0 13 0 90866256 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21777/stat : 21777 (java) S 21772 21774 21728 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 90866258 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1711560 CPUtime=0.9
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1113 0 0 0 90 0 0 0 17 0 13 0 90866262 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1711560 CPUtime=0.85
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 85 0 0 0 17 0 13 0 90866262 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1711560 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90867327 1752637440 71073 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (Kb) 1711560

[startup+30.0157 s]
/proc/loadavg: 0.95 0.97 0.93 2/76 21793
/proc/meminfo: memFree=1218992/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=32.42
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 95989 0 1 0 3191 51 0 0 25 0 13 0 90866246 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071602881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 87476 1911 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=1.25
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 29744 0 0 0 110 15 0 0 17 0 13 0 90866256 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=1.24
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 22827 0 0 0 113 11 0 0 16 0 13 0 90866256 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21777/stat : 21777 (java) S 21772 21774 21728 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 90866258 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.94
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 94 0 0 0 17 0 13 0 90866262 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.85
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 85 0 0 0 17 0 13 0 90866262 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90867327 1754734592 87476 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.42
Current children cumulated vsize (Kb) 1713608

[startup+40.0224 s]
/proc/loadavg: 1.04 0.99 0.93 2/76 21793
/proc/meminfo: memFree=1173552/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=42.74
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 109562 0 1 0 4216 58 0 0 25 0 13 0 90866246 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071443648 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 98780 1911 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=1.57
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 37029 0 0 0 139 18 0 0 16 0 13 0 90866256 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=1.56
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 29112 0 0 0 141 15 0 0 16 0 13 0 90866256 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21777/stat : 21777 (java) S 21772 21774 21728 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 90866258 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.94
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 94 0 0 0 17 0 13 0 90866262 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.85
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 85 0 0 0 17 0 13 0 90866262 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 90867327 1754734592 98780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.74
Current children cumulated vsize (Kb) 1713608

[startup+50.0291 s]
/proc/loadavg: 1.03 0.99 0.93 2/76 21793
/proc/meminfo: memFree=1121584/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=53.14
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 124750 0 1 0 5248 66 0 0 19 0 13 0 90866246 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071445745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 111786 1911 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=1.97
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 45241 0 0 0 175 22 0 0 17 0 13 0 90866256 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=1.96
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 36083 0 0 0 177 19 0 0 17 0 13 0 90866256 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=0.01
/proc/21774/task/21777/stat : 21777 (java) S 21772 21774 21728 0 -1 64 35 0 0 0 1 0 0 0 15 0 13 0 90866258 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.94
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 94 0 0 0 17 0 13 0 90866262 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.85
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 85 0 0 0 17 0 13 0 90866262 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 90867327 1754734592 111786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.14
Current children cumulated vsize (Kb) 1713608

[startup+60.0357 s]
/proc/loadavg: 1.02 0.99 0.93 2/76 21793
/proc/meminfo: memFree=1074608/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=63.46
/proc/21774/stat : 21774 (java) R 21772 21774 21728 0 -1 0 138320 0 1 0 6273 73 0 0 25 0 13 0 90866246 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598243 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 123524 1911 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=2.29
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 51837 0 0 0 203 26 0 0 16 0 13 0 90866256 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=2.28
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 43054 0 0 0 206 22 0 0 16 0 13 0 90866256 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=0.01
/proc/21774/task/21777/stat : 21777 (java) S 21772 21774 21728 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 90866258 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 123524 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 194168 0 0 0 1079 93 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=256.16
/proc/21774/task/21777/stat : 21777 (java) R 21772 21774 21728 0 -1 64 1103 0 0 0 25615 1 0 0 18 0 13 0 90866258 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938534 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.96
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 96 0 0 0 17 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.87
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 87 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 90867327 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923.15
Current children cumulated vsize (Kb) 1713608

[startup+920.651 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 21793
/proc/meminfo: memFree=15152/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=933.16
/proc/21774/stat : 21774 (java) S 21772 21774 21728 0 -1 0 445264 0 1 0 93098 218 0 0 17 0 13 0 90866246 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 389309 1913 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=11.75
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 206433 0 0 0 1078 97 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=11.72
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 194168 0 0 0 1079 93 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=265.88
/proc/21774/task/21777/stat : 21777 (java) R 21772 21774 21728 0 -1 64 1103 0 0 0 26587 1 0 0 20 0 13 0 90866258 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152729209 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.96
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 96 0 0 0 17 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.87
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 87 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 90867327 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 933.16
Current children cumulated vsize (Kb) 1713608

[startup+930.659 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 21793
/proc/meminfo: memFree=15088/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=943.16
/proc/21774/stat : 21774 (java) S 21772 21774 21728 0 -1 0 445268 0 1 0 94098 218 0 0 17 0 13 0 90866246 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 389309 1913 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=11.75
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 206433 0 0 0 1078 97 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=11.72
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 194168 0 0 0 1079 93 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=275.37
/proc/21774/task/21777/stat : 21777 (java) R 21772 21774 21728 0 -1 64 1103 0 0 0 27536 1 0 0 20 0 13 0 90866258 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716337 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.96
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 96 0 0 0 17 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.87
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 87 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 37 0 0 0 0 0 0 0 16 0 13 0 90867327 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 943.16
Current children cumulated vsize (Kb) 1713608

[startup+940.666 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 21793
/proc/meminfo: memFree=15088/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1713608 CPUtime=953.17
/proc/21774/stat : 21774 (java) S 21772 21774 21728 0 -1 0 445270 0 1 0 95099 218 0 0 17 0 13 0 90866246 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428402 389309 1913 14 0 415149 0
[pid=21774/tid=21775] ppid=21772 vsize=1713608 CPUtime=11.75
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 206433 0 0 0 1078 97 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1713608 CPUtime=11.72
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 194168 0 0 0 1079 93 0 0 17 0 13 0 90866256 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1713608 CPUtime=285.21
/proc/21774/task/21777/stat : 21777 (java) R 21772 21774 21728 0 -1 64 1103 0 0 0 28520 1 0 0 22 0 13 0 90866258 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 90866259 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1713608 CPUtime=0.96
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 96 0 0 0 17 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1713608 CPUtime=0.87
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 87 0 0 0 16 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 90866262 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1713608 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 90867327 1754734592 389309 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 953.17
Current children cumulated vsize (Kb) 1713608

[startup+950.674 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 21794
/proc/meminfo: memFree=15080/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1714124 CPUtime=963.18
/proc/21774/stat : 21774 (java) S 21772 21774 21728 0 -1 0 445281 0 1 0 96099 219 0 0 17 0 14 0 90866246 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428531 389317 1915 14 0 415278 0
[pid=21774/tid=21775] ppid=21772 vsize=1714124 CPUtime=11.75
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 206433 0 0 0 1078 97 0 0 17 0 14 0 90866256 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1714124 CPUtime=11.72
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 194168 0 0 0 1079 93 0 0 17 0 14 0 90866256 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1714124 CPUtime=294.87
/proc/21774/task/21777/stat : 21777 (java) R 21772 21774 21728 0 -1 64 1103 0 0 0 29485 2 0 0 25 0 14 0 90866258 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938867 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 90866259 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 90866259 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1714124 CPUtime=0.96
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 96 0 0 0 17 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1714124 CPUtime=0.87
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 87 0 0 0 16 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 39 0 0 0 0 0 0 0 15 0 14 0 90867327 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21794] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21794/stat : 21794 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 90961047 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 963.18
Current children cumulated vsize (Kb) 1714124

[startup+960.682 s]
/proc/loadavg: 1.00 1.00 0.96 2/77 21794
/proc/meminfo: memFree=15080/2055920 swapFree=4183836/4192956
[pid=21774] ppid=21772 vsize=1714124 CPUtime=973.18
/proc/21774/stat : 21774 (java) S 21772 21774 21728 0 -1 0 445283 0 1 0 97099 219 0 0 17 0 14 0 90866246 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 428531 389317 1915 14 0 415278 0
[pid=21774/tid=21775] ppid=21772 vsize=1714124 CPUtime=11.75
/proc/21774/task/21775/stat : 21775 (java) S 21772 21774 21728 0 -1 64 206433 0 0 0 1078 97 0 0 17 0 14 0 90866256 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21776] ppid=21772 vsize=1714124 CPUtime=11.72
/proc/21774/task/21776/stat : 21776 (java) S 21772 21774 21728 0 -1 64 194168 0 0 0 1079 93 0 0 17 0 14 0 90866256 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21777] ppid=21772 vsize=1714124 CPUtime=304.88
/proc/21774/task/21777/stat : 21777 (java) R 21772 21774 21728 0 -1 64 1103 0 0 0 30486 2 0 0 25 0 14 0 90866258 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154940053 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21778] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21778/stat : 21778 (java) S 21772 21774 21728 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 90866259 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21779] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21779/stat : 21779 (java) S 21772 21774 21728 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 90866259 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21780] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21780/stat : 21780 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21781] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21781/stat : 21781 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21782] ppid=21772 vsize=1714124 CPUtime=0.96
/proc/21774/task/21782/stat : 21782 (java) S 21772 21774 21728 0 -1 64 1469 0 0 0 96 0 0 0 17 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21783] ppid=21772 vsize=1714124 CPUtime=0.87
/proc/21774/task/21783/stat : 21783 (java) S 21772 21774 21728 0 -1 64 1158 0 0 0 87 0 0 0 16 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21784] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21784/stat : 21784 (java) S 21772 21774 21728 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21785] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21785/stat : 21785 (java) S 21772 21774 21728 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 90866262 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21774/tid=21793] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21793/stat : 21793 (java) S 21772 21774 21728 0 -1 64 40 0 0 0 0 0 0 0 16 0 14 0 90867327 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21774/tid=21794] ppid=21772 vsize=1714124 CPUtime=0
/proc/21774/task/21794/stat : 21794 (java) S 21772 21774 21728 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 90961047 1755262976 389317 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 973.18
Current children cumulated vsize (Kb) 1714124

Child status: 1
Real time (s): 962.013
CPU time (s): 974.485
CPU user time (s): 972.069
CPU system time (s): 2.41563
CPU usage (%): 101.296
Max. virtual memory (cumulated for all children) (Kb): 1714124

Launcher Data (download as text)

Begin job on node22 on Sat Jun  3 00:25:19 UTC 2006


FILE ID= 44503-1149294319

PBS_JOBID= 307016

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node22/44503-1149294319/instance-44503-1149294319.opb 969853235
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-44503-1149294319 -o ROOT/results/node22/solver-44503-1149294319 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node22/44503-1149294319/instance-44503-1149294319.opb 969853235

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  4c9dc9cf5c24873d3237c90ee1682632

RANDOM SEED= 969853235


/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.261
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.261
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:       1562024 kB
Buffers:         33556 kB
Cached:         387308 kB
SwapCached:       3184 kB
Active:          33800 kB
Inactive:       395796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562024 kB
SwapTotal:     4192956 kB
SwapFree:      4183836 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14960 kB
Slab:            50384 kB
Committed_AS:   264672 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Sat Jun  3 00:41:21 UTC 2006