Trace number 2661592

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.55 950.655

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_80.opb
MD5SUM1315caae01d69a106b6850eece7eb42e
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661592-1276681274.opb
0.25/0.21	c reading problem ... 
88.81/87.03	c ... done. Wall clock time 86.82s.
88.81/87.03	c #vars     16716
88.81/87.03	c #constraints  32935
88.81/87.03	c constraints type 
88.81/87.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
88.81/87.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
88.81/87.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
88.81/87.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
88.81/87.03	c constraints type 
88.81/87.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
88.81/87.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15716
88.81/87.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
88.81/87.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
127.50/106.50	c cleaning 2513 clauses out of 5025 with flag 5025/5025
167.87/126.97	c cleaning 4249 clauses out of 8498 with flag 11011/11011
223.34/154.98	c cleaning 5621 clauses out of 11242 with flag 18004/18004
295.77/191.42	c cleaning 6830 clauses out of 13660 with flag 26043/26043
377.39/232.60	c cleaning 7894 clauses out of 15788 with flag 35001/35001
502.98/296.08	c cleaning 8947 clauses out of 17894 with flag 45001/45001
625.15/357.51	c cleaning 9973 clauses out of 19947 with flag 56001/56001
796.78/444.28	c cleaning 11060 clauses out of 22120 with flag 68147/68147
965.20/529.14	c cleaning 11957 clauses out of 23914 with flag 81001/81001
1146.91/620.99	c cleaning 12977 clauses out of 25956 with flag 95000/95000
1308.30/702.40	c cleaning 14115 clauses out of 28229 with flag 110250/110250
1465.31/781.71	c cleaning 14939 clauses out of 29879 with flag 126015/126015
1800.14/950.42	c starts		: 103
1800.14/950.42	c conflicts		: 141479
1800.14/950.42	c decisions		: 350672
1800.14/950.42	c propagations		: 12843018
1800.14/950.42	c inspects		: 516745975
1800.14/950.42	c learnt literals	: 0
1800.14/950.42	c learnt binary clauses	: 0
1800.14/950.42	c learnt ternary clauses	: 1
1800.14/950.42	c learnt clauses	: 141479
1800.14/950.42	c ignored clauses	: 0
1800.14/950.42	c root simplifications	: 0
1800.14/950.42	c removed literals (reason simplification)	: 390302
1800.14/950.42	c reason swapping (by a shorter reason)	: 0
1800.14/950.42	c Calls to reduceDB	: 12
1800.14/950.42	c number of reductions to clauses (during analyze)	: 0
1800.14/950.42	c number of learned constraints concerned by reduction	: 0
1800.14/950.43	c number of learning phase by resolution	: 0
1800.14/950.43	c number of learning phase by cutting planes	: 0
1800.14/950.43	c speed (assignments/second)	: 14875.10626715621
1800.14/950.43	c non guided choices	16173
1800.35/950.52	c learnt constraints type 
1800.35/950.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 30407
1800.35/950.53	c constraints type 
1800.35/950.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
1800.35/950.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.35/950.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.35/950.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
1800.35/950.53	c constraints type 
1800.35/950.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.35/950.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15716
1800.35/950.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.35/950.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
1800.35/950.53	s UNKNOWN
1800.35/950.53	c Total wall clock time (in seconds): 950.312

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-2661592-1276681274/watcher-2661592-1276681274 -o /tmp/evaluation-result-2661592-1276681274/solver-2661592-1276681274 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661592-1276681274.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 1.00 0.99 3/105 18866
/proc/meminfo: memFree=1779444/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1752 CPUtime=0
/proc/18866/stat : 18866 (java6) R 18864 18866 17386 0 -1 4194304 164 0 0 0 0 0 0 0 25 0 1 0 9420895 1794048 81 1992294400 134512640 134550932 4289189168 18446744073709551615 8926500 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18866/statm: 438 83 64 10 0 30 0

