Trace number 2662173

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.31 908.902

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUMd9d4457b33bb6978c15b3abc72f33e33
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662173-1276548573.opb
0.23/0.21	c reading problem ... 
2.33/1.64	c ... done. Wall clock time 1.433s.
2.33/1.64	c #vars     33244
2.33/1.64	c #constraints  16123
2.33/1.64	c constraints type 
2.33/1.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 616
2.33/1.65	c constraints type 
2.33/1.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 616
84.16/42.93	c cleaning 2501 clauses out of 5001 with flag 5001/5001
117.84/60.06	c cleaning 4249 clauses out of 8499 with flag 11000/11000
823.96/416.52	c cleaning 5625 clauses out of 11255 with flag 18005/18005
1800.16/908.81	c starts		: 49
1800.16/908.81	c conflicts		: 21217
1800.16/908.81	c decisions		: 35592
1800.16/908.81	c propagations		: 5086169
1800.16/908.81	c inspects		: 17199244
1800.16/908.81	c learnt literals	: 0
1800.16/908.81	c learnt binary clauses	: 0
1800.16/908.81	c learnt ternary clauses	: 0
1800.16/908.81	c learnt clauses	: 21217
1800.16/908.81	c ignored clauses	: 0
1800.16/908.81	c root simplifications	: 0
1800.16/908.81	c removed literals (reason simplification)	: 4347161
1800.16/908.81	c reason swapping (by a shorter reason)	: 0
1800.16/908.81	c Calls to reduceDB	: 3
1800.16/908.81	c number of reductions to clauses (during analyze)	: 0
1800.16/908.81	c number of learned constraints concerned by reduction	: 0
1800.16/908.81	c number of learning phase by resolution	: 0
1800.16/908.81	c number of learning phase by cutting planes	: 0
1800.16/908.81	c speed (assignments/second)	: 5606.645075664044
1800.16/908.81	c non guided choices	2657
1800.16/908.84	c learnt constraints type 
1800.16/908.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8842
1800.16/908.84	c constraints type 
1800.16/908.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 616
1800.16/908.84	c constraints type 
1800.16/908.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 616
1800.16/908.84	s UNKNOWN
1800.16/908.84	c Total wall clock time (in seconds): 908.629

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-2662173-1276548573/watcher-2662173-1276548573 -o /tmp/evaluation-result-2662173-1276548573/solver-2662173-1276548573 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662173-1276548573.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 3/106 1392
/proc/meminfo: memFree=1820612/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=248 CPUtime=0
/proc/1392/stat : 1392 (java6) S 1390 1392 349 0 -1 4194304 110 0 0 0 0 0 0 0 21 0 1 0 30458835 253952 28 1992294400 134512640 134550932 4289614512 18446744073709551615 7619156 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/1392/statm: 62 28 21 10 0 23 0

