Trace number 2662196

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.32 917.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
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.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662196-1276563955.opb
0.24/0.21	c reading problem ... 
3.30/1.99	c ... done. Wall clock time 1.781s.
3.30/1.99	c #vars     13898
3.30/1.99	c #constraints  6912
3.30/1.99	c constraints type 
3.30/2.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
3.30/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
3.30/2.00	c constraints type 
3.30/2.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
3.30/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
59.46/30.39	c cleaning 2500 clauses out of 5000 with flag 5000/5000
125.33/63.61	c cleaning 4245 clauses out of 8500 with flag 11000/11000
222.64/112.81	c cleaning 5609 clauses out of 11255 with flag 18000/18000
304.95/154.57	c cleaning 6817 clauses out of 13646 with flag 26000/26000
389.07/197.26	c cleaning 7902 clauses out of 15830 with flag 35001/35001
486.94/246.89	c cleaning 8955 clauses out of 17927 with flag 45000/45000
579.25/293.64	c cleaning 9471 clauses out of 18972 with flag 55000/55000
654.39/331.81	c cleaning 9737 clauses out of 19502 with flag 65001/65001
760.07/385.59	c cleaning 9880 clauses out of 19765 with flag 75001/75001
873.84/443.30	c cleaning 0 clauses out of 5000 with flag 0/5000
938.62/476.52	c cleaning 9933 clauses out of 19887 with flag 85003/85003
1001.71/509.06	c cleaning 9969 clauses out of 19952 with flag 95001/95001
1051.90/534.81	c cleaning 9980 clauses out of 19985 with flag 105003/105003
1110.84/564.96	c cleaning 10000 clauses out of 20005 with flag 115003/115003
1223.49/622.12	c cleaning 10002 clauses out of 20003 with flag 125001/125001
1331.47/677.08	c cleaning 9986 clauses out of 20001 with flag 135001/135001
1410.70/717.66	c cleaning 9989 clauses out of 20014 with flag 145000/145000
1456.51/741.23	c cleaning 9996 clauses out of 20025 with flag 155000/155000
1542.31/785.09	c cleaning 9998 clauses out of 20030 with flag 165001/165001
1630.79/830.28	c cleaning 10007 clauses out of 20031 with flag 175000/175000
1723.23/877.61	c cleaning 9994 clauses out of 20024 with flag 185000/185000
1787.48/910.64	c cleaning 10002 clauses out of 20032 with flag 195002/195002
1800.03/917.51	c starts		: 117
1800.03/917.51	c conflicts		: 197361
1800.03/917.51	c decisions		: 342254
1800.03/917.51	c propagations		: 21632046
1800.03/917.51	c inspects		: 130472982
1800.03/917.51	c learnt literals	: 0
1800.03/917.51	c learnt binary clauses	: 14
1800.03/917.51	c learnt ternary clauses	: 20
1800.03/917.51	c learnt clauses	: 197361
1800.03/917.51	c ignored clauses	: 0
1800.03/917.51	c root simplifications	: 0
1800.03/917.51	c removed literals (reason simplification)	: 5952121
1800.03/917.51	c reason swapping (by a shorter reason)	: 0
1800.03/917.51	c Calls to reduceDB	: 21
1800.03/917.51	c number of reductions to clauses (during analyze)	: 0
1800.03/917.51	c number of learned constraints concerned by reduction	: 0
1800.03/917.51	c number of learning phase by resolution	: 0
1800.03/917.51	c number of learning phase by cutting planes	: 0
1800.03/917.51	c speed (assignments/second)	: 23628.22973248995
1800.03/917.51	c non guided choices	10837
1800.03/917.58	c learnt constraints type 
1800.03/917.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12385
1800.03/917.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.03/917.58	c constraints type 
1800.03/917.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.03/917.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.03/917.58	c constraints type 
1800.03/917.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1800.03/917.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.03/917.58	s UNKNOWN
1800.03/917.59	c Total wall clock time (in seconds): 917.372

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-2662196-1276563955/watcher-2662196-1276563955 -o /tmp/evaluation-result-2662196-1276563955/solver-2662196-1276563955 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662196-1276563955.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: 1.30 1.78 1.59 3/106 32349
/proc/meminfo: memFree=1867252/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=248 CPUtime=0
/proc/32349/stat : 32349 (java) R 32347 32349 31555 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 31998963 253952 28 1992294400 134512640 134550932 4290903504 18446744073709551615 2474580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32349/statm: 62 28 21 10 0 23 0

