Trace number 2661600

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.5 1092.45

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	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.25/0.23	c Pseudo Boolean Optimization
0.25/0.23	c ManyCore solver with 2 solvers running in parallel
0.25/0.23	c --- Begin Solver configuration ---
0.25/0.23	c Stops conflict analysis at the first Unique Implication Point
0.25/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.23	c Learn all clauses as in MiniSAT
0.25/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.23	c Expensive reason simplification
0.25/0.23	c Armin Biere (Picosat) restarts strategy
0.25/0.23	c Glucose learned constraints deletion strategy
0.25/0.23	c timeout=2147483s
0.25/0.23	c DB Simplification allowed=false
0.25/0.23	c --- End Solver configuration ---
0.25/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.23	c --- Begin Solver configuration ---
0.25/0.23	c Stops conflict analysis at the first Unique Implication Point
0.25/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.23	c Learn all clauses as in MiniSAT
0.25/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.23	c No reason simplification
0.25/0.23	c Armin Biere (Picosat) restarts strategy
0.25/0.23	c Glucose learned constraints deletion strategy
0.25/0.23	c timeout=2147483s
0.25/0.23	c DB Simplification allowed=false
0.25/0.23	c --- End Solver configuration ---
0.25/0.23	
0.25/0.23	c solving HOME/instance-2661600-1276682317.opb
0.25/0.23	c reading problem ... 
369.80/367.77	c ... done. Wall clock time 367.544s.
369.80/367.77	c #vars     38366
369.80/367.77	c #constraints  76235
369.80/367.77	c constraints type 
369.80/367.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
369.80/367.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
369.80/367.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
369.80/367.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
369.80/367.77	c constraints type 
369.80/367.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
369.80/367.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
369.80/367.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
369.80/367.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
425.22/395.73	c cleaning 2506 clauses out of 5011 with flag 5011/5011
476.97/422.03	c cleaning 4249 clauses out of 8498 with flag 11004/11004
543.37/455.72	c cleaning 5632 clauses out of 11264 with flag 18019/18019
618.48/493.82	c cleaning 6827 clauses out of 13654 with flag 26041/26041
715.24/542.97	c cleaning 7893 clauses out of 15786 with flag 35000/35000
832.25/602.14	c cleaning 8950 clauses out of 17901 with flag 45008/45008
943.38/658.56	c cleaning 9973 clauses out of 19946 with flag 56003/56003
1161.12/768.68	c cleaning 10999 clauses out of 21998 with flag 68028/68028
1435.62/907.67	c cleaning 11989 clauses out of 23978 with flag 81007/81007
1788.54/1086.02	c cleaning 12991 clauses out of 25982 with flag 95000/95000
1800.11/1092.22	c starts		: 90
1800.11/1092.23	c conflicts		: 95549
1800.11/1092.23	c decisions		: 430684
1800.11/1092.23	c propagations		: 9136600
1800.11/1092.23	c inspects		: 526049594
1800.11/1092.23	c learnt literals	: 0
1800.11/1092.23	c learnt binary clauses	: 0
1800.11/1092.23	c learnt ternary clauses	: 14
1800.11/1092.23	c learnt clauses	: 95549
1800.11/1092.23	c ignored clauses	: 0
1800.11/1092.23	c root simplifications	: 0
1800.11/1092.23	c removed literals (reason simplification)	: 867140
1800.11/1092.23	c reason swapping (by a shorter reason)	: 0
1800.11/1092.23	c Calls to reduceDB	: 10
1800.11/1092.23	c number of reductions to clauses (during analyze)	: 0
1800.11/1092.23	c number of learned constraints concerned by reduction	: 0
1800.11/1092.23	c number of learning phase by resolution	: 0
1800.11/1092.23	c number of learning phase by cutting planes	: 0
1800.11/1092.23	c speed (assignments/second)	: 12611.794619082917
1800.11/1092.23	c non guided choices	37768
1800.32/1092.35	c learnt constraints type 
1800.32/1092.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13550
1800.32/1092.35	c constraints type 
1800.32/1092.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
1800.32/1092.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.32/1092.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.32/1092.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
1800.32/1092.35	c constraints type 
1800.32/1092.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.32/1092.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
1800.32/1092.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.32/1092.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
1800.32/1092.35	s UNKNOWN
1800.32/1092.35	c Total wall clock time (in seconds): 1092.117

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-2661600-1276682317/watcher-2661600-1276682317 -o /tmp/evaluation-result-2661600-1276682317/solver-2661600-1276682317 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661600-1276682317.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 3/106 9387
/proc/meminfo: memFree=1666484/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1700 CPUtime=0
/proc/9387/stat : 9387 (java6) R 9385 9387 9198 0 -1 4194304 201 0 0 0 0 0 0 0 25 0 1 0 41883593 1740800 105 1992294400 134512640 134550932 4293104080 18446744073709551615 4659360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9387/statm: 458 109 85 10 0 63 0

