Trace number 2662114

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.24 912.031

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c ManyCore solver with 2 solvers running in parallel
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	
0.21/0.23	c solving HOME/instance-2662114-1276337649.opb
0.21/0.23	c reading problem ... 
5.14/4.02	c ... done. Wall clock time 3.799s.
5.14/4.02	c #vars     62704
5.14/4.02	c #constraints  187107
5.14/4.02	c constraints type 
5.14/4.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
5.14/4.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
5.14/4.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
5.14/4.02	c constraints type 
5.14/4.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
5.14/4.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
5.14/4.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
81.80/42.77	c cleaning 2496 clauses out of 4996 with flag 5002/5002
188.90/96.98	c cleaning 4242 clauses out of 8494 with flag 11002/11002
330.89/168.78	c cleaning 5620 clauses out of 11247 with flag 18001/18001
485.53/246.95	c cleaning 6809 clauses out of 13627 with flag 26001/26001
598.98/304.43	c cleaning 0 clauses out of 5000 with flag 0/5003
680.16/345.69	c cleaning 7898 clauses out of 15814 with flag 35000/35000
892.08/452.70	c cleaning 8952 clauses out of 17915 with flag 45000/45000
1128.93/572.43	c cleaning 9971 clauses out of 19962 with flag 56001/56001
1393.49/706.28	c cleaning 10991 clauses out of 21988 with flag 68000/68000
1684.07/853.17	c cleaning 11995 clauses out of 23996 with flag 81000/81000
1800.05/911.93	c starts		: 78
1800.05/911.93	c conflicts		: 86351
1800.05/911.93	c decisions		: 141540
1800.05/911.93	c propagations		: 662250050
1800.05/911.93	c inspects		: 1914086831
1800.05/911.93	c learnt literals	: 25
1800.05/911.93	c learnt binary clauses	: 101
1800.05/911.93	c learnt ternary clauses	: 130
1800.05/911.93	c learnt clauses	: 86326
1800.05/911.93	c ignored clauses	: 0
1800.05/911.93	c root simplifications	: 0
1800.05/911.93	c removed literals (reason simplification)	: 10305625
1800.05/911.93	c reason swapping (by a shorter reason)	: 0
1800.05/911.93	c Calls to reduceDB	: 9
1800.05/911.93	c number of reductions to clauses (during analyze)	: 0
1800.05/911.93	c number of learned constraints concerned by reduction	: 0
1800.05/911.93	c number of learning phase by resolution	: 0
1800.05/911.93	c number of learning phase by cutting planes	: 0
1800.05/911.93	c speed (assignments/second)	: 729428.2600363034
1800.05/911.93	c non guided choices	2208
1800.05/911.96	c learnt constraints type 
1800.05/911.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17253
1800.05/911.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101
1800.05/911.96	c constraints type 
1800.05/911.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.05/911.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.05/911.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.05/911.96	c constraints type 
1800.05/911.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1800.05/911.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1800.05/911.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.05/911.97	s UNKNOWN
1800.05/911.97	c Total wall clock time (in seconds): 911.743

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662114-1276337649/watcher-2662114-1276337649 -o /tmp/evaluation-result-2662114-1276337649/solver-2662114-1276337649 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662114-1276337649.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 1/107 10293
/proc/meminfo: memFree=1738696/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=2028 CPUtime=0
/proc/10293/stat : 10293 (java6) R 10291 10293 10268 0 -1 4194304 209 0 0 0 0 0 0 0 21 0 1 0 7420663 2076672 114 1992294400 134512640 134550932 4286720800 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10293/statm: 458 119 90 10 0 63 0

[startup+0.071345 s]
/proc/loadavg: 0.92 0.98 0.99 1/107 10293
/proc/meminfo: memFree=1738696/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1521796 CPUtime=0.05
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 3703 0 1 0 4 1 0 0 15 0 7 0 7420663 1558319104 3145 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 380449 3145 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100344 s]
/proc/loadavg: 0.92 0.98 0.99 1/107 10293
/proc/meminfo: memFree=1738696/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1524180 CPUtime=0.08
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 7420663 1560760320 3388 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300338 s]
/proc/loadavg: 0.92 0.98 0.99 1/107 10293
/proc/meminfo: memFree=1738696/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1526376 CPUtime=0.34
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 6066 0 1 0 32 2 0 0 15 0 12 0 7420663 1563009024 5504 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 381594 5504 1358 10 0 378897 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526376