[startup+0.0161191 s]
/proc/loadavg: 0.92 1.00 0.99 3/105 18866
/proc/meminfo: memFree=1779444/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=13164 CPUtime=0
/proc/18866/stat : 18866 (java) R 18864 18866 17386 0 -1 4194304 903 0 0 0 0 0 0 0 25 0 1 0 9420895 13479936 410 1992294400 134512640 134550932 4288719888 18446744073709551615 8885883 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18866/statm: 3291 417 144 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.101116 s]
/proc/loadavg: 0.92 1.00 0.99 3/105 18866
/proc/meminfo: memFree=1779444/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1524180 CPUtime=0.08
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 3958 0 1 0 6 2 0 0 25 0 12 0 9420895 1560760320 3397 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301144 s]
/proc/loadavg: 0.92 1.00 0.99 3/105 18866
/proc/meminfo: memFree=1779444/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1526280 CPUtime=0.36
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 5452 0 1 0 32 4 0 0 25 0 12 0 9420895 1562910720 4889 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 381570 4889 1360 10 0 378873 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526280

[startup+0.701186 s]
/proc/loadavg: 0.92 1.00 0.99 3/105 18866
/proc/meminfo: memFree=1779444/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1529484 CPUtime=1.01
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 7071 0 1 0 96 5 0 0 25 0 12 0 9420895 1566191616 6508 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 382371 6508 1405 10 0 379674 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1529484

[startup+1.50226 s]
/proc/loadavg: 0.92 1.00 0.99 3/117 18878
/proc/meminfo: memFree=1754984/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1529300 CPUtime=2.01
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 8963 0 1 0 195 6 0 0 25 0 12 0 9420895 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 382325 8109 1409 10 0 379628 0
[pid=18866/tid=18868] ppid=18864 vsize=1529300 CPUtime=1.33
/proc/18866/task/18868/stat : 18868 (java) R 18864 18866 17386 0 -1 4202560 6228 0 1 0 129 4 0 0 25 0 12 0 9420896 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4108792728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9420898 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9420898 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9420899 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9420900 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9420900 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9420904 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1529300 CPUtime=0.31
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 837 0 0 0 31 0 0 0 19 0 12 0 9420904 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1529300 CPUtime=0.33
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 833 0 0 0 33 0 0 0 15 0 12 0 9420904 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9420904 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1529300 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9420904 1566003200 8109 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1529300

[startup+3.10143 s]
/proc/loadavg: 0.92 1.00 0.99 3/117 18878
/proc/meminfo: memFree=1741716/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1542020 CPUtime=4.5
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 17104 0 1 0 441 9 0 0 25 0 12 0 9420895 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 385505 12529 1410 10 0 382808 0
[pid=18866/tid=18868] ppid=18864 vsize=1542020 CPUtime=2.93
/proc/18866/task/18868/stat : 18868 (java) R 18864 18866 17386 0 -1 4202560 7501 0 1 0 288 5 0 0 25 0 12 0 9420896 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4108925014 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9420898 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9420898 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9420899 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9420900 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9420900 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9420904 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1542020 CPUtime=1.16
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7318 0 0 0 114 2 0 0 16 0 12 0 9420904 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1542020 CPUtime=0.37
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 1220 0 0 0 37 0 0 0 15 0 12 0 9420904 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9420904 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1542020 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9420904 1579028480 12529 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1542020

[startup+6.30176 s]
/proc/loadavg: 0.93 1.00 0.99 2/117 18878
/proc/meminfo: memFree=1729068/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1541600 CPUtime=7.83
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 18768 0 1 0 772 11 0 0 25 0 12 0 9420895 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 385400 14094 1417 10 0 382703 0
[pid=18866/tid=18868] ppid=18864 vsize=1541600 CPUtime=6.13
/proc/18866/task/18868/stat : 18868 (java) R 18864 18866 17386 0 -1 4202560 9121 0 1 0 607 6 0 0 25 0 12 0 9420896 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4109081612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9420898 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9420898 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9420899 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9420900 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9420900 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9420904 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1541600 CPUtime=1.21
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7344 0 0 0 119 2 0 0 15 0 12 0 9420904 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1541600 CPUtime=0.46
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 1237 0 0 0 45 1 0 0 15 0 12 0 9420904 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9420904 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1541600 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9420904 1578598400 14094 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 1541600