[startup+0.0759841 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9387
/proc/meminfo: memFree=1666484/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1521796 CPUtime=0.06
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 3696 0 1 0 4 2 0 0 25 0 7 0 41883593 1558319104 3137 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 380449 3138 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101982 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9387
/proc/meminfo: memFree=1666484/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1521796 CPUtime=0.08
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 3868 0 1 0 6 2 0 0 25 0 7 0 41883593 1558319104 3309 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 380449 3309 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.302023 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9387
/proc/meminfo: memFree=1666484/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1526120 CPUtime=0.36
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 5397 0 1 0 32 4 0 0 25 0 12 0 41883593 1562746880 4834 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 381530 4834 1351 10 0 378833 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526120

[startup+0.701139 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9387
/proc/meminfo: memFree=1666484/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1527192 CPUtime=0.98
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 6566 0 1 0 94 4 0 0 25 0 12 0 41883593 1563844608 6003 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 381798 6003 1398 10 0 379101 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1527192

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 9399
/proc/meminfo: memFree=1643016/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1528716 CPUtime=2.13
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 8785 0 1 0 208 5 0 0 25 0 12 0 41883593 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 382179 7779 1409 10 0 379482 0
[pid=9387/tid=9389] ppid=9385 vsize=1528716 CPUtime=1.4
/proc/9387/task/9389/stat : 9389 (java) R 9385 9387 9198 0 -1 4202560 6018 0 1 0 136 4 0 0 25 0 12 0 41883595 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4108963472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 41883596 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883596 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41883598 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 41883599 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 41883599 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1528716 CPUtime=0.25
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 676 0 0 0 25 0 0 0 21 0 12 0 41883603 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1528716 CPUtime=0.45
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 1026 0 0 0 45 0 0 0 15 0 12 0 41883603 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1528716 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41883603 1565405184 7779 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1528716

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 9399
/proc/meminfo: memFree=1631856/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1542920 CPUtime=4.64
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 17203 0 1 0 454 10 0 0 25 0 12 0 41883593 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 385730 12252 1410 10 0 383033 0
[pid=9387/tid=9389] ppid=9385 vsize=1542920 CPUtime=2.99
/proc/9387/task/9389/stat : 9389 (java) R 9385 9387 9198 0 -1 4202560 7084 0 1 0 294 5 0 0 25 0 12 0 41883595 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4109103873 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 41883596 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883596 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41883598 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 41883599 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 41883599 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1542920 CPUtime=1.14
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 7730 0 0 0 111 3 0 0 16 0 12 0 41883603 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1542920 CPUtime=0.48
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 1324 0 0 0 48 0 0 0 15 0 12 0 41883603 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1542920 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41883603 1579950080 12252 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1542920

[startup+6.30113 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 9399
/proc/meminfo: memFree=1619332/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1541004 CPUtime=7.97
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 18552 0 1 0 786 11 0 0 25 0 12 0 41883593 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 385251 13168 1417 10 0 382554 0
[pid=9387/tid=9389] ppid=9385 vsize=1541004 CPUtime=6.17
/proc/9387/task/9389/stat : 9389 (java) R 9385 9387 9198 0 -1 4202560 8375 0 1 0 611 6 0 0 25 0 12 0 41883595 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4108963472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 41883596 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883596 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41883598 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 41883599 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 41883599 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1541004 CPUtime=1.24
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 7761 0 0 0 121 3 0 0 15 0 12 0 41883603 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1541004 CPUtime=0.53
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 1351 0 0 0 53 0 0 0 15 0 12 0 41883603 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) R 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41883603 1577988096 13168 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1541004

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 9401
/proc/meminfo: memFree=1610280/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1541004 CPUtime=14.39
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 20702 0 1 0 1425 14 0 0 25 0 12 0 41883593 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 385251 15195 1417 10 0 382554 0
[pid=9387/tid=9389] ppid=9385 vsize=1541004 CPUtime=12.55
/proc/9387/task/9389/stat : 9389 (java) R 9385 9387 9198 0 -1 4202560 10516 0 1 0 1247 8 0 0 25 0 12 0 41883595 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4108963414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 41883596 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883596 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41883598 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 41883599 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 41883599 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1541004 CPUtime=1.27
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 7770 0 0 0 124 3 0 0 15 0 12 0 41883603 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1541004 CPUtime=0.53
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 1351 0 0 0 53 0 0 0 15 0 12 0 41883603 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41883603 1577988096 15195 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1541004

[startup+25.5026 s]
/proc/loadavg: 0.95 0.98 0.99 3/118 9401
/proc/meminfo: memFree=1598748/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1541004 CPUtime=27.27
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 23677 0 1 0 2710 17 0 0 25 0 12 0 41883593 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 385251 18102 1417 10 0 382554 0
[pid=9387/tid=9389] ppid=9385 vsize=1541004 CPUtime=25.33
/proc/9387/task/9389/stat : 9389 (java) R 9385 9387 9198 0 -1 4202560 13482 0 1 0 2521 12 0 0 25 0 12 0 41883595 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4109103873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 41883596 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883596 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41883598 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 41883599 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 41883599 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1541004 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41883603 1577988096 18102 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1541004 CPUtime=1.35

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

/proc/9387/statm: 386225 153430 1446 10 0 383528 0
[pid=9387/tid=9389] ppid=9385 vsize=1544900 CPUtime=367
/proc/9387/task/9389/stat : 9389 (java) S 9385 9387 9198 0 -1 4202560 32087 0 1 0 36677 23 0 0 15 0 16 0 41883595 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1544900 CPUtime=13.47
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 71773 0 0 0 1304 43 0 0 15 0 16 0 41883596 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1544900 CPUtime=13.46
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 69365 0 0 0 1303 43 0 0 16 0 16 0 41883596 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1544900 CPUtime=5.51
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 174 0 0 0 544 7 0 0 15 0 16 0 41883598 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1544900 CPUtime=2.86
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 8036 0 0 0 282 4 0 0 15 0 16 0 41883603 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1544900 CPUtime=2.96
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 4549 0 0 0 295 1 0 0 15 0 16 0 41883603 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) S 9385 9387 9198 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 41883603 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9419] ppid=9385 vsize=1544900 CPUtime=549.16
/proc/9387/task/9419/stat : 9419 (java) R 9385 9387 9198 0 -1 4202560 264 0 0 0 54905 11 0 0 25 0 16 0 41920371 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4109690481 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9420] ppid=9385 vsize=1544900 CPUtime=549.25
/proc/9387/task/9420/stat : 9420 (java) R 9385 9387 9198 0 -1 4202560 273 0 0 0 54908 17 0 0 25 0 16 0 41920371 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4109493769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9421] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9421/stat : 9421 (java) S 9385 9387 9198 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41920380 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9422] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9422/stat : 9422 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41920382 1581977600 153430 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1503.78
Current children cumulated vsize (KiB) 1544900