[startup+0.700327 s]
/proc/loadavg: 0.92 0.98 0.99 1/107 10293
/proc/meminfo: memFree=1738696/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1528176 CPUtime=1.09
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 8023 0 1 0 106 3 0 0 15 0 12 0 7420663 1564852224 7381 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 382044 7381 1400 10 0 379347 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528176

[startup+1.50031 s]
/proc/loadavg: 0.92 0.98 0.99 5/119 10305
/proc/meminfo: memFree=1703448/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1534540 CPUtime=2.23
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 23497 0 1 0 213 10 0 0 15 0 12 0 7420663 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 383635 22169 1406 10 0 380938 0
[pid=10293/tid=10295] ppid=10291 vsize=1534540 CPUtime=1.26
/proc/10293/task/10295/stat : 10295 (java) R 10291 10293 10268 0 -1 4202560 19010 0 1 0 118 8 0 0 25 0 12 0 7420665 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4109019222 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 7420666 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7420666 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7420668 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 7420668 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 7420668 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7420673 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1534540 CPUtime=0.26
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 1034 0 0 0 26 0 0 0 16 0 12 0 7420673 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1534540 CPUtime=0.69
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 2388 0 0 0 68 1 0 0 16 0 12 0 7420673 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7420673 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7420673 1571368960 22169 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1534540

[startup+3.10126 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 10305
/proc/meminfo: memFree=1588500/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1534540 CPUtime=4.03
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 46649 0 1 0 382 21 0 0 15 0 12 0 7420663 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 383635 45064 1416 10 0 380938 0
[pid=10293/tid=10295] ppid=10291 vsize=1534540 CPUtime=2.64
/proc/10293/task/10295/stat : 10295 (java) R 10291 10293 10268 0 -1 4202560 32034 0 1 0 250 14 0 0 25 0 12 0 7420665 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4109204862 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1534540 CPUtime=0.2
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 5293 0 0 0 18 2 0 0 16 0 12 0 7420666 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1534540 CPUtime=0.2
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 4825 0 0 0 18 2 0 0 16 0 12 0 7420666 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 7420668 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7420668 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7420668 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7420673 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1534540 CPUtime=0.26
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 1034 0 0 0 26 0 0 0 16 0 12 0 7420673 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1534540 CPUtime=0.69
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 2388 0 0 0 68 1 0 0 16 0 12 0 7420673 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7420673 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1534540 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7420673 1571368960 45064 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 1534540

[startup+6.30207 s]
/proc/loadavg: 0.93 0.98 0.99 3/123 10309
/proc/meminfo: memFree=1545316/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1535836 CPUtime=9.69
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 53645 0 1 0 943 26 0 0 15 0 16 0 7420663 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 383959 50980 1436 10 0 381262 0
[pid=10293/tid=10295] ppid=10291 vsize=1535836 CPUtime=3.37
/proc/10293/task/10295/stat : 10295 (java) S 10291 10293 10268 0 -1 4202560 32061 0 1 0 323 14 0 0 18 0 16 0 7420665 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1535836 CPUtime=0.46
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 8927 0 0 0 42 4 0 0 16 0 16 0 7420666 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1535836 CPUtime=0.46
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 7226 0 0 0 42 4 0 0 16 0 16 0 7420666 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 7420668 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7420668 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7420668 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7420673 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1535836 CPUtime=1.14
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 1188 0 0 0 114 0 0 0 15 0 16 0 7420673 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1535836 CPUtime=1.71
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 3113 0 0 0 170 1 0 0 15 0 16 0 7420673 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7420673 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7420673 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10306] ppid=10291 vsize=1535836 CPUtime=1.15
/proc/10293/task/10306/stat : 10306 (java) R 10291 10293 10268 0 -1 4202560 12 0 0 0 115 0 0 0 22 0 16 0 7421066 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4109584409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=1535836 CPUtime=1.32
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4202560 35 0 0 0 132 0 0 0 25 0 16 0 7421066 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4108995296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10308] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10308/stat : 10308 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7421073 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10309] ppid=10291 vsize=1535836 CPUtime=0
/proc/10293/task/10309/stat : 10309 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7421076 1572696064 50980 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 1535836