[startup+0.024088 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1392
/proc/meminfo: memFree=1820612/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1517068 CPUtime=0.01
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 1611 0 1 0 0 1 0 0 18 0 2 0 30458835 1553477632 1054 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 379267 1070 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100087 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1392
/proc/meminfo: memFree=1820612/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1524180 CPUtime=0.08
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 30458835 1560760320 3393 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300083 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1392
/proc/meminfo: memFree=1820612/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1525944 CPUtime=0.36
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 5738 0 1 0 33 3 0 0 18 0 12 0 30458835 1562566656 5174 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 381486 5174 1357 10 0 378789 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525944

[startup+0.700076 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1392
/proc/meminfo: memFree=1820612/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1528064 CPUtime=1.15
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 8481 0 1 0 111 4 0 0 18 0 12 0 30458835 1564737536 7819 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 382016 7824 1406 10 0 379319 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1528064

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 1404
/proc/meminfo: memFree=1764160/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1528204 CPUtime=2.23
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 26538 0 1 0 212 11 0 0 18 0 12 0 30458835 1564880896 25786 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 382051 25786 1406 10 0 379354 0
[pid=1392/tid=1394] ppid=1390 vsize=1528204 CPUtime=1.45
/proc/1392/task/1394/stat : 1394 (java) R 1390 1392 349 0 -1 4202560 24122 0 1 0 136 9 0 0 19 0 12 0 30458837 1564880896 25787 1992294400 134512640 134550932 4290807872 18446744073709551615 4109031945 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 30458838 1564880896 25791 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 30458838 1564880896 25791 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30458840 1564880896 25793 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 30458840 1564880896 25794 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 30458840 1564880896 25796 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30458844 1564880896 25798 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1528204 CPUtime=0.2
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 431 0 0 0 20 0 0 0 25 0 12 0 30458844 1564880896 25799 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1528204 CPUtime=0.56
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 923 0 0 0 56 0 0 0 18 0 12 0 30458845 1564880896 25801 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30458845 1564880896 25802 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1528204 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30458845 1564880896 25803 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1528204

[startup+3.10103 s]
/proc/loadavg: 1.00 1.00 1.00 3/122 1408
/proc/meminfo: memFree=1696672/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1529500 CPUtime=5.26
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 41742 0 1 0 508 18 0 0 18 0 16 0 30458835 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 382375 40602 1429 10 0 379678 0
[pid=1392/tid=1394] ppid=1390 vsize=1529500 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27906 0 1 0 149 11 0 0 18 0 16 0 30458837 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1529500 CPUtime=0.13
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 4085 0 0 0 11 2 0 0 18 0 16 0 30458838 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1529500 CPUtime=0.13
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 3462 0 0 0 12 1 0 0 18 0 16 0 30458838 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 30458840 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30458840 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 30458840 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1529500 CPUtime=0.48
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 509 0 0 0 48 0 0 0 15 0 16 0 30458844 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1529500 CPUtime=0.84
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 1004 0 0 0 84 0 0 0 15 0 16 0 30458845 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30458845 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1529500 CPUtime=1
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 1751 0 0 0 100 0 0 0 20 0 16 0 30459000 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1529500 CPUtime=1
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 1952 0 0 0 100 0 0 0 25 0 16 0 30459000 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4109229999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1529500 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1566208000 40602 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 1529500

[startup+6.30198 s]
/proc/loadavg: 1.00 1.00 1.00 3/122 1408
/proc/meminfo: memFree=1660464/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1531468 CPUtime=11.61
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 48225 0 1 0 1140 21 0 0 18 0 16 0 30458835 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 382867 46639 1430 10 0 380170 0
[pid=1392/tid=1394] ppid=1390 vsize=1531468 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27906 0 1 0 149 11 0 0 18 0 16 0 30458837 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1531468 CPUtime=0.23
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 6772 0 0 0 19 4 0 0 18 0 16 0 30458838 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1531468 CPUtime=0.22
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 5898 0 0 0 20 2 0 0 18 0 16 0 30458838 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 30458840 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30458840 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 30458840 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1531468 CPUtime=0.81
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 544 0 0 0 81 0 0 0 15 0 16 0 30458844 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1531468 CPUtime=1.12
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 1835 0 0 0 112 0 0 0 15 0 16 0 30458845 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30458845 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1531468 CPUtime=3.84
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 1753 0 0 0 383 1 0 0 25 0 16 0 30459000 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1531468 CPUtime=3.72
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 2444 0 0 0 372 0 0 0 25 0 16 0 30459000 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1531468 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1568223232 46639 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 1531468

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.01 3/122 1408
/proc/meminfo: memFree=1618304/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1530032 CPUtime=24.28
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 54476 0 1 0 2404 24 0 0 18 0 16 0 30458835 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 382508 51764 1430 10 0 379811 0
[pid=1392/tid=1394] ppid=1390 vsize=1530032 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27906 0 1 0 149 11 0 0 18 0 16 0 30458837 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1530032 CPUtime=0.67
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 10126 0 0 0 62 5 0 0 16 0 16 0 30458838 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1530032 CPUtime=0.66
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 8770 0 0 0 63 3 0 0 16 0 16 0 30458838 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 30458840 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30458840 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 30458840 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1530032 CPUtime=1.02
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 559 0 0 0 102 0 0 0 16 0 16 0 30458844 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1530032 CPUtime=1.12
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 1835 0 0 0 112 0 0 0 15 0 16 0 30458845 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30458845 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1530032 CPUtime=9.74
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 1755 0 0 0 973 1 0 0 25 0 16 0 30459000 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156413 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1530032 CPUtime=9.4
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 2452 0 0 0 940 0 0 0 25 0 16 0 30459000 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4109179777 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1530032 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1566752768 51764 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0

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

/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1569173504 86232 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1569173504 86232 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1390.38
Current children cumulated vsize (KiB) 1532396

[startup+762.31 s]
/proc/loadavg: 2.03 1.97 1.57 3/122 1437
/proc/meminfo: memFree=1477192/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1532396 CPUtime=1509.48
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 95741 0 1 0 150846 102 0 0 18 0 16 0 30458835 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 383099 86569 1448 10 0 380402 0
[pid=1392/tid=1394] ppid=1390 vsize=1532396 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27912 0 1 0 149 11 0 0 15 0 16 0 30458837 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1532396 CPUtime=8.3
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 27375 0 0 0 814 16 0 0 16 0 16 0 30458838 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1532396 CPUtime=8.3
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 28011 0 0 0 815 15 0 0 16 0 16 0 30458838 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1532396 CPUtime=1.24
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 2494 0 0 0 117 7 0 0 15 0 16 0 30458840 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1532396 CPUtime=1.7
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 1856 0 0 0 170 0 0 0 15 0 16 0 30458844 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1532396 CPUtime=1.41
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 2016 0 0 0 141 0 0 0 15 0 16 0 30458845 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 30458845 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1532396 CPUtime=742.76
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 2082 0 0 0 74251 25 0 0 25 0 16 0 30459000 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4109211297 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1532396 CPUtime=744.06
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 2877 0 0 0 74384 22 0 0 25 0 16 0 30459000 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1569173504 86569 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1509.48
Current children cumulated vsize (KiB) 1532396

[startup+822.301 s]
/proc/loadavg: 2.01 1.97 1.59 3/122 1439
/proc/meminfo: memFree=1473968/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1532396 CPUtime=1628.55
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 96592 0 1 0 162747 108 0 0 18 0 16 0 30458835 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 383099 87386 1448 10 0 380402 0
[pid=1392/tid=1394] ppid=1390 vsize=1532396 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27912 0 1 0 149 11 0 0 15 0 16 0 30458837 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1532396 CPUtime=8.56
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 27860 0 0 0 840 16 0 0 16 0 16 0 30458838 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1532396 CPUtime=8.56
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 28355 0 0 0 841 15 0 0 16 0 16 0 30458838 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1532396 CPUtime=1.25
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 2496 0 0 0 118 7 0 0 15 0 16 0 30458840 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1532396 CPUtime=1.7
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 1856 0 0 0 170 0 0 0 15 0 16 0 30458844 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1532396 CPUtime=1.41
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 2016 0 0 0 141 0 0 0 15 0 16 0 30458845 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 30458845 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1532396 CPUtime=802.47
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 2090 0 0 0 80222 25 0 0 25 0 16 0 30459000 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1532396 CPUtime=802.9
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 2887 0 0 0 80262 28 0 0 25 0 16 0 30459000 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1569173504 87386 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1628.55
Current children cumulated vsize (KiB) 1532396

[startup+882.302 s]
/proc/loadavg: 2.00 1.97 1.61 3/122 1441
/proc/meminfo: memFree=1470124/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1532396 CPUtime=1747.6
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 97611 0 1 0 174645 115 0 0 18 0 16 0 30458835 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 383099 88348 1448 10 0 380402 0
[pid=1392/tid=1394] ppid=1390 vsize=1532396 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27913 0 1 0 149 11 0 0 15 0 16 0 30458837 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1532396 CPUtime=8.86
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 28364 0 0 0 870 16 0 0 16 0 16 0 30458838 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1532396 CPUtime=8.86
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 28843 0 0 0 870 16 0 0 16 0 16 0 30458838 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1532396 CPUtime=1.26
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 2500 0 0 0 118 8 0 0 15 0 16 0 30458840 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1532396 CPUtime=1.7
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 1856 0 0 0 170 0 0 0 15 0 16 0 30458844 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1532396 CPUtime=1.41
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 2016 0 0 0 141 0 0 0 15 0 16 0 30458845 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 30458845 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1532396 CPUtime=861.84
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 2097 0 0 0 86158 26 0 0 25 0 16 0 30459000 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4109065563 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1532396 CPUtime=861.96
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 2898 0 0 0 86164 32 0 0 25 0 16 0 30459000 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1569173504 88348 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1747.6
Current children cumulated vsize (KiB) 1532396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.802 s]
/proc/loadavg: 2.07 1.99 1.63 3/122 1441
/proc/meminfo: memFree=1457724/2059040 swapFree=4136716/4192956
[pid=1392] ppid=1390 vsize=1532396 CPUtime=1800.16
/proc/1392/stat : 1392 (java) S 1390 1392 349 0 -1 4202496 100785 0 1 0 179898 118 0 0 18 0 16 0 30458835 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1392/statm: 383099 91406 1448 10 0 380402 0
[pid=1392/tid=1394] ppid=1390 vsize=1532396 CPUtime=1.6
/proc/1392/task/1394/stat : 1394 (java) S 1390 1392 349 0 -1 4202560 27913 0 1 0 149 11 0 0 15 0 16 0 30458837 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1395] ppid=1390 vsize=1532396 CPUtime=9.32
/proc/1392/task/1395/stat : 1395 (java) S 1390 1392 349 0 -1 4202560 30011 0 0 0 915 17 0 0 16 0 16 0 30458838 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1396] ppid=1390 vsize=1532396 CPUtime=9.32
/proc/1392/task/1396/stat : 1396 (java) S 1390 1392 349 0 -1 4202560 30336 0 0 0 915 17 0 0 15 0 16 0 30458838 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1397] ppid=1390 vsize=1532396 CPUtime=1.27
/proc/1392/task/1397/stat : 1397 (java) S 1390 1392 349 0 -1 4202560 2503 0 0 0 119 8 0 0 16 0 16 0 30458840 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 0 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1398] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1398/stat : 1398 (java) S 1390 1392 349 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1399] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1399/stat : 1399 (java) S 1390 1392 349 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30458840 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1400] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1400/stat : 1400 (java) S 1390 1392 349 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30458844 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1401] ppid=1390 vsize=1532396 CPUtime=1.7
/proc/1392/task/1401/stat : 1401 (java) S 1390 1392 349 0 -1 4202560 1856 0 0 0 170 0 0 0 15 0 16 0 30458844 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1402] ppid=1390 vsize=1532396 CPUtime=1.41
/proc/1392/task/1402/stat : 1402 (java) S 1390 1392 349 0 -1 4202560 2016 0 0 0 141 0 0 0 15 0 16 0 30458845 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1403] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1403/stat : 1403 (java) S 1390 1392 349 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30458845 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1404] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1404/stat : 1404 (java) S 1390 1392 349 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 30458845 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
[pid=1392/tid=1405] ppid=1390 vsize=1532396 CPUtime=887.47
/proc/1392/task/1405/stat : 1405 (java) R 1390 1392 349 0 -1 4202560 2108 0 0 0 88719 28 0 0 25 0 16 0 30459000 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4109156990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1392/tid=1406] ppid=1390 vsize=1532396 CPUtime=887.97
/proc/1392/task/1406/stat : 1406 (java) R 1390 1392 349 0 -1 4202560 2917 0 0 0 88765 32 0 0 25 0 16 0 30459000 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4109251688 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1392/tid=1407] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1407/stat : 1407 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30459023 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 0 0 0 0
[pid=1392/tid=1408] ppid=1390 vsize=1532396 CPUtime=0
/proc/1392/task/1408/stat : 1408 (java) S 1390 1392 349 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30459024 1569173504 91406 1992294400 134512640 134550932 4290807872 18446744073709551615 4294960144 0 4 0 16800975 18446604437841696576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1532396

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

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

Child status: 143
Real time (s): 908.902
CPU time (s): 1800.31
CPU user time (s): 1799.09
CPU system time (s): 1.22481
CPU usage (%): 198.076
Max. virtual memory (cumulated for all children) (KiB): 1538028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.22481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100806
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= 28999
involuntary context switches= 53967

runsolver used 5.2322 second user time and 9.04862 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-14 22:49:33
IDJOB=2662173
IDBENCH=2413
IDSOLVER=1166
FILE ID=node012/2662173-1276548573
PBS_JOBID= 11173474
Free space on /tmp= 62504 MiB

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

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

MD5SUM BENCH= d9d4457b33bb6978c15b3abc72f33e33
RANDOM SEED=708795595

node012.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.258
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.51
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.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1821008 kB
Buffers:         41924 kB
Cached:         117036 kB
SwapCached:       9652 kB
Active:          73816 kB
Inactive:        97808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1821008 kB
SwapTotal:     4192956 kB
SwapFree:      4136716 kB
Dirty:            1564 kB
Writeback:           8 kB
AnonPages:       11028 kB
Mapped:           9360 kB
Slab:            44664 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182180 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= 62504 MiB
End job on node012 at 2010-06-14 23:04:44