[startup+1002.3 s]
/proc/loadavg: 2.00 1.92 1.52 5/122 9440
/proc/meminfo: memFree=1054232/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1544900 CPUtime=1622.71
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 187764 0 1 0 162107 164 0 0 25 0 16 0 41883593 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 386225 153443 1450 10 0 383528 0
[pid=9387/tid=9389] ppid=9385 vsize=1544900 CPUtime=367
/proc/9387/task/9389/stat : 9389 (java) S 9385 9387 9198 0 -1 4202560 32087 0 1 0 36677 23 0 0 15 0 16 0 41883595 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1544900 CPUtime=15.81
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 71773 0 0 0 1536 45 0 0 16 0 16 0 41883596 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1544900 CPUtime=15.81
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 69365 0 0 0 1537 44 0 0 16 0 16 0 41883596 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1544900 CPUtime=5.57
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 176 0 0 0 548 9 0 0 15 0 16 0 41883598 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1544900 CPUtime=2.86
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 8036 0 0 0 282 4 0 0 15 0 16 0 41883603 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1544900 CPUtime=3.18
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 4562 0 0 0 317 1 0 0 15 0 16 0 41883603 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) S 9385 9387 9198 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 41883603 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9419] ppid=9385 vsize=1544900 CPUtime=606.5
/proc/9387/task/9419/stat : 9419 (java) R 9385 9387 9198 0 -1 4202560 312 0 0 0 60636 14 0 0 25 0 16 0 41920371 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4109672984 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9420] ppid=9385 vsize=1544900 CPUtime=605.88
/proc/9387/task/9420/stat : 9420 (java) R 9385 9387 9198 0 -1 4202560 321 0 0 0 60570 18 0 0 25 0 16 0 41920371 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4109493762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9421] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9421/stat : 9421 (java) S 9385 9387 9198 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41920380 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9422] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9422/stat : 9422 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41920382 1581977600 153443 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1622.71
Current children cumulated vsize (KiB) 1544900