[startup+12.7026 s]
/proc/loadavg: 1.09 1.02 1.01 3/123 10309
/proc/meminfo: memFree=1513944/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1541780 CPUtime=22.34
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 63654 0 1 0 2202 32 0 0 15 0 16 0 7420663 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 385445 57716 1441 10 0 382748 0
[pid=10293/tid=10295] ppid=10291 vsize=1541780 CPUtime=3.37
/proc/10293/task/10295/stat : 10295 (java) S 10291 10293 10268 0 -1 4202560 32062 0 1 0 323 14 0 0 18 0 16 0 7420665 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1541780 CPUtime=0.85
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 11566 0 0 0 79 6 0 0 16 0 16 0 7420666 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1541780 CPUtime=0.88
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 10297 0 0 0 83 5 0 0 16 0 16 0 7420666 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 7420668 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7420668 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7420668 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7420673 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1541780 CPUtime=2.08
/proc/10293/task/10302/stat : 10302 (java) R 10291 10293 10268 0 -1 4202560 5472 0 0 0 206 2 0 0 16 0 16 0 7420673 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 106257838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1541780 CPUtime=1.75
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 3115 0 0 0 174 1 0 0 15 0 16 0 7420673 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7420673 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7420673 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10306] ppid=10291 vsize=1541780 CPUtime=6.92
/proc/10293/task/10306/stat : 10306 (java) R 10291 10293 10268 0 -1 4202560 12 0 0 0 692 0 0 0 25 0 16 0 7421066 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4109583660 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=1541780 CPUtime=6.41
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4202560 47 0 0 0 641 0 0 0 25 0 16 0 7421066 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10308] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10308/stat : 10308 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7421073 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10309] ppid=10291 vsize=1541780 CPUtime=0
/proc/10293/task/10309/stat : 10309 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7421076 1578782720 57716 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 1541780

[startup+25.5016 s]
/proc/loadavg: 1.23 1.05 1.02 3/123 10309
/proc/meminfo: memFree=1505388/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1541980 CPUtime=47.7
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 66585 0 1 0 4736 34 0 0 15 0 16 0 7420663 1578987520 59419 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10293/statm: 386516 81565 1450 10 0 383819 0
[pid=10293/tid=10295] ppid=10291 vsize=1546064 CPUtime=3.37
/proc/10293/task/10295/stat : 10295 (java) S 10291 10293 10268 0 -1 4202560 32072 0 1 0 323 14 0 0 15 0 16 0 7420665 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1546064 CPUtime=10.38
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 22265 0 0 0 1017 21 0 0 16 0 16 0 7420666 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1546064 CPUtime=10.38
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 22828 0 0 0 1013 25 0 0 16 0 16 0 7420666 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1546064 CPUtime=4.37
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 10757 0 0 0 430 7 0 0 15 0 16 0 7420668 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7420673 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1546064 CPUtime=2.57
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 6767 0 0 0 255 2 0 0 15 0 16 0 7420673 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1546064 CPUtime=2.28
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 5088 0 0 0 226 2 0 0 16 0 16 0 7420673 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7420673 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 7420673 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10306] ppid=10291 vsize=1546064 CPUtime=734.05
/proc/10293/task/10306/stat : 10306 (java) R 10291 10293 10268 0 -1 4202560 189 0 0 0 73401 4 0 0 25 0 16 0 7421066 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4109584409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=1546064 CPUtime=736.64
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4202560 236 0 0 0 73658 6 0 0 25 0 16 0 7421066 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4109664440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10308] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10308/stat : 10308 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7421073 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10309] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10309/stat : 10309 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7421076 1583169536 81565 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1504.13
Current children cumulated vsize (KiB) 1546064