[startup+12.7014 s]
/proc/loadavg: 1.02 1.01 1.00 2/117 18878
/proc/meminfo: memFree=1719396/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1539316 CPUtime=14.26
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 21513 0 1 0 1413 13 0 0 25 0 12 0 9420895 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 384829 16279 1417 10 0 382132 0
[pid=18866/tid=18868] ppid=18864 vsize=1539316 CPUtime=12.52
/proc/18866/task/18868/stat : 18868 (java) R 18864 18866 17386 0 -1 4202560 11865 0 1 0 1244 8 0 0 25 0 12 0 9420896 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4109081612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9420898 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9420898 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9420899 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9420900 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9420900 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9420904 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1539316 CPUtime=1.21
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7344 0 0 0 119 2 0 0 15 0 12 0 9420904 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1539316 CPUtime=0.49
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 1238 0 0 0 48 1 0 0 15 0 12 0 9420904 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9420904 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9420904 1576259584 16279 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 1539316

[startup+25.5018 s]
/proc/loadavg: 1.01 1.01 1.00 2/117 18878
/proc/meminfo: memFree=1702532/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1539316 CPUtime=27.17
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 25568 0 1 0 2702 15 0 0 25 0 12 0 9420895 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 384829 20333 1417 10 0 382132 0
[pid=18866/tid=18868] ppid=18864 vsize=1539316 CPUtime=25.32
/proc/18866/task/18868/stat : 18868 (java) R 18864 18866 17386 0 -1 4202560 15906 0 1 0 2522 10 0 0 25 0 12 0 9420896 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4108925011 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9420898 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9420898 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 9420899 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9420900 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9420900 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1539316 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9420904 1576259584 20333 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1539316 CPUtime=1.21

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

/proc/18866/statm: 385153 148675 1446 10 0 382456 0
[pid=18866/tid=18868] ppid=18864 vsize=1540612 CPUtime=86.74
/proc/18866/task/18868/stat : 18868 (java) S 18864 18866 17386 0 -1 4202560 32010 0 1 0 8654 20 0 0 15 0 16 0 9420896 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1540612 CPUtime=7.41
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 69649 0 0 0 705 36 0 0 16 0 16 0 9420898 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1540612 CPUtime=7.4
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 71459 0 0 0 699 41 0 0 16 0 16 0 9420898 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1540612 CPUtime=3.81
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 152 0 0 0 367 14 0 0 15 0 16 0 9420899 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1540612 CPUtime=2.45
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7473 0 0 0 243 2 0 0 15 0 16 0 9420904 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1540612 CPUtime=2.64
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 2550 0 0 0 263 1 0 0 15 0 16 0 9420904 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 9420904 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18881] ppid=18864 vsize=1540612 CPUtime=715.84
/proc/18866/task/18881/stat : 18881 (java) R 18864 18866 17386 0 -1 4202560 202 0 0 0 71582 2 0 0 25 0 16 0 9429599 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4109669186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18866/tid=18882] ppid=18864 vsize=1540612 CPUtime=719.12
/proc/18866/task/18882/stat : 18882 (java) R 18864 18866 17386 0 -1 4202560 242 0 0 0 71910 2 0 0 25 0 16 0 9429599 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4109736926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18883] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18883/stat : 18883 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429604 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18884] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18884/stat : 18884 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429605 1577586688 148675 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1545.49
Current children cumulated vsize (KiB) 1540612