[startup+1062.3 s]
/proc/loadavg: 2.11 1.96 1.56 3/122 9442
/proc/meminfo: memFree=1036376/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1544900 CPUtime=1741.59
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 192908 0 1 0 173982 177 0 0 25 0 16 0 41883593 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 386225 158359 1450 10 0 383528 0
[pid=9387/tid=9389] ppid=9385 vsize=1544900 CPUtime=367
/proc/9387/task/9389/stat : 9389 (java) S 9385 9387 9198 0 -1 4202560 32089 0 1 0 36677 23 0 0 15 0 16 0 41883595 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1544900 CPUtime=17.98
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 74273 0 0 0 1747 51 0 0 15 0 16 0 41883596 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1544900 CPUtime=17.96
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 71932 0 0 0 1747 49 0 0 16 0 16 0 41883596 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1544900 CPUtime=5.61
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 180 0 0 0 551 10 0 0 15 0 16 0 41883598 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1544900 CPUtime=2.86
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 8036 0 0 0 282 4 0 0 15 0 16 0 41883603 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1544900 CPUtime=3.18
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 4562 0 0 0 317 1 0 0 15 0 16 0 41883603 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) S 9385 9387 9198 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 16 0 41883603 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9419] ppid=9385 vsize=1544900 CPUtime=664.25
/proc/9387/task/9419/stat : 9419 (java) R 9385 9387 9198 0 -1 4202560 347 0 0 0 66409 16 0 0 25 0 16 0 41920371 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4109473378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9420] ppid=9385 vsize=1544900 CPUtime=662.67
/proc/9387/task/9420/stat : 9420 (java) R 9385 9387 9198 0 -1 4202560 353 0 0 0 66248 19 0 0 25 0 16 0 41920371 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4109475056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9421] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9421/stat : 9421 (java) S 9385 9387 9198 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41920380 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9422] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9422/stat : 9422 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41920382 1581977600 158359 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.59
Current children cumulated vsize (KiB) 1544900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1092.2 s]
/proc/loadavg: 2.07 1.96 1.57 3/122 9442
/proc/meminfo: memFree=1016164/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=1544900 CPUtime=1800.11
/proc/9387/stat : 9387 (java) S 9385 9387 9198 0 -1 4202496 197743 0 1 0 179827 184 0 0 25 0 16 0 41883593 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 386225 163032 1450 10 0 383528 0
[pid=9387/tid=9389] ppid=9385 vsize=1544900 CPUtime=367
/proc/9387/task/9389/stat : 9389 (java) S 9385 9387 9198 0 -1 4202560 32090 0 1 0 36677 23 0 0 15 0 16 0 41883595 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9385 vsize=1544900 CPUtime=18.97
/proc/9387/task/9390/stat : 9390 (java) S 9385 9387 9198 0 -1 4202560 76612 0 0 0 1844 53 0 0 15 0 16 0 41883596 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9391] ppid=9385 vsize=1544900 CPUtime=18.96
/proc/9387/task/9391/stat : 9391 (java) S 9385 9387 9198 0 -1 4202560 74390 0 0 0 1844 52 0 0 16 0 16 0 41883596 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9392] ppid=9385 vsize=1544900 CPUtime=6.39
/proc/9387/task/9392/stat : 9392 (java) S 9385 9387 9198 0 -1 4202560 182 0 0 0 629 10 0 0 15 0 16 0 41883598 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 0 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9393] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9393/stat : 9393 (java) S 9385 9387 9198 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9394] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9394/stat : 9394 (java) S 9385 9387 9198 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41883599 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9395] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9395/stat : 9395 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9396] ppid=9385 vsize=1544900 CPUtime=2.86
/proc/9387/task/9396/stat : 9396 (java) S 9385 9387 9198 0 -1 4202560 8036 0 0 0 282 4 0 0 15 0 16 0 41883603 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9397] ppid=9385 vsize=1544900 CPUtime=3.18
/proc/9387/task/9397/stat : 9397 (java) S 9385 9387 9198 0 -1 4202560 4562 0 0 0 317 1 0 0 15 0 16 0 41883603 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 1 0 0 0
[pid=9387/tid=9398] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9398/stat : 9398 (java) S 9385 9387 9198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41883603 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9399] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9399/stat : 9399 (java) R 9385 9387 9198 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 16 0 41883603 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9419] ppid=9385 vsize=1544900 CPUtime=692.2
/proc/9387/task/9419/stat : 9419 (java) R 9385 9387 9198 0 -1 4202560 360 0 0 0 69204 16 0 0 25 0 16 0 41920371 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4109690480 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9387/tid=9420] ppid=9385 vsize=1544900 CPUtime=690.43
/proc/9387/task/9420/stat : 9420 (java) R 9385 9387 9198 0 -1 4202560 373 0 0 0 69024 19 0 0 25 0 16 0 41920371 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4109849194 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9387/tid=9421] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9421/stat : 9421 (java) S 9385 9387 9198 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41920380 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
[pid=9387/tid=9422] ppid=9385 vsize=1544900 CPUtime=0
/proc/9387/task/9422/stat : 9422 (java) S 9385 9387 9198 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41920382 1581977600 163032 1992294400 134512640 134550932 4289425952 18446744073709551615 4294960144 0 4 0 16800975 18446604437815684096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1544900

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

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