[startup+822.302 s]
/proc/loadavg: 2.16 2.02 1.61 3/123 10331
/proc/meminfo: memFree=1412140/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1546064 CPUtime=1623.03
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 102272 0 1 0 162214 89 0 0 15 0 16 0 7420663 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 386516 82475 1450 10 0 383819 0
[pid=10293/tid=10295] ppid=10291 vsize=1546064 CPUtime=3.37
/proc/10293/task/10295/stat : 10295 (java) S 10291 10293 10268 0 -1 4202560 32072 0 1 0 323 14 0 0 15 0 16 0 7420665 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1546064 CPUtime=11.17
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 22583 0 0 0 1096 21 0 0 16 0 16 0 7420666 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1546064 CPUtime=11.17
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 23434 0 0 0 1091 26 0 0 15 0 16 0 7420666 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1546064 CPUtime=4.38
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 10761 0 0 0 431 7 0 0 15 0 16 0 7420668 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7420673 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1546064 CPUtime=2.57
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 6767 0 0 0 255 2 0 0 15 0 16 0 7420673 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1546064 CPUtime=2.28
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 5088 0 0 0 226 2 0 0 16 0 16 0 7420673 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7420673 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 7420673 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10306] ppid=10291 vsize=1546064 CPUtime=792.28
/proc/10293/task/10306/stat : 10306 (java) R 10291 10293 10268 0 -1 4202560 201 0 0 0 79224 4 0 0 25 0 16 0 7421066 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4109606342 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=1546064 CPUtime=795.7
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4202560 248 0 0 0 79564 6 0 0 25 0 16 0 7421066 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4109664126 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10308] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10308/stat : 10308 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7421073 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10309] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10309/stat : 10309 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7421076 1583169536 82475 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1623.03
Current children cumulated vsize (KiB) 1546064

[startup+882.301 s]
/proc/loadavg: 2.06 2.01 1.63 3/123 10333
/proc/meminfo: memFree=1408544/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1546064 CPUtime=1741.37
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 104448 0 1 0 174045 92 0 0 15 0 16 0 7420663 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 386516 83316 1450 10 0 383819 0
[pid=10293/tid=10295] ppid=10291 vsize=1546064 CPUtime=3.37
/proc/10293/task/10295/stat : 10295 (java) S 10291 10293 10268 0 -1 4202560 32072 0 1 0 323 14 0 0 15 0 16 0 7420665 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1546064 CPUtime=11.93
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 23138 0 0 0 1171 22 0 0 16 0 16 0 7420666 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1546064 CPUtime=11.92
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 23737 0 0 0 1166 26 0 0 15 0 16 0 7420666 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1546064 CPUtime=4.97
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 12047 0 0 0 489 8 0 0 15 0 16 0 7420668 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7420673 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1546064 CPUtime=2.57
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 6767 0 0 0 255 2 0 0 15 0 16 0 7420673 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1546064 CPUtime=2.28
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 5088 0 0 0 226 2 0 0 16 0 16 0 7420673 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7420673 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 7420673 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10306] ppid=10291 vsize=1546064 CPUtime=850.63
/proc/10293/task/10306/stat : 10306 (java) R 10291 10293 10268 0 -1 4202560 215 0 0 0 85058 5 0 0 25 0 16 0 7421066 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4109584576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=1546064 CPUtime=853.6
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4202560 262 0 0 0 85353 7 0 0 25 0 16 0 7421066 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4109664052 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10308] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10308/stat : 10308 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7421073 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10309] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10309/stat : 10309 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7421076 1583169536 83316 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1741.37
Current children cumulated vsize (KiB) 1546064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.91 s]
/proc/loadavg: 2.09 2.02 1.65 3/123 10333
/proc/meminfo: memFree=1403212/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=1546064 CPUtime=1800.05
/proc/10293/stat : 10293 (java) S 10291 10293 10268 0 -1 4202496 105824 0 1 0 179912 93 0 0 15 0 16 0 7420663 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 386516 84628 1450 10 0 383819 0
[pid=10293/tid=10295] ppid=10291 vsize=1546064 CPUtime=3.37
/proc/10293/task/10295/stat : 10295 (java) S 10291 10293 10268 0 -1 4202560 32072 0 1 0 323 14 0 0 15 0 16 0 7420665 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10296] ppid=10291 vsize=1546064 CPUtime=12.38
/proc/10293/task/10296/stat : 10296 (java) S 10291 10293 10268 0 -1 4202560 23854 0 0 0 1215 23 0 0 15 0 16 0 7420666 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10297] ppid=10291 vsize=1546064 CPUtime=12.37
/proc/10293/task/10297/stat : 10297 (java) S 10291 10293 10268 0 -1 4202560 24382 0 0 0 1210 27 0 0 16 0 16 0 7420666 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10298] ppid=10291 vsize=1546064 CPUtime=4.97
/proc/10293/task/10298/stat : 10298 (java) S 10291 10293 10268 0 -1 4202560 12047 0 0 0 489 8 0 0 15 0 16 0 7420668 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10299] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10299/stat : 10299 (java) S 10291 10293 10268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10300] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10300/stat : 10300 (java) S 10291 10293 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7420668 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10301] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10301/stat : 10301 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7420673 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10302] ppid=10291 vsize=1546064 CPUtime=2.57
/proc/10293/task/10302/stat : 10302 (java) S 10291 10293 10268 0 -1 4202560 6767 0 0 0 255 2 0 0 15 0 16 0 7420673 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10303] ppid=10291 vsize=1546064 CPUtime=2.28
/proc/10293/task/10303/stat : 10303 (java) S 10291 10293 10268 0 -1 4202560 5088 0 0 0 226 2 0 0 16 0 16 0 7420673 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
[pid=10293/tid=10304] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10304/stat : 10304 (java) S 10291 10293 10268 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7420673 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10305] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10305/stat : 10305 (java) S 10291 10293 10268 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 7420673 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10306] ppid=10291 vsize=1546064 CPUtime=879.27
/proc/10293/task/10306/stat : 10306 (java) R 10291 10293 10268 0 -1 4202560 221 0 0 0 87922 5 0 0 25 0 16 0 7421066 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4109533480 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=1546064 CPUtime=882.75
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4202560 271 0 0 0 88268 7 0 0 25 0 16 0 7421066 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4109747134 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10293/tid=10308] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10308/stat : 10308 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7421073 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 0 0 0 0
[pid=10293/tid=10309] ppid=10291 vsize=1546064 CPUtime=0
/proc/10293/task/10309/stat : 10309 (java) S 10291 10293 10268 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7421076 1583169536 84628 1992294400 134512640 134550932 4288601424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837144448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1546064

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

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

