Trace number 44510

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) 1655.65 1642.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
MD5SUM05ceccb8ea9c274c844c39df1472d3cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.45
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints59186
Number of constraints which are clauses59186
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node84/44510-1149296200/instance-44510-1149296200.opb
0.20	c reading problem ... 
2.80	c ... done. Time 2.602 ms.
2.80	c #vars     945
2.80	c #constraints  59186
2.83	c SATISFIABLE
2.83	c OPTIMIZING...
2.83	c Got one! Ellapsed CPU time (in seconds):2.626
2.84	o 0
2.87	c Got one! Ellapsed CPU time (in seconds):2.666
2.87	o -1
3.10	c Got one! Ellapsed CPU time (in seconds):2.899
3.10	o -2
3.65	c Got one! Ellapsed CPU time (in seconds):3.452
3.65	o -34
69.55	c Got one! Ellapsed CPU time (in seconds):69.347
69.55	o -36
1627.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1631.91	c starts		: 26
1641.96	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/node84/watcher-44510-1149296200 -o ROOT/results/node84/solver-44510-1149296200 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node84/44510-1149296200/instance-44510-1149296200.opb 324600896 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.97 2/67 20412
/proc/meminfo: memFree=1572768/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=168 CPUtime=0
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 195259310 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 8106427 0 0 4096 0 0 0 0 17 1 0 0
/proc/20412/statm: 42 23 18 14 0 2 0

[startup+10.0029 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 20428
/proc/meminfo: memFree=1369984/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1712088 CPUtime=11.5
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 55584 0 1 0 1122 28 0 0 25 0 13 0 195259310 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071542867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20412/statm: 428022 52464 1911 14 0 414768 0
[pid=20412/tid=20413] ppid=20410 vsize=1712088 CPUtime=0.39
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 8601 0 0 0 35 4 0 0 18 0 13 0 195259314 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1712088 CPUtime=0.4
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 8406 0 0 0 36 4 0 0 17 0 13 0 195259314 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20415/stat : 20415 (java) S 20410 20412 20366 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 195259316 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1712088 CPUtime=0.75
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1211 0 0 0 75 0 0 0 16 0 13 0 195259320 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1712088 CPUtime=0.78
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 760 0 0 0 78 0 0 0 16 0 13 0 195259320 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20428] ppid=20410 vsize=1712088 CPUtime=0
/proc/20412/task/20428/stat : 20428 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 195259676 1753178112 52464 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (Kb) 1712088

[startup+20.01 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 20428
/proc/meminfo: memFree=1284864/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=22.18
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 81199 0 1 0 2178 40 0 0 25 0 13 0 195259310 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071581673 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20412/statm: 427958 73720 1911 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=1.08
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 22621 0 0 0 97 11 0 0 16 0 13 0 195259314 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=1.08
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 19990 0 0 0 99 9 0 0 16 0 13 0 195259314 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20415/stat : 20415 (java) S 20410 20412 20366 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 195259316 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.75
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1211 0 0 0 75 0 0 0 17 0 13 0 195259320 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.78
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 760 0 0 0 78 0 0 0 17 0 13 0 195259320 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20428] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20428/stat : 20428 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 195259676 1752915968 73720 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (Kb) 1711832

[startup+30.017 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 20428
/proc/meminfo: memFree=1245440/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=32.51
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 92902 0 1 0 3206 45 0 0 25 0 13 0 195259310 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071581666 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20412/statm: 427958 83562 1911 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=1.37
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 28824 0 0 0 124 13 0 0 16 0 13 0 195259314 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=1.38
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 25477 0 0 0 126 12 0 0 16 0 13 0 195259314 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20415/stat : 20415 (java) S 20410 20412 20366 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 195259316 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.79
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 79 0 0 0 17 0 13 0 195259320 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.78
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 760 0 0 0 78 0 0 0 17 0 13 0 195259320 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20428] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20428/stat : 20428 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 195259676 1752915968 83562 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.51
Current children cumulated vsize (Kb) 1711832

[startup+40.0231 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 20428
/proc/meminfo: memFree=1208384/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=42.77
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 103349 0 1 0 4227 50 0 0 25 0 13 0 195259310 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071541165 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20412/statm: 427958 92831 1911 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=1.63
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 35011 0 0 0 147 16 0 0 16 0 13 0 195259314 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=1.63
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 29731 0 0 0 149 14 0 0 17 0 13 0 195259314 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20415/stat : 20415 (java) S 20410 20412 20366 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 195259316 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.79
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 79 0 0 0 17 0 13 0 195259320 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.78
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 760 0 0 0 78 0 0 0 17 0 13 0 195259320 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20428] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20428/stat : 20428 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259676 1752915968 92831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.77
Current children cumulated vsize (Kb) 1711832