[startup+1092.4 s]
/proc/loadavg: 2.07 1.96 1.57 3/122 9442
/proc/meminfo: memFree=1016164/2059040 swapFree=4140236/4192956
[pid=9387] ppid=9385 vsize=0 CPUtime=1800.44
/proc/9387/stat : 9387 (java) Z 9385 9387 9198 0 -1 4203548 197762 0 1 0 179858 186 0 0 16 0 2 0 41883593 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9387/statm: 0 0 0 0 0 0 0
[pid=9387/tid=9420] ppid=9385 vsize=0 CPUtime=690.6
/proc/9387/task/9420/stat : 9420 (java) R 9385 9387 9198 0 -1 4203588 373 0 0 0 69038 22 0 0 25 0 2 0 41920371 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.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1092.45
CPU time (s): 1800.5
CPU user time (s): 1798.59
CPU system time (s): 1.90871
CPU usage (%): 164.813
Max. virtual memory (cumulated for all children) (KiB): 1548568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.90871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197762
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= 31135
involuntary context switches= 44084

runsolver used 4.47032 second user time and 9.63054 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-16 11:58:37
IDJOB=2661600
IDBENCH=48360
IDSOLVER=1166
FILE ID=node027/2661600-1276682317
PBS_JOBID= 11172570
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661600-1276682317/watcher-2661600-1276682317 -o /tmp/evaluation-result-2661600-1276682317/solver-2661600-1276682317 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661600-1276682317.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=1440502998

node027.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		: 2800.261
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	: 5600.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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1666756 kB
Buffers:         76936 kB
Cached:         219708 kB
SwapCached:       6244 kB
Active:         128772 kB
Inactive:       181448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1666756 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:            1248 kB
Writeback:           0 kB
AnonPages:       11756 kB
Mapped:          13096 kB
Slab:            60100 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node027 at 2010-06-16 12:16:52