[startup+0.044796 s]
/proc/loadavg: 1.30 1.78 1.59 3/106 32349
/proc/meminfo: memFree=1867252/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1520328 CPUtime=0.03
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 3404 0 1 0 1 2 0 0 18 0 4 0 31998963 1556815872 2846 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 380082 2846 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101807 s]
/proc/loadavg: 1.30 1.78 1.59 3/106 32349
/proc/meminfo: memFree=1867252/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1524180 CPUtime=0.08
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 31998963 1560760320 3402 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301844 s]
/proc/loadavg: 1.30 1.78 1.59 3/106 32349
/proc/meminfo: memFree=1867252/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1525780 CPUtime=0.37
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 5651 0 1 0 34 3 0 0 18 0 12 0 31998963 1562398720 5086 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 381445 5086 1361 10 0 378748 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525780

[startup+0.701922 s]
/proc/loadavg: 1.30 1.78 1.59 3/106 32349
/proc/meminfo: memFree=1867252/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1533972 CPUtime=1.16
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 9365 0 1 0 111 5 0 0 18 0 12 0 31998963 1570787328 8399 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 383493 8399 1404 10 0 380796 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533972

[startup+1.50207 s]
/proc/loadavg: 1.30 1.78 1.59 5/118 32361
/proc/meminfo: memFree=1825740/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1538664 CPUtime=2.75
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 18997 0 1 0 265 10 0 0 18 0 12 0 31998963 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 384666 15916 1406 10 0 381969 0
[pid=32349/tid=32351] ppid=32347 vsize=1538664 CPUtime=1.46
/proc/32349/task/32351/stat : 32351 (java) R 32347 32349 31555 0 -1 4202560 11599 0 1 0 140 6 0 0 18 0 12 0 31998965 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4108864058 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 31998966 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 31998966 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31998968 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 31998968 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 31998968 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 31998973 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1538664 CPUtime=0.21
/proc/32349/task/32358/stat : 32358 (java) R 32347 32349 31555 0 -1 4202560 315 0 0 0 21 0 0 0 25 0 12 0 31998973 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 106825516 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1538664 CPUtime=1.05
/proc/32349/task/32359/stat : 32359 (java) R 32347 32349 31555 0 -1 4202560 6018 0 0 0 103 2 0 0 25 0 12 0 31998973 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31998973 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1538664 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31998973 1575591936 15916 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1538664

[startup+3.10137 s]
/proc/loadavg: 1.51 1.81 1.61 6/120 32363
/proc/meminfo: memFree=1758144/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1540044 CPUtime=5.58
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 44211 0 1 0 537 21 0 0 18 0 16 0 31998963 1577005056 40429 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 385011 40431 1427 10 0 382314 0
[pid=32349/tid=32351] ppid=32347 vsize=1540044 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23615 0 1 0 182 11 0 0 18 0 16 0 31998965 1577005056 40432 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1540044 CPUtime=0.09
/proc/32349/task/32352/stat : 32352 (java) R 32347 32349 31555 0 -1 4202560 2359 0 0 0 9 0 0 0 18 0 16 0 31998966 1577005056 40433 1992294400 134512640 134550932 4290903504 18446744073709551615 106193941 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1540044 CPUtime=0.08
/proc/32349/task/32353/stat : 32353 (java) R 32347 32349 31555 0 -1 4202560 2055 0 0 0 8 0 0 0 18 0 16 0 31998966 1577005056 40434 1992294400 134512640 134550932 4290903504 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1540044 CPUtime=0
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 31998968 1577005056 40436 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1540044 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 31998968 1577005056 40437 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1540044 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 31998968 1577005056 40438 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1540044 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 31998973 1577005056 40439 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1540044 CPUtime=0.59
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 1022 0 0 0 59 0 0 0 18 0 16 0 31998973 1577005056 40440 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1540044 CPUtime=1.61
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 6083 0 0 0 158 3 0 0 15 0 16 0 31998973 1577005056 40441 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1540044 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31998973 1577005056 40442 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1540044 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31998973 1577005056 40444 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1540044 CPUtime=0.58
/proc/32349/task/32362/stat : 32362 (java) S 32347 32349 31555 0 -1 4202560 2251 0 0 0 58 0 0 0 23 0 16 0 31999163 1577005056 40445 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1540044 CPUtime=0.63
/proc/32349/task/32363/stat : 32363 (java) S 32347 32349 31555 0 -1 4202560 5761 0 0 0 60 3 0 0 19 0 16 0 31999163 1577005056 40446 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1540044

