Trace number 2661543

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.41 1076.93

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
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)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661543-1276676852.opb
0.22/0.22	c reading problem ... 
339.22/337.46	c ... done. Wall clock time 337.238s.
339.22/337.46	c #vars     38460
339.22/337.46	c #constraints  76423
339.22/337.46	c constraints type 
339.22/337.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
339.22/337.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
339.22/337.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
339.22/337.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
339.22/337.46	c constraints type 
339.22/337.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
339.22/337.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
339.22/337.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
339.22/337.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
390.71/363.46	c cleaning 2512 clauses out of 5024 with flag 5024/5024
444.05/390.55	c cleaning 4258 clauses out of 8516 with flag 11028/11028
525.25/431.74	c cleaning 5636 clauses out of 11271 with flag 18041/18041
614.39/476.92	c cleaning 6825 clauses out of 13650 with flag 26056/26056
730.58/535.83	c cleaning 7887 clauses out of 15773 with flag 35004/35004
871.52/607.12	c cleaning 8948 clauses out of 17896 with flag 45014/45014
1092.71/718.89	c cleaning 9984 clauses out of 19967 with flag 56033/56033
1376.30/862.35	c cleaning 10993 clauses out of 21986 with flag 68036/68036
1686.85/1019.31	c cleaning 11979 clauses out of 23957 with flag 81000/81000
1800.01/1076.71	c starts		: 87
1800.01/1076.71	c conflicts		: 85076
1800.01/1076.71	c decisions		: 263606
1800.01/1076.71	c propagations		: 9995634
1800.01/1076.71	c inspects		: 614401024
1800.01/1076.71	c learnt literals	: 0
1800.01/1076.72	c learnt binary clauses	: 0
1800.01/1076.72	c learnt ternary clauses	: 14
1800.01/1076.72	c learnt clauses	: 85075
1800.01/1076.72	c ignored clauses	: 0
1800.01/1076.72	c root simplifications	: 0
1800.01/1076.72	c removed literals (reason simplification)	: 1448736
1800.01/1076.72	c reason swapping (by a shorter reason)	: 0
1800.01/1076.72	c Calls to reduceDB	: 9
1800.01/1076.72	c number of reductions to clauses (during analyze)	: 0
1800.01/1076.72	c number of learned constraints concerned by reduction	: 0
1800.01/1076.72	c number of learning phase by resolution	: 0
1800.01/1076.72	c number of learning phase by cutting planes	: 0
1800.01/1076.72	c speed (assignments/second)	: 13521.244389614394
1800.01/1076.72	c non guided choices	37864
1800.22/1076.84	c learnt constraints type 
1800.22/1076.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16060
1800.22/1076.84	c constraints type 
1800.22/1076.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1800.22/1076.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.22/1076.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.22/1076.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
1800.22/1076.84	c constraints type 
1800.22/1076.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.22/1076.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
1800.22/1076.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.22/1076.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
1800.22/1076.84	s UNKNOWN
1800.22/1076.84	c Total wall clock time (in seconds): 1076.623

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-2661543-1276676852/watcher-2661543-1276676852 -o /tmp/evaluation-result-2661543-1276676852/solver-2661543-1276676852 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661543-1276676852.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.00 1.00 1.00 2/105 17656
/proc/meminfo: memFree=1787708/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=248 CPUtime=0
/proc/17656/stat : 17656 (java) R 17654 17656 17194 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 8978319 253952 28 1992294400 134512640 134550932 4292635856 18446744073709551615 10461780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17656/statm: 62 28 21 10 0 23 0