[startup+882.303 s]
/proc/loadavg: 2.04 2.08 1.66 3/121 18906
/proc/meminfo: memFree=1176988/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1540612 CPUtime=1664.96
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 187506 0 1 0 166371 125 0 0 25 0 16 0 9420895 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 385153 151222 1446 10 0 382456 0
[pid=18866/tid=18868] ppid=18864 vsize=1540612 CPUtime=86.74
/proc/18866/task/18868/stat : 18868 (java) S 18864 18866 17386 0 -1 4202560 32010 0 1 0 8654 20 0 0 15 0 16 0 9420896 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1540612 CPUtime=7.86
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 70625 0 0 0 750 36 0 0 16 0 16 0 9420898 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1540612 CPUtime=7.87
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 73100 0 0 0 745 42 0 0 15 0 16 0 9420898 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1540612 CPUtime=3.83
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 156 0 0 0 368 15 0 0 15 0 16 0 9420899 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1540612 CPUtime=2.45
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7473 0 0 0 243 2 0 0 15 0 16 0 9420904 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1540612 CPUtime=2.64
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 2550 0 0 0 263 1 0 0 15 0 16 0 9420904 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 9420904 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18881] ppid=18864 vsize=1540612 CPUtime=775.34
/proc/18866/task/18881/stat : 18881 (java) R 18864 18866 17386 0 -1 4202560 209 0 0 0 77532 2 0 0 25 0 16 0 9429599 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4109546427 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18866/tid=18882] ppid=18864 vsize=1540612 CPUtime=778.15
/proc/18866/task/18882/stat : 18882 (java) R 18864 18866 17386 0 -1 4202560 261 0 0 0 77813 2 0 0 25 0 16 0 9429599 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4109736926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18883] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18883/stat : 18883 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429604 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18884] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18884/stat : 18884 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429605 1577586688 151222 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.96
Current children cumulated vsize (KiB) 1540612

[startup+942.303 s]
/proc/loadavg: 2.04 2.08 1.68 4/121 18908
/proc/meminfo: memFree=1091676/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1540612 CPUtime=1784.07
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 210592 0 1 0 178267 140 0 0 25 0 16 0 9420895 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 385153 173256 1446 10 0 382456 0
[pid=18866/tid=18868] ppid=18864 vsize=1540612 CPUtime=86.74
/proc/18866/task/18868/stat : 18868 (java) S 18864 18866 17386 0 -1 4202560 32010 0 1 0 8654 20 0 0 15 0 16 0 9420896 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1540612 CPUtime=8.39
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 79843 0 0 0 797 42 0 0 15 0 16 0 9420898 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1540612 CPUtime=8.4
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 86937 0 0 0 792 48 0 0 16 0 16 0 9420898 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1540612 CPUtime=3.84
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 160 0 0 0 369 15 0 0 15 0 16 0 9420899 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1540612 CPUtime=2.45
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7473 0 0 0 243 2 0 0 15 0 16 0 9420904 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1540612 CPUtime=2.64
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 2550 0 0 0 263 1 0 0 15 0 16 0 9420904 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9420904 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18881] ppid=18864 vsize=1540612 CPUtime=834.15
/proc/18866/task/18881/stat : 18881 (java) R 18864 18866 17386 0 -1 4202560 215 0 0 0 83411 4 0 0 25 0 16 0 9429599 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4109556539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18882] ppid=18864 vsize=1540612 CPUtime=837.37
/proc/18866/task/18882/stat : 18882 (java) R 18864 18866 17386 0 -1 4202560 278 0 0 0 83735 2 0 0 25 0 16 0 9429599 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4109736994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18866/tid=18883] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18883/stat : 18883 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429604 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18884] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18884/stat : 18884 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429605 1577586688 173256 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.07
Current children cumulated vsize (KiB) 1540612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.41 s]
/proc/loadavg: 2.04 2.07 1.69 3/121 18908
/proc/meminfo: memFree=1045796/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=1540612 CPUtime=1800.14
/proc/18866/stat : 18866 (java) S 18864 18866 17386 0 -1 4202496 222590 0 1 0 179867 147 0 0 25 0 16 0 9420895 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 385153 183896 1446 10 0 382456 0
[pid=18866/tid=18868] ppid=18864 vsize=1540612 CPUtime=86.74
/proc/18866/task/18868/stat : 18868 (java) S 18864 18866 17386 0 -1 4202560 32010 0 1 0 8654 20 0 0 15 0 16 0 9420896 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18869] ppid=18864 vsize=1540612 CPUtime=8.53
/proc/18866/task/18869/stat : 18869 (java) S 18864 18866 17386 0 -1 4202560 85763 0 0 0 807 46 0 0 15 0 16 0 9420898 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18870] ppid=18864 vsize=1540612 CPUtime=8.54
/proc/18866/task/18870/stat : 18870 (java) S 18864 18866 17386 0 -1 4202560 93011 0 0 0 803 51 0 0 16 0 16 0 9420898 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18871] ppid=18864 vsize=1540612 CPUtime=3.85
/proc/18866/task/18871/stat : 18871 (java) S 18864 18866 17386 0 -1 4202560 160 0 0 0 370 15 0 0 15 0 16 0 9420899 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 0 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18872] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18872/stat : 18872 (java) S 18864 18866 17386 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18873] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18873/stat : 18873 (java) S 18864 18866 17386 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9420900 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18874] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18874/stat : 18874 (java) S 18864 18866 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18875] ppid=18864 vsize=1540612 CPUtime=2.45
/proc/18866/task/18875/stat : 18875 (java) S 18864 18866 17386 0 -1 4202560 7473 0 0 0 243 2 0 0 15 0 16 0 9420904 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18876] ppid=18864 vsize=1540612 CPUtime=2.64
/proc/18866/task/18876/stat : 18876 (java) S 18864 18866 17386 0 -1 4202560 2550 0 0 0 263 1 0 0 15 0 16 0 9420904 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18877] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18877/stat : 18877 (java) S 18864 18866 17386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9420904 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
[pid=18866/tid=18878] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18878/stat : 18878 (java) S 18864 18866 17386 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9420904 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18881] ppid=18864 vsize=1540612 CPUtime=841.96
/proc/18866/task/18881/stat : 18881 (java) R 18864 18866 17386 0 -1 4202560 216 0 0 0 84192 4 0 0 25 0 16 0 9429599 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4109689324 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18866/tid=18882] ppid=18864 vsize=1540612 CPUtime=845.34
/proc/18866/task/18882/stat : 18882 (java) R 18864 18866 17386 0 -1 4202560 281 0 0 0 84532 2 0 0 25 0 16 0 9429599 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4109736876 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18866/tid=18883] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18883/stat : 18883 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429604 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 1 0 0 0
[pid=18866/tid=18884] ppid=18864 vsize=1540612 CPUtime=0
/proc/18866/task/18884/stat : 18884 (java) S 18864 18866 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9429605 1577586688 183896 1992294400 134512640 134550932 4288719888 18446744073709551615 4294960144 0 4 0 16800975 18446604437823301568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1540612

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

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