[startup+50.0302 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 20428
/proc/meminfo: memFree=1175168/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=53.01
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 112765 0 1 0 5247 54 0 0 25 0 13 0 195259310 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071541224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20412/statm: 427958 101116 1911 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=1.87
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 39916 0 0 0 169 18 0 0 16 0 13 0 195259314 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=1.87
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 34238 0 0 0 171 16 0 0 16 0 13 0 195259314 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20415/stat : 20415 (java) S 20410 20412 20366 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 195259316 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.79
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 79 0 0 0 17 0 13 0 195259320 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.78
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 760 0 0 0 78 0 0 0 16 0 13 0 195259320 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20428] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20428/stat : 20428 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259676 1752915968 101116 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.01
Current children cumulated vsize (Kb) 1711832

[startup+60.0373 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 20428
/proc/meminfo: memFree=1139264/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=63.28
/proc/20412/stat : 20412 (java) R 20410 20412 20366 0 -1 0 122851 0 1 0 6268 60 0 0 25 0 13 0 195259310 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071541252 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20412/statm: 427958 110075 1911 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=2.13
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 45114 0 0 0 192 21 0 0 17 0 13 0 195259314 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=2.12
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 39121 0 0 0 194 18 0 0 16 0 13 0 195259314 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20415/stat : 20415 (java) S 20410 20412 20366 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 195259316 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 110075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 190986 0 0 0 1215 92 0 0 16 0 13 0 195259314 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=506.41
/proc/20412/task/20415/stat : 20415 (java) R 20410 20412 20366 0 -1 64 1453 0 0 0 50638 3 0 0 25 0 13 0 195259316 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152725205 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 82 0 0 0 17 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 763 0 0 0 82 0 0 0 16 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20429] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20429/stat : 20429 (java) S 20410 20412 20366 0 -1 64 75 0 0 0 0 0 0 0 16 0 13 0 195266266 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.59
Current children cumulated vsize (Kb) 1711832

[startup+1601.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20624
/proc/meminfo: memFree=19384/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=1614.59
/proc/20412/stat : 20412 (java) S 20410 20412 20366 0 -1 0 439338 0 1 0 161247 212 0 0 18 0 13 0 195259310 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20412/statm: 427958 389269 1913 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 208026 0 0 0 1211 96 0 0 16 0 13 0 195259314 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 190986 0 0 0 1215 92 0 0 16 0 13 0 195259314 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=516.05
/proc/20412/task/20415/stat : 20415 (java) R 20410 20412 20366 0 -1 64 1453 0 0 0 51602 3 0 0 18 0 13 0 195259316 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152712155 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 82 0 0 0 17 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 763 0 0 0 82 0 0 0 16 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20429] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20429/stat : 20429 (java) S 20410 20412 20366 0 -1 64 77 0 0 0 0 0 0 0 16 0 13 0 195266266 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.59
Current children cumulated vsize (Kb) 1711832

[startup+1611.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20624
/proc/meminfo: memFree=19384/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=1624.59
/proc/20412/stat : 20412 (java) S 20410 20412 20366 0 -1 0 439340 0 1 0 162247 212 0 0 17 0 13 0 195259310 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20412/statm: 427958 389269 1913 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 208026 0 0 0 1211 96 0 0 16 0 13 0 195259314 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 190986 0 0 0 1215 92 0 0 16 0 13 0 195259314 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=525.61
/proc/20412/task/20415/stat : 20415 (java) R 20410 20412 20366 0 -1 64 1453 0 0 0 52558 3 0 0 18 0 13 0 195259316 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154638262 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 82 0 0 0 17 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 763 0 0 0 82 0 0 0 16 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20429] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20429/stat : 20429 (java) S 20410 20412 20366 0 -1 64 78 0 0 0 0 0 0 0 16 0 13 0 195266266 1752915968 389269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1624.59
Current children cumulated vsize (Kb) 1711832

[startup+1621.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20624
/proc/meminfo: memFree=19000/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1712336 CPUtime=1634.59
/proc/20412/stat : 20412 (java) S 20410 20412 20366 0 -1 0 439445 0 1 0 163247 212 0 0 17 0 13 0 195259310 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20412/statm: 428084 389372 1913 14 0 414830 0
[pid=20412/tid=20413] ppid=20410 vsize=1712336 CPUtime=13.07
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 208026 0 0 0 1211 96 0 0 16 0 13 0 195259314 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1712336 CPUtime=13.07
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 190986 0 0 0 1215 92 0 0 16 0 13 0 195259314 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1712336 CPUtime=535.48
/proc/20412/task/20415/stat : 20415 (java) R 20410 20412 20366 0 -1 64 1556 0 0 0 53545 3 0 0 25 0 13 0 195259316 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154934404 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195259317 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195259317 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195259320 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195259320 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1712336 CPUtime=0.82
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 82 0 0 0 17 0 13 0 195259320 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1712336 CPUtime=0.82
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 763 0 0 0 82 0 0 0 16 0 13 0 195259320 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195259320 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195259320 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20429] ppid=20410 vsize=1712336 CPUtime=0
/proc/20412/task/20429/stat : 20429 (java) S 20410 20412 20366 0 -1 64 79 0 0 0 0 0 0 0 16 0 13 0 195266266 1753432064 389372 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1634.59
Current children cumulated vsize (Kb) 1712336