[startup+0.0760291 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 17656
/proc/meminfo: memFree=1787708/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1521796 CPUtime=0.06
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 3756 0 1 0 4 2 0 0 18 0 7 0 8978319 1558319104 3197 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 380449 3197 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101024 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 17656
/proc/meminfo: memFree=1787708/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1524180 CPUtime=0.09
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 3966 0 1 0 7 2 0 0 18 0 12 0 8978319 1560760320 3405 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 381045 3405 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.305252 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 17656
/proc/meminfo: memFree=1787708/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1526628 CPUtime=0.34
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 5523 0 1 0 31 3 0 0 18 0 12 0 8978319 1563267072 4960 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 381657 4960 1357 10 0 378960 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526628

[startup+0.700419 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 17656
/proc/meminfo: memFree=1787708/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1527236 CPUtime=0.98
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 6767 0 1 0 94 4 0 0 18 0 12 0 8978319 1563889664 6193 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 381809 6193 1402 10 0 379112 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1527236

[startup+1.50221 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 17668
/proc/meminfo: memFree=1763556/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1528260 CPUtime=2
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 8866 0 1 0 195 5 0 0 18 0 12 0 8978319 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 382065 7775 1409 10 0 379368 0
[pid=17656/tid=17658] ppid=17654 vsize=1528260 CPUtime=1.32
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17194 0 -1 4202560 6041 0 1 0 128 4 0 0 25 0 12 0 8978321 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4109585744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8978322 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 8978322 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8978324 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8978324 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8978324 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8978328 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1528260 CPUtime=0.34
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 1158 0 0 0 34 0 0 0 20 0 12 0 8978329 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1528260 CPUtime=0.31
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 605 0 0 0 31 0 0 0 15 0 12 0 8978329 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8978329 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1528260 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8978329 1564938240 7775 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1528260

[startup+3.10241 s]
/proc/loadavg: 1.00 1.00 1.00 3/117 17668
/proc/meminfo: memFree=1749668/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1540912 CPUtime=4.44
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 16940 0 1 0 435 9 0 0 18 0 12 0 8978319 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 385228 11898 1410 10 0 382531 0
[pid=17656/tid=17658] ppid=17654 vsize=1540912 CPUtime=2.87
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17194 0 -1 4202560 7114 0 1 0 283 4 0 0 18 0 12 0 8978321 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4109585744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8978322 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 8978322 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8978324 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8978324 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8978324 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8978328 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1540912 CPUtime=1.18
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7826 0 0 0 115 3 0 0 16 0 12 0 8978329 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1540912 CPUtime=0.35
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 938 0 0 0 35 0 0 0 15 0 12 0 8978329 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8978329 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1540912 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8978329 1577893888 11898 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1540912

[startup+6.30078 s]
/proc/loadavg: 1.08 1.02 1.01 2/117 17668
/proc/meminfo: memFree=1742476/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1538512 CPUtime=7.72
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 18285 0 1 0 762 10 0 0 18 0 12 0 8978319 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 384628 12657 1417 10 0 381931 0
[pid=17656/tid=17658] ppid=17654 vsize=1538512 CPUtime=6.01
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17194 0 -1 4202560 8386 0 1 0 596 5 0 0 25 0 12 0 8978321 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4109723649 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8978322 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 8978322 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8978324 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8978324 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8978324 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8978328 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1538512 CPUtime=1.29
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7854 0 0 0 126 3 0 0 15 0 12 0 8978329 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1538512 CPUtime=0.38
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 983 0 0 0 38 0 0 0 15 0 12 0 8978329 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8978329 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1538512 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8978329 1575436288 12657 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1538512

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.00 2/117 17668
/proc/meminfo: memFree=1736896/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1535440 CPUtime=14.13
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 20463 0 1 0 1401 12 0 0 18 0 12 0 8978319 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 383860 13989 1417 10 0 381163 0
[pid=17656/tid=17658] ppid=17654 vsize=1535440 CPUtime=12.4
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17194 0 -1 4202560 10563 0 1 0 1233 7 0 0 25 0 12 0 8978321 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4109585744 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8978322 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 8978322 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8978324 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8978324 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8978324 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8978328 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1535440 CPUtime=1.32
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7855 0 0 0 129 3 0 0 15 0 12 0 8978329 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1535440 CPUtime=0.38
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 983 0 0 0 38 0 0 0 15 0 12 0 8978329 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8978329 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8978329 1572290560 13989 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 1535440

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.00 3/117 17670
/proc/meminfo: memFree=1724620/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1535440 CPUtime=26.96
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 23427 0 1 0 2681 15 0 0 18 0 12 0 8978319 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 383860 16951 1417 10 0 381163 0
[pid=17656/tid=17658] ppid=17654 vsize=1535440 CPUtime=25.14
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17194 0 -1 4202560 13519 0 1 0 2503 11 0 0 25 0 12 0 8978321 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4109723403 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8978322 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 8978322 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8978324 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8978324 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8978324 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1535440 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8978328 1572290560 16951 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1535440 CPUtime=1.38

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

/proc/17656/statm: 385286 112815 1450 10 0 382589 0
[pid=17656/tid=17658] ppid=17654 vsize=1541144 CPUtime=336.56
/proc/17656/task/17658/stat : 17658 (java) S 17654 17656 17194 0 -1 4202560 32087 0 1 0 33632 24 0 0 15 0 16 0 8978321 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1541144 CPUtime=20.07
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 41865 0 0 0 1965 42 0 0 15 0 16 0 8978322 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1541144 CPUtime=20.06
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 40314 0 0 0 1968 38 0 0 16 0 16 0 8978322 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1541144 CPUtime=4.68
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 52 0 0 0 457 11 0 0 15 0 16 0 8978324 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8978328 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1541144 CPUtime=3.05
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7989 0 0 0 302 3 0 0 15 0 16 0 8978329 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1541144 CPUtime=2.19
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 2759 0 0 0 218 1 0 0 15 0 16 0 8978329 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8978329 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 8978329 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17682] ppid=17654 vsize=1541144 CPUtime=575.43
/proc/17656/task/17682/stat : 17682 (java) R 17654 17656 17194 0 -1 4202560 483 0 0 0 57537 6 0 0 25 0 16 0 9012066 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4110086026 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17683] ppid=17654 vsize=1541144 CPUtime=572.09
/proc/17656/task/17683/stat : 17683 (java) R 17654 17656 17194 0 -1 4202560 561 0 0 0 57204 5 0 0 25 0 16 0 9012066 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4110342343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17656/tid=17684] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17684/stat : 17684 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9012075 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17685] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17685/stat : 17685 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9012076 1578131456 112815 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1534.2
Current children cumulated vsize (KiB) 1541144