[startup+950.603 s]
/proc/loadavg: 2.04 2.07 1.69 3/121 18908
/proc/meminfo: memFree=1045796/2059040 swapFree=4148288/4192956
[pid=18866] ppid=18864 vsize=0 CPUtime=1800.48
/proc/18866/stat : 18866 (java) Z 18864 18866 17386 0 -1 4203548 222610 0 1 0 179899 149 0 0 16 0 2 0 9420895 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18866/statm: 0 0 0 0 0 0 0
[pid=18866/tid=18881] ppid=18864 vsize=0 CPUtime=842.09
/proc/18866/task/18881/stat : 18881 (java) R 18864 18866 17386 0 -1 4203588 216 0 0 0 84203 6 0 0 25 0 2 0 9429599 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.48
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 950.655
CPU time (s): 1800.55
CPU user time (s): 1799
CPU system time (s): 1.54776
CPU usage (%): 189.401
Max. virtual memory (cumulated for all children) (KiB): 1543116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.54776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222610
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= 25308
involuntary context switches= 47072

runsolver used 5.16421 second user time and 5.9341 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 11:41:14
IDJOB=2661592
IDBENCH=48352
IDSOLVER=1166
FILE ID=node082/2661592-1276681274
PBS_JOBID= 11172528
Free space on /tmp= 62584 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_25_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-2661592-1276681274/watcher-2661592-1276681274 -o /tmp/evaluation-result-2661592-1276681274/solver-2661592-1276681274 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661592-1276681274.opb

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

MD5SUM BENCH= 1315caae01d69a106b6850eece7eb42e
RANDOM SEED=414498886

node082.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.215
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.43
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.215
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.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1779964 kB
Buffers:         72796 kB
Cached:         107308 kB
SwapCached:       6844 kB
Active:         101732 kB
Inactive:       100052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1779964 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:       18812 kB
Mapped:          13256 kB
Slab:            55540 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node082 at 2010-06-16 11:57:06