[startup+6.30195 s]
/proc/loadavg: 1.51 1.81 1.61 3/122 32365
/proc/meminfo: memFree=1684348/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1540536 CPUtime=11.92
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 52375 0 1 0 1167 25 0 0 18 0 16 0 31998963 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 385134 46603 1433 10 0 382437 0
[pid=32349/tid=32351] ppid=32347 vsize=1540536 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23615 0 1 0 182 11 0 0 15 0 16 0 31998965 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1540536 CPUtime=0.47
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 5310 0 0 0 45 2 0 0 16 0 16 0 31998966 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1540536 CPUtime=0.46
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 4878 0 0 0 44 2 0 0 16 0 16 0 31998966 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 31998968 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31998968 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 31998968 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 31998973 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1540536 CPUtime=1.05
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 1566 0 0 0 105 0 0 0 15 0 16 0 31998973 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1540536 CPUtime=2.06
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 7441 0 0 0 203 3 0 0 15 0 16 0 31998973 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31998973 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31998973 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1540536 CPUtime=3.04
/proc/32349/task/32362/stat : 32362 (java) R 32347 32349 31555 0 -1 4202560 2556 0 0 0 303 1 0 0 25 0 16 0 31999163 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4109135433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1540536 CPUtime=2.84
/proc/32349/task/32363/stat : 32363 (java) R 32347 32349 31555 0 -1 4202560 5933 0 0 0 281 3 0 0 19 0 16 0 31999163 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4109214530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32364] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31999176 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1540536 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 31999187 1577508864 46603 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 1540536

[startup+12.7021 s]
/proc/loadavg: 1.59 1.82 1.61 3/122 32365
/proc/meminfo: memFree=1660168/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1542416 CPUtime=24.58
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 60036 0 1 0 2424 34 0 0 18 0 16 0 31998963 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 385604 52913 1441 10 0 382907 0
[pid=32349/tid=32351] ppid=32347 vsize=1542416 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23615 0 1 0 182 11 0 0 15 0 16 0 31998965 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1542416 CPUtime=0.64
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 9105 0 0 0 60 4 0 0 16 0 16 0 31998966 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1542416 CPUtime=0.57
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 7560 0 0 0 54 3 0 0 16 0 16 0 31998966 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1542416 CPUtime=0.08
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 7 0 0 0 4 4 0 0 15 0 16 0 31998968 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31998968 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 31998968 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 31998973 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1542416 CPUtime=1.49
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 2726 0 0 0 148 1 0 0 15 0 16 0 31998973 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1542416 CPUtime=2.08
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 7447 0 0 0 205 3 0 0 15 0 16 0 31998973 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31998973 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31998973 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1542416 CPUtime=8.76
/proc/32349/task/32362/stat : 32362 (java) R 32347 32349 31555 0 -1 4202560 2566 0 0 0 875 1 0 0 25 0 16 0 31999163 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4109136468 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1542416 CPUtime=8.95
/proc/32349/task/32363/stat : 32363 (java) R 32347 32349 31555 0 -1 4202560 5941 0 0 0 892 3 0 0 25 0 16 0 31999163 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4109441184 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32364] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31999176 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1542416 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 31999187 1579433984 52913 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 1542416

[startup+25.5025 s]

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

/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31999176 1583685632 127537 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 31999187 1583685632 127537 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1497.32
Current children cumulated vsize (KiB) 1546568