[startup+1002.3 s]
/proc/loadavg: 2.34 2.20 1.69 3/121 17703
/proc/meminfo: memFree=1333616/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1541144 CPUtime=1653.14
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 128750 0 1 0 165174 140 0 0 18 0 16 0 8978319 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 385286 114186 1450 10 0 382589 0
[pid=17656/tid=17658] ppid=17654 vsize=1541144 CPUtime=336.56
/proc/17656/task/17658/stat : 17658 (java) S 17654 17656 17194 0 -1 4202560 32089 0 1 0 33632 24 0 0 15 0 16 0 8978321 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1541144 CPUtime=22.26
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 42471 0 0 0 2183 43 0 0 16 0 16 0 8978322 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1541144 CPUtime=22.26
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 41115 0 0 0 2186 40 0 0 16 0 16 0 8978322 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1541144 CPUtime=4.73
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 56 0 0 0 461 12 0 0 15 0 16 0 8978324 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8978328 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1541144 CPUtime=3.05
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7989 0 0 0 302 3 0 0 15 0 16 0 8978329 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1541144 CPUtime=2.19
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 2759 0 0 0 218 1 0 0 15 0 16 0 8978329 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8978329 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 8978329 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17682] ppid=17654 vsize=1541144 CPUtime=633.06
/proc/17656/task/17682/stat : 17682 (java) R 17654 17656 17194 0 -1 4202560 530 0 0 0 63299 7 0 0 25 0 16 0 9012066 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4110165976 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17683] ppid=17654 vsize=1541144 CPUtime=628.94
/proc/17656/task/17683/stat : 17683 (java) R 17654 17656 17194 0 -1 4202560 612 0 0 0 62889 5 0 0 25 0 16 0 9012066 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4110342811 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17656/tid=17684] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17684/stat : 17684 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9012075 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17685] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17685/stat : 17685 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9012076 1578131456 114186 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1653.14
Current children cumulated vsize (KiB) 1541144