[startup+1631.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 20625
/proc/meminfo: memFree=19376/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=1644.59
/proc/20412/stat : 20412 (java) S 20410 20412 20366 0 -1 0 439451 0 1 0 164247 212 0 0 17 0 14 0 195259310 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20412/statm: 427958 389272 1915 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 208026 0 0 0 1211 96 0 0 16 0 14 0 195259314 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 190986 0 0 0 1215 92 0 0 16 0 14 0 195259314 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=545.15
/proc/20412/task/20415/stat : 20415 (java) R 20410 20412 20366 0 -1 64 1557 0 0 0 54512 3 0 0 22 0 14 0 195259316 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4155449065 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 195259317 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 195259317 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 82 0 0 0 17 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 763 0 0 0 82 0 0 0 16 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20429] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20429/stat : 20429 (java) S 20410 20412 20366 0 -1 64 80 0 0 0 0 0 0 0 15 0 14 0 195266266 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20625] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20625/stat : 20625 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 17 0 14 0 195422083 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.59
Current children cumulated vsize (Kb) 1711832

[startup+1641.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 20625
/proc/meminfo: memFree=19376/2055892 swapFree=4085292/4096564
[pid=20412] ppid=20410 vsize=1711832 CPUtime=1654.59
/proc/20412/stat : 20412 (java) S 20410 20412 20366 0 -1 0 439453 0 1 0 165247 212 0 0 17 0 14 0 195259310 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20412/statm: 427958 389272 1915 14 0 414704 0
[pid=20412/tid=20413] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20413/stat : 20413 (java) S 20410 20412 20366 0 -1 64 208026 0 0 0 1211 96 0 0 16 0 14 0 195259314 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20414] ppid=20410 vsize=1711832 CPUtime=13.07
/proc/20412/task/20414/stat : 20414 (java) S 20410 20412 20366 0 -1 64 190986 0 0 0 1215 92 0 0 16 0 14 0 195259314 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20415] ppid=20410 vsize=1711832 CPUtime=555.14
/proc/20412/task/20415/stat : 20415 (java) R 20410 20412 20366 0 -1 64 1557 0 0 0 55511 3 0 0 25 0 14 0 195259316 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154935821 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20416] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20416/stat : 20416 (java) S 20410 20412 20366 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 195259317 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20417] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20417/stat : 20417 (java) S 20410 20412 20366 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 195259317 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20418] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20418/stat : 20418 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20419] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20419/stat : 20419 (java) S 20410 20412 20366 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20420] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20420/stat : 20420 (java) S 20410 20412 20366 0 -1 64 1217 0 0 0 82 0 0 0 17 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20421] ppid=20410 vsize=1711832 CPUtime=0.82
/proc/20412/task/20421/stat : 20421 (java) S 20410 20412 20366 0 -1 64 763 0 0 0 82 0 0 0 16 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20422] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20422/stat : 20422 (java) S 20410 20412 20366 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20412/tid=20423] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20423/stat : 20423 (java) S 20410 20412 20366 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 195259320 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20429] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20429/stat : 20429 (java) S 20410 20412 20366 0 -1 64 81 0 0 0 0 0 0 0 16 0 14 0 195266266 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20412/tid=20625] ppid=20410 vsize=1711832 CPUtime=0
/proc/20412/task/20625/stat : 20625 (java) S 20410 20412 20366 0 -1 64 0 0 0 0 0 0 0 0 16 0 14 0 195422083 1752915968 389272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.59
Current children cumulated vsize (Kb) 1711832

Child status: 1
Real time (s): 1642.21
CPU time (s): 1655.65
CPU user time (s): 1653.3
CPU system time (s): 2.34764
CPU usage (%): 100.819
Max. virtual memory (cumulated for all children) (Kb): 1712336

Launcher Data (download as text)

Begin job on node84 on Sat Jun  3 00:56:40 UTC 2006


FILE ID= 44510-1149296200

PBS_JOBID= 307110

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node84/44510-1149296200/instance-44510-1149296200.opb 324600896
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node84/watcher-44510-1149296200 -o ROOT/results/node84/solver-44510-1149296200 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node84/44510-1149296200/instance-44510-1149296200.opb 324600896

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  05ceccb8ea9c274c844c39df1472d3cc

RANDOM SEED= 324600896


/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.231
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	: 6006.15
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.231
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	: 5999.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1573040 kB
Buffers:         31036 kB
Cached:         382060 kB
SwapCached:       2520 kB
Active:          34520 kB
Inactive:       387208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1573040 kB
SwapTotal:     4096564 kB
SwapFree:      4085292 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          16424 kB
Slab:            47888 kB
Committed_AS:   357544 kB
PageTables:       1272 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node84 on Sat Jun  3 01:24:02 UTC 2006