[startup+822.302 s]
/proc/loadavg: 1.98 2.02 1.84 3/122 32390
/proc/meminfo: memFree=1328844/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1546568 CPUtime=1615.12
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 154441 0 1 0 161375 137 0 0 18 0 16 0 31998963 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 386642 135515 1448 10 0 383945 0
[pid=32349/tid=32351] ppid=32347 vsize=1546568 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23625 0 1 0 182 11 0 0 15 0 16 0 31998965 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1546568 CPUtime=9.92
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 54648 0 0 0 963 29 0 0 15 0 16 0 31998966 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1546568 CPUtime=9.84
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 53959 0 0 0 948 36 0 0 16 0 16 0 31998966 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1546568 CPUtime=13.5
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 723 0 0 0 1342 8 0 0 15 0 16 0 31998968 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31998968 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31998968 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 31998973 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1546568 CPUtime=1.87
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 3834 0 0 0 186 1 0 0 16 0 16 0 31998973 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1546568 CPUtime=3.03
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 7500 0 0 0 300 3 0 0 16 0 16 0 31998973 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31998973 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 31998973 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1546568 CPUtime=787.68
/proc/32349/task/32362/stat : 32362 (java) R 32347 32349 31555 0 -1 4202560 2799 0 0 0 78755 13 0 0 25 0 16 0 31999163 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4109136833 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1546568 CPUtime=787.25
/proc/32349/task/32363/stat : 32363 (java) R 32347 32349 31555 0 -1 4202560 6228 0 0 0 78695 30 0 0 25 0 16 0 31999163 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4109137042 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32364] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31999176 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 31999187 1583685632 135515 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1615.12
Current children cumulated vsize (KiB) 1546568

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 1.85 3/122 32392
/proc/meminfo: memFree=1324380/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1546568 CPUtime=1731.37
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 155405 0 1 0 172994 143 0 0 18 0 16 0 31998963 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 386642 136389 1448 10 0 383945 0
[pid=32349/tid=32351] ppid=32347 vsize=1546568 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23626 0 1 0 182 11 0 0 15 0 16 0 31998965 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1546568 CPUtime=10.8
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 55089 0 0 0 1050 30 0 0 15 0 16 0 31998966 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1546568 CPUtime=10.72
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 54451 0 0 0 1032 40 0 0 16 0 16 0 31998966 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1546568 CPUtime=16.3
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 725 0 0 0 1621 9 0 0 15 0 16 0 31998968 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31998968 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31998968 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 31998973 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1546568 CPUtime=1.87
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 3834 0 0 0 186 1 0 0 16 0 16 0 31998973 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1546568 CPUtime=3.03
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 7500 0 0 0 300 3 0 0 16 0 16 0 31998973 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31998973 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 31998973 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1546568 CPUtime=843.09
/proc/32349/task/32362/stat : 32362 (java) R 32347 32349 31555 0 -1 4202560 2812 0 0 0 84294 15 0 0 25 0 16 0 31999163 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4109199613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1546568 CPUtime=843.55
/proc/32349/task/32363/stat : 32363 (java) R 32347 32349 31555 0 -1 4202560 6241 0 0 0 84325 30 0 0 25 0 16 0 31999163 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4108834112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32364] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31999176 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 31999187 1583685632 136389 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.37
Current children cumulated vsize (KiB) 1546568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.501 s]
/proc/loadavg: 1.98 2.01 1.85 3/122 32392
/proc/meminfo: memFree=1310616/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1546568 CPUtime=1800.03
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 159107 0 1 0 179854 149 0 0 18 0 16 0 31998963 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 386642 139818 1448 10 0 383945 0
[pid=32349/tid=32351] ppid=32347 vsize=1546568 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23626 0 1 0 182 11 0 0 15 0 16 0 31998965 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1546568 CPUtime=11.23
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 57107 0 0 0 1092 31 0 0 16 0 16 0 31998966 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1546568 CPUtime=11.14
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 56115 0 0 0 1073 41 0 0 16 0 16 0 31998966 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1546568 CPUtime=17.46
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 727 0 0 0 1737 9 0 0 15 0 16 0 31998968 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31998968 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31998968 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 31998973 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1546568 CPUtime=1.87
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 3834 0 0 0 186 1 0 0 16 0 16 0 31998973 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1546568 CPUtime=3.03
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 7500 0 0 0 300 3 0 0 16 0 16 0 31998973 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31998973 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 31998973 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1546568 CPUtime=876.28
/proc/32349/task/32362/stat : 32362 (java) R 32347 32349 31555 0 -1 4202560 2821 0 0 0 87611 17 0 0 25 0 16 0 31999163 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4109136415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1546568 CPUtime=876.98
/proc/32349/task/32363/stat : 32363 (java) R 32347 32349 31555 0 -1 4202560 6248 0 0 0 87668 30 0 0 25 0 16 0 31999163 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4109136436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32364] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31999176 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1546568 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 31999187 1583685632 139818 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546568

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

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