[startup+1062.3 s]
/proc/loadavg: 2.27 2.20 1.72 3/121 17703
/proc/meminfo: memFree=1323200/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1541144 CPUtime=1771.46
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 131390 0 1 0 176999 147 0 0 18 0 16 0 8978319 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 385286 116633 1450 10 0 382589 0
[pid=17656/tid=17658] ppid=17654 vsize=1541144 CPUtime=336.56
/proc/17656/task/17658/stat : 17658 (java) S 17654 17656 17194 0 -1 4202560 32092 0 1 0 33632 24 0 0 15 0 16 0 8978321 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1541144 CPUtime=24.58
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 43709 0 0 0 2413 45 0 0 16 0 16 0 8978322 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1541144 CPUtime=24.58
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 42384 0 0 0 2415 43 0 0 16 0 16 0 8978322 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1541144 CPUtime=5.4
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 61 0 0 0 527 13 0 0 15 0 16 0 8978324 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8978328 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1541144 CPUtime=3.05
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7989 0 0 0 302 3 0 0 15 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1541144 CPUtime=2.19
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 2759 0 0 0 218 1 0 0 15 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17682] ppid=17654 vsize=1541144 CPUtime=689.58
/proc/17656/task/17682/stat : 17682 (java) R 17654 17656 17194 0 -1 4202560 580 0 0 0 68950 8 0 0 25 0 16 0 9012066 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4110086018 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17683] ppid=17654 vsize=1541144 CPUtime=685.43
/proc/17656/task/17683/stat : 17683 (java) R 17654 17656 17194 0 -1 4202560 683 0 0 0 68537 6 0 0 25 0 16 0 9012066 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4110342980 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17656/tid=17684] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17684/stat : 17684 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9012075 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17685] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17685/stat : 17685 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9012076 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1771.46
Current children cumulated vsize (KiB) 1541144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1076.7 s]
/proc/loadavg: 2.28 2.21 1.73 3/121 17705
/proc/meminfo: memFree=1323200/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=1541144 CPUtime=1800.01
/proc/17656/stat : 17656 (java) S 17654 17656 17194 0 -1 4202496 131419 0 1 0 179853 148 0 0 18 0 16 0 8978319 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 385286 116633 1450 10 0 382589 0
[pid=17656/tid=17658] ppid=17654 vsize=1541144 CPUtime=336.56
/proc/17656/task/17658/stat : 17658 (java) S 17654 17656 17194 0 -1 4202560 32094 0 1 0 33632 24 0 0 15 0 16 0 8978321 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1541144 CPUtime=25.14
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17194 0 -1 4202560 43709 0 0 0 2469 45 0 0 16 0 16 0 8978322 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1541144 CPUtime=25.14
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17194 0 -1 4202560 42384 0 0 0 2471 43 0 0 16 0 16 0 8978322 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1541144 CPUtime=5.41
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17194 0 -1 4202560 61 0 0 0 528 13 0 0 15 0 16 0 8978324 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 0 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17194 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17194 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8978324 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8978328 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1541144 CPUtime=3.05
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17194 0 -1 4202560 7989 0 0 0 302 3 0 0 15 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1541144 CPUtime=2.19
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17194 0 -1 4202560 2759 0 0 0 218 1 0 0 15 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17194 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17194 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 16 0 8978329 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
[pid=17656/tid=17682] ppid=17654 vsize=1541144 CPUtime=703.29
/proc/17656/task/17682/stat : 17682 (java) R 17654 17656 17194 0 -1 4202560 590 0 0 0 70321 8 0 0 25 0 16 0 9012066 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4110071922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17656/tid=17683] ppid=17654 vsize=1541144 CPUtime=699.15
/proc/17656/task/17683/stat : 17683 (java) R 17654 17656 17194 0 -1 4202560 700 0 0 0 69909 6 0 0 25 0 16 0 9012066 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4110342954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17656/tid=17684] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17684/stat : 17684 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9012075 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 0 0 0 0
[pid=17656/tid=17685] ppid=17654 vsize=1541144 CPUtime=0
/proc/17656/task/17685/stat : 17685 (java) S 17654 17656 17194 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9012076 1578131456 116633 1992294400 134512640 134550932 4292635856 18446744073709551615 4294960144 0 4 0 16800975 18446604437871747136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1541144

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

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

[startup+1076.9 s]
/proc/loadavg: 2.28 2.21 1.73 2/108 17708
/proc/meminfo: memFree=1495320/2059040 swapFree=4164956/4192956
[pid=17656] ppid=17654 vsize=0 CPUtime=1800.38
/proc/17656/stat : 17656 (java) Z 17654 17656 17194 0 -1 4203548 131442 0 1 0 179888 150 0 0 16 0 2 0 8978319 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17656/statm: 0 0 0 0 0 0 0
[pid=17656/tid=17683] ppid=17654 vsize=0 CPUtime=699.28
/proc/17656/task/17683/stat : 17683 (java) R 17654 17656 17194 0 -1 4203588 700 0 0 0 69920 8 0 0 25 0 2 0 9012066 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.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1076.93
CPU time (s): 1800.41
CPU user time (s): 1798.88
CPU system time (s): 1.52877
CPU usage (%): 167.18
Max. virtual memory (cumulated for all children) (KiB): 1543244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.52877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131442
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= 37721
involuntary context switches= 45640

runsolver used 4.21436 second user time and 9.40657 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-16 10:27:32
IDJOB=2661543
IDBENCH=48303
IDSOLVER=1166
FILE ID=node080/2661543-1276676852
PBS_JOBID= 11172521
Free space on /tmp= 62588 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_3_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661543-1276676852/watcher-2661543-1276676852 -o /tmp/evaluation-result-2661543-1276676852/solver-2661543-1276676852 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661543-1276676852.opb

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=57331807

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788104 kB
Buffers:         55584 kB
Cached:         105268 kB
SwapCached:       1540 kB
Active:          95772 kB
Inactive:        98888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788104 kB
SwapTotal:     4192956 kB
SwapFree:      4164956 kB
Dirty:            1288 kB
Writeback:           0 kB
AnonPages:       32312 kB
Mapped:          14392 kB
Slab:            54540 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182236 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= 62588 MiB
End job on node080 at 2010-06-16 10:45:30