[startup+912.016 s]
/proc/loadavg: 2.09 2.02 1.65 3/123 10333
/proc/meminfo: memFree=1403212/2059040 swapFree=4192956/4192956
[pid=10293] ppid=10291 vsize=0 CPUtime=1800.22
/proc/10293/stat : 10293 (java) Z 10291 10293 10268 0 -1 4203548 105847 0 1 0 179926 96 0 0 15 0 2 0 7420663 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10293/statm: 0 0 0 0 0 0 0
[pid=10293/tid=10307] ppid=10291 vsize=0 CPUtime=882.81
/proc/10293/task/10307/stat : 10307 (java) R 10291 10293 10268 0 -1 4203588 271 0 0 0 88272 9 0 0 25 0 2 0 7421066 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.031
CPU time (s): 1800.24
CPU user time (s): 1799.27
CPU system time (s): 0.974851
CPU usage (%): 197.388
Max. virtual memory (cumulated for all children) (KiB): 1552216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.974851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105847
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24771
involuntary context switches= 51278

runsolver used 4.46932 second user time and 10.8044 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 12:14:09
IDJOB=2662114
IDBENCH=1479
IDSOLVER=1166
FILE ID=node025/2662114-1276337649
PBS_JOBID= 11173184
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662114-1276337649/watcher-2662114-1276337649 -o /tmp/evaluation-result-2662114-1276337649/solver-2662114-1276337649 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662114-1276337649.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1338389423

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1738968 kB
Buffers:         44292 kB
Cached:         135972 kB
SwapCached:          0 kB
Active:         127408 kB
Inactive:       111996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1738968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5944 kB
Writeback:           0 kB
AnonPages:       59156 kB
Mapped:          15388 kB
Slab:            58672 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62536 MiB
End job on node025 at 2010-06-12 12:29:23