[startup+917.615 s]
/proc/loadavg: 1.98 2.01 1.85 3/122 32392
/proc/meminfo: memFree=1310616/2059040 swapFree=4140428/4192956
[pid=32349] ppid=32347 vsize=1547216 CPUtime=1800.24
/proc/32349/stat : 32349 (java) S 32347 32349 31555 0 -1 4202496 159130 0 1 0 179875 149 0 0 18 0 17 0 31998963 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32349/statm: 386804 139841 1451 10 0 384107 0
[pid=32349/tid=32351] ppid=32347 vsize=1547216 CPUtime=1.93
/proc/32349/task/32351/stat : 32351 (java) S 32347 32349 31555 0 -1 4202560 23626 0 1 0 182 11 0 0 15 0 17 0 31998965 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32347 vsize=1547216 CPUtime=11.23
/proc/32349/task/32352/stat : 32352 (java) S 32347 32349 31555 0 -1 4202560 57107 0 0 0 1092 31 0 0 16 0 17 0 31998966 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32353] ppid=32347 vsize=1547216 CPUtime=11.14
/proc/32349/task/32353/stat : 32353 (java) S 32347 32349 31555 0 -1 4202560 56115 0 0 0 1073 41 0 0 16 0 17 0 31998966 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32354] ppid=32347 vsize=1547216 CPUtime=17.46
/proc/32349/task/32354/stat : 32354 (java) S 32347 32349 31555 0 -1 4202560 727 0 0 0 1737 9 0 0 15 0 17 0 31998968 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 0 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32355] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32355/stat : 32355 (java) S 32347 32349 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 31998968 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32356] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32356/stat : 32356 (java) S 32347 32349 31555 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 31998968 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32357] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32357/stat : 32357 (java) S 32347 32349 31555 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 31998973 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32358] ppid=32347 vsize=1547216 CPUtime=1.88
/proc/32349/task/32358/stat : 32358 (java) S 32347 32349 31555 0 -1 4202560 3836 0 0 0 187 1 0 0 16 0 17 0 31998973 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32359] ppid=32347 vsize=1547216 CPUtime=3.03
/proc/32349/task/32359/stat : 32359 (java) S 32347 32349 31555 0 -1 4202560 7500 0 0 0 300 3 0 0 16 0 17 0 31998973 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32360] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32360/stat : 32360 (java) S 32347 32349 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 31998973 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
[pid=32349/tid=32361] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32361/stat : 32361 (java) S 32347 32349 31555 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 17 0 31998973 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32362] ppid=32347 vsize=1547216 CPUtime=876.36
/proc/32349/task/32362/stat : 32362 (java) R 32347 32349 31555 0 -1 4202560 2821 0 0 0 87619 17 0 0 25 0 17 0 31999163 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4109136508 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32349/tid=32363] ppid=32347 vsize=1547216 CPUtime=877.08
/proc/32349/task/32363/stat : 32363 (java) R 32347 32349 31555 0 -1 4202560 6248 0 0 0 87678 30 0 0 25 0 17 0 31999163 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4109214520 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32349/tid=32364] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32364/stat : 32364 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 31999176 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 1 0 0 0
[pid=32349/tid=32365] ppid=32347 vsize=1547216 CPUtime=0
/proc/32349/task/32365/stat : 32365 (java) S 32347 32349 31555 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 17 0 31999187 1584349184 139841 1992294400 134512640 134550932 4290903504 18446744073709551615 4294960144 0 4 0 16800975 18446604437822102336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1547216

Child status: 143
Real time (s): 917.68
CPU time (s): 1800.32
CPU user time (s): 1798.77
CPU system time (s): 1.55376
CPU usage (%): 196.182
Max. virtual memory (cumulated for all children) (KiB): 1547340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.55376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159131
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= 26362
involuntary context switches= 52232

runsolver used 5.9051 second user time and 9.12661 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-15 03:05:55
IDJOB=2662196
IDBENCH=2498
IDSOLVER=1166
FILE ID=node007/2662196-1276563955
PBS_JOBID= 11173495
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662196-1276563955/watcher-2662196-1276563955 -o /tmp/evaluation-result-2662196-1276563955/solver-2662196-1276563955 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662196-1276563955.opb

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

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=88976327

node007.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.264
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.52
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.264
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:       1867648 kB
Buffers:         24752 kB
Cached:          87076 kB
SwapCached:       6208 kB
Active:          18604 kB
Inactive:       106540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1867648 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            1256 kB
Writeback:           0 kB
AnonPages:       11600 kB
Mapped:          13000 kB
Slab:            44212 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181536 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= 62484 MiB
End job on node007 at 2010-06-15 03:21:15