Trace number 2691653

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.2 1735.94

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12013_1-unsat--soft-33-100-0.wbo
MD5SUMaf27a3363dc9db8608eaadebe8e447c1
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4323
Best CPU time to get the best result obtained on this benchmark1800.38
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables29282
Total number of constraints92908
Number of soft constraints62298
Number of constraints which are clauses92428
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint93
Top cost 3133829
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3133828
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.06	c version 2.2.0.v20100526
0.03/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.06	c java.vm.version	11.2-b01
0.03/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.06	c sun.arch.data.model	32
0.03/0.06	c java.version		1.6.0_12
0.03/0.06	c os.name		Linux
0.03/0.06	c os.version		2.6.18-164.el5
0.03/0.06	c os.arch		i386
0.03/0.06	c Free memory 		1393557488
0.03/0.06	c Max memory 		1395916800
0.03/0.06	c Total memory 		1395916800
0.03/0.06	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.09	c No reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-2691653-1277886192.wbo
0.03/0.09	c reading problem ... 
1.83/1.06	c ... done. Wall clock time 0.97s.
1.83/1.06	c #vars     91580
1.83/1.06	c #constraints  83217
1.83/1.06	c constraints type 
1.83/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59088
1.83/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11508
1.83/1.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8766
1.83/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 480
85.03/79.27	c cleaning 0 clauses out of 5000 with flag 0/5000
353.11/334.59	c cleaning 0 clauses out of 11002 with flag 0/11002
910.76/861.82	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.04/1735.86	c starts		: 54
1800.04/1735.86	c conflicts		: 25961
1800.04/1735.86	c decisions		: 207348
1800.04/1735.86	c propagations		: 20282733
1800.04/1735.86	c inspects		: 1006717473
1800.04/1735.86	c learnt literals	: 0
1800.04/1735.86	c learnt binary clauses	: 0
1800.04/1735.86	c learnt ternary clauses	: 33
1800.04/1735.86	c learnt clauses	: 25960
1800.04/1735.86	c ignored clauses	: 0
1800.04/1735.86	c root simplifications	: 0
1800.04/1735.86	c removed literals (reason simplification)	: 0
1800.04/1735.86	c reason swapping (by a shorter reason)	: 0
1800.04/1735.86	c Calls to reduceDB	: 3
1800.04/1735.86	c number of reductions to clauses (during analyze)	: 0
1800.04/1735.86	c number of learned constraints concerned by reduction	: 0
1800.04/1735.86	c number of learning phase by resolution	: 0
1800.04/1735.86	c number of learning phase by cutting planes	: 0
1800.04/1735.86	c speed (assignments/second)	: 11691.73094426828
1800.04/1735.86	c non guided choices	64
1800.04/1735.87	c learnt constraints type 
1800.04/1735.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 33
1800.04/1735.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25927
1800.04/1735.87	c constraints type 
1800.04/1735.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59088
1800.04/1735.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11508
1800.04/1735.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8766
1800.04/1735.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 480
1800.04/1735.87	s UNKNOWN
1800.04/1735.87	c Total wall clock time (in seconds): 1735.777

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-2691653-1277886192/watcher-2691653-1277886192 -o /tmp/evaluation-result-2691653-1277886192/solver-2691653-1277886192 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691653-1277886192.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.55 0.13 0.04 3/196 10120
/proc/meminfo: memFree=31124908/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=13480 CPUtime=0
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 1111 0 0 0 0 0 0 0 22 0 2 0 129914705 13803520 582 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 3370 582 265 10 0 1204 0
[pid=10120/tid=10121] ppid=10118 vsize=13508 CPUtime=0
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 73 0 0 0 0 0 0 0 24 0 2 0 129914706 13832192 585 4089446400 134512640 134550932 4291296160 18446744073709551615 3471271 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0408369 s]
/proc/loadavg: 0.55 0.13 0.04 3/196 10120
/proc/meminfo: memFree=31124908/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1525308 CPUtime=0.03
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 3885 0 1 0 2 1 0 0 22 0 13 0 129914705 1561915392 3327 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 381327 3327 1046 10 0 378637 0
[pid=10120/tid=10121] ppid=10118 vsize=1525308 CPUtime=0.02
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 2820 0 1 0 2 0 0 0 25 0 13 0 129914706 1561915392 3327 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525308

[startup+0.104867 s]
/proc/loadavg: 0.55 0.13 0.04 3/196 10120
/proc/meminfo: memFree=31124908/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1530152 CPUtime=0.12
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 5781 0 1 0 11 1 0 0 22 0 18 0 129914705 1566875648 5219 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 382538 5219 1351 10 0 379840 0
[pid=10120/tid=10121] ppid=10118 vsize=1530152 CPUtime=0.09
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 4114 0 1 0 8 1 0 0 18 0 18 0 129914706 1566875648 5219 4089446400 134512640 134550932 4291296160 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530152

[startup+0.300824 s]
/proc/loadavg: 0.55 0.13 0.04 3/196 10120
/proc/meminfo: memFree=31124908/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1531728 CPUtime=0.54
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 8434 0 1 0 52 2 0 0 22 0 18 0 129914705 1568489472 7648 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 382932 7649 1404 10 0 380234 0
[pid=10120/tid=10121] ppid=10118 vsize=1531728 CPUtime=0.29
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 6054 0 1 0 28 1 0 0 18 0 18 0 129914706 1568489472 7649 4089446400 134512640 134550932 4291296160 18446744073709551615 4109409219 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1531728

[startup+0.700753 s]
/proc/loadavg: 0.55 0.13 0.04 3/196 10120
/proc/meminfo: memFree=31124908/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1531860 CPUtime=1.18
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 34929 0 1 0 113 5 0 0 22 0 18 0 129914705 1568624640 33722 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 382965 33725 1415 10 0 380267 0
[pid=10120/tid=10121] ppid=10118 vsize=1531860 CPUtime=0.69
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 32046 0 1 0 65 4 0 0 18 0 18 0 129914706 1568624640 33726 4089446400 134512640 134550932 4291296160 18446744073709551615 4109398276 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1531860

[startup+1.50063 s]
/proc/loadavg: 0.55 0.13 0.04 4/214 10138
/proc/meminfo: memFree=30964688/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1549788 CPUtime=3.19
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 55467 0 1 0 310 9 0 0 22 0 19 0 129914705 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 387447 49995 1440 10 0 384749 0
[pid=10120/tid=10121] ppid=10118 vsize=1549788 CPUtime=1.43
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 32098 0 1 0 139 4 0 0 20 0 19 0 129914706 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4109030141 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=10120/tid=10123] ppid=10118 vsize=1549788 CPUtime=0.01
/proc/10120/task/10123/stat : 10123 (java) S 10118 10120 9887 0 -1 4202560 900 0 0 0 1 0 0 0 16 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10124] ppid=10118 vsize=1549788 CPUtime=0.01
/proc/10120/task/10124/stat : 10124 (java) S 10118 10120 9887 0 -1 4202560 531 0 0 0 1 0 0 0 16 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10125] ppid=10118 vsize=1549788 CPUtime=0.03
/proc/10120/task/10125/stat : 10125 (java) S 10118 10120 9887 0 -1 4202560 1497 0 0 0 3 0 0 0 16 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 5 0 0 0
[pid=10120/tid=10126] ppid=10118 vsize=1549788 CPUtime=0.01
/proc/10120/task/10126/stat : 10126 (java) S 10118 10120 9887 0 -1 4202560 897 0 0 0 1 0 0 0 15 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10127] ppid=10118 vsize=1549788 CPUtime=0.01
/proc/10120/task/10127/stat : 10127 (java) S 10118 10120 9887 0 -1 4202560 991 0 0 0 1 0 0 0 15 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10128] ppid=10118 vsize=1549788 CPUtime=0.05
/proc/10120/task/10128/stat : 10128 (java) S 10118 10120 9887 0 -1 4202560 2865 0 0 0 4 1 0 0 16 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10129] ppid=10118 vsize=1549788 CPUtime=0.04
/proc/10120/task/10129/stat : 10129 (java) S 10118 10120 9887 0 -1 4202560 2527 0 0 0 4 0 0 0 16 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10130] ppid=10118 vsize=1549788 CPUtime=0.03
/proc/10120/task/10130/stat : 10130 (java) S 10118 10120 9887 0 -1 4202560 1833 0 0 0 3 0 0 0 16 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10131] ppid=10118 vsize=1549788 CPUtime=0
/proc/10120/task/10131/stat : 10131 (java) S 10118 10120 9887 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 129914707 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10132] ppid=10118 vsize=1549788 CPUtime=0
/proc/10120/task/10132/stat : 10132 (java) S 10118 10120 9887 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 129914708 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10133] ppid=10118 vsize=1549788 CPUtime=0
/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1549788 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1549788 CPUtime=0.66
/proc/10120/task/10135/stat : 10135 (java) R 10118 10120 9887 0 -1 4202560 3569 0 0 0 66 0 0 0 16 0 19 0 129914710 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 105562473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1549788 CPUtime=0.83
/proc/10120/task/10136/stat : 10136 (java) R 10118 10120 9887 0 -1 4202560 6679 0 0 0 82 1 0 0 15 0 19 0 129914710 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 105579361 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1549788 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1549788 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 129914710 1586982912 49995 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1549788

[startup+3.10134 s]
/proc/loadavg: 0.55 0.13 0.04 5/215 10139
/proc/meminfo: memFree=30926880/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1551264 CPUtime=5.74
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 64254 0 1 0 564 10 0 0 22 0 19 0 129914705 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 387816 55591 1446 10 0 385118 0
[pid=10120/tid=10121] ppid=10118 vsize=1551264 CPUtime=2.95
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 32109 0 1 0 291 4 0 0 23 0 19 0 129914706 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4109931567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10120/tid=10123] ppid=10118 vsize=1551264 CPUtime=0.04
/proc/10120/task/10123/stat : 10123 (java) S 10118 10120 9887 0 -1 4202560 1066 0 0 0 4 0 0 0 16 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10124] ppid=10118 vsize=1551264 CPUtime=0.07
/proc/10120/task/10124/stat : 10124 (java) S 10118 10120 9887 0 -1 4202560 1614 0 0 0 7 0 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10125] ppid=10118 vsize=1551264 CPUtime=0.08
/proc/10120/task/10125/stat : 10125 (java) S 10118 10120 9887 0 -1 4202560 2447 0 0 0 8 0 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 5 0 0 0
[pid=10120/tid=10126] ppid=10118 vsize=1551264 CPUtime=0.04
/proc/10120/task/10126/stat : 10126 (java) S 10118 10120 9887 0 -1 4202560 1060 0 0 0 4 0 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10127] ppid=10118 vsize=1551264 CPUtime=0.06
/proc/10120/task/10127/stat : 10127 (java) S 10118 10120 9887 0 -1 4202560 1879 0 0 0 6 0 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10128] ppid=10118 vsize=1551264 CPUtime=0.09
/proc/10120/task/10128/stat : 10128 (java) S 10118 10120 9887 0 -1 4202560 3688 0 0 0 8 1 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10129] ppid=10118 vsize=1551264 CPUtime=0.1
/proc/10120/task/10129/stat : 10129 (java) S 10118 10120 9887 0 -1 4202560 3249 0 0 0 10 0 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10130] ppid=10118 vsize=1551264 CPUtime=0.06
/proc/10120/task/10130/stat : 10130 (java) S 10118 10120 9887 0 -1 4202560 2550 0 0 0 6 0 0 0 16 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10131] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10131/stat : 10131 (java) S 10118 10120 9887 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 129914707 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10132] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10132/stat : 10132 (java) S 10118 10120 9887 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 129914708 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10133] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1551264 CPUtime=0.97
/proc/10120/task/10135/stat : 10135 (java) S 10118 10120 9887 0 -1 4202560 5191 0 0 0 97 0 0 0 16 0 19 0 129914710 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1551264 CPUtime=1.18
/proc/10120/task/10136/stat : 10136 (java) S 10118 10120 9887 0 -1 4202560 8321 0 0 0 117 1 0 0 15 0 19 0 129914710 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 129914710 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10139] ppid=10118 vsize=1551264 CPUtime=0
/proc/10120/task/10139/stat : 10139 (java) S 10118 10120 9887 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129914844 1588494336 55591 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 1551264

[startup+6.30076 s]
/proc/loadavg: 0.66 0.16 0.05 3/215 10139
/proc/meminfo: memFree=30903296/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1550364 CPUtime=9.11
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 66228 0 1 0 899 12 0 0 22 0 19 0 129914705 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 387591 57171 1446 10 0 384893 0
[pid=10120/tid=10121] ppid=10118 vsize=1550364 CPUtime=6.11
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 32124 0 1 0 607 4 0 0 22 0 19 0 129914706 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4109976088 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10120/tid=10123] ppid=10118 vsize=1550364 CPUtime=0.05
/proc/10120/task/10123/stat : 10123 (java) S 10118 10120 9887 0 -1 4202560 1258 0 0 0 5 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10124] ppid=10118 vsize=1550364 CPUtime=0.09
/proc/10120/task/10124/stat : 10124 (java) S 10118 10120 9887 0 -1 4202560 1868 0 0 0 9 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10125] ppid=10118 vsize=1550364 CPUtime=0.09
/proc/10120/task/10125/stat : 10125 (java) S 10118 10120 9887 0 -1 4202560 2647 0 0 0 9 0 0 0 16 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 5 0 0 0
[pid=10120/tid=10126] ppid=10118 vsize=1550364 CPUtime=0.06
/proc/10120/task/10126/stat : 10126 (java) S 10118 10120 9887 0 -1 4202560 1270 0 0 0 6 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10127] ppid=10118 vsize=1550364 CPUtime=0.08
/proc/10120/task/10127/stat : 10127 (java) S 10118 10120 9887 0 -1 4202560 2111 0 0 0 8 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10128] ppid=10118 vsize=1550364 CPUtime=0.11
/proc/10120/task/10128/stat : 10128 (java) S 10118 10120 9887 0 -1 4202560 3966 0 0 0 10 1 0 0 16 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10129] ppid=10118 vsize=1550364 CPUtime=0.12
/proc/10120/task/10129/stat : 10129 (java) S 10118 10120 9887 0 -1 4202560 3518 0 0 0 12 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10130] ppid=10118 vsize=1550364 CPUtime=0.08
/proc/10120/task/10130/stat : 10130 (java) S 10118 10120 9887 0 -1 4202560 2873 0 0 0 8 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10131] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10131/stat : 10131 (java) S 10118 10120 9887 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 129914707 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10132] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10132/stat : 10132 (java) S 10118 10120 9887 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 129914708 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10133] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1550364 CPUtime=0.98
/proc/10120/task/10135/stat : 10135 (java) S 10118 10120 9887 0 -1 4202560 5191 0 0 0 98 0 0 0 15 0 19 0 129914710 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1550364 CPUtime=1.22
/proc/10120/task/10136/stat : 10136 (java) S 10118 10120 9887 0 -1 4202560 8322 0 0 0 121 1 0 0 15 0 19 0 129914710 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 129914710 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10139] ppid=10118 vsize=1550364 CPUtime=0
/proc/10120/task/10139/stat : 10139 (java) S 10118 10120 9887 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129914844 1587572736 57171 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 1550364

[startup+12.7016 s]
/proc/loadavg: 0.77 0.19 0.06 4/215 10139

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

/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1551388 CPUtime=1.11
/proc/10120/task/10135/stat : 10135 (java) S 10118 10120 9887 0 -1 4202560 6086 0 0 0 110 1 0 0 15 0 19 0 129914710 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1551388 CPUtime=1.68
/proc/10120/task/10136/stat : 10136 (java) S 10118 10120 9887 0 -1 4202560 8338 0 0 0 167 1 0 0 15 0 19 0 129914710 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 129914710 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10139] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10139/stat : 10139 (java) S 10118 10120 9887 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129914844 1588621312 184320 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1653.99
Current children cumulated vsize (KiB) 1551388

[startup+1662.3 s]
/proc/loadavg: 2.48 3.73 2.63 3/198 10299
/proc/meminfo: memFree=30284656/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1551388 CPUtime=1720.26
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 210577 0 1 0 170113 1913 0 0 22 0 19 0 129914705 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 387847 189420 1452 10 0 385149 0
[pid=10120/tid=10121] ppid=10118 vsize=1551388 CPUtime=1591.97
/proc/10120/task/10121/stat : 10121 (java) S 10118 10120 9887 0 -1 4202560 34313 0 1 0 159177 20 0 0 25 0 19 0 129914706 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10123] ppid=10118 vsize=1551388 CPUtime=15.76
/proc/10120/task/10123/stat : 10123 (java) S 10118 10120 9887 0 -1 4202560 19565 0 0 0 1357 219 0 0 16 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10124] ppid=10118 vsize=1551388 CPUtime=15.17
/proc/10120/task/10124/stat : 10124 (java) S 10118 10120 9887 0 -1 4202560 18332 0 0 0 1275 242 0 0 16 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10125] ppid=10118 vsize=1551388 CPUtime=15.28
/proc/10120/task/10125/stat : 10125 (java) R 10118 10120 9887 0 -1 4202560 20671 0 0 0 1295 233 0 0 16 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=10120/tid=10126] ppid=10118 vsize=1551388 CPUtime=15.32
/proc/10120/task/10126/stat : 10126 (java) S 10118 10120 9887 0 -1 4202560 20651 0 0 0 1328 204 0 0 15 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10127] ppid=10118 vsize=1551388 CPUtime=15.81
/proc/10120/task/10127/stat : 10127 (java) S 10118 10120 9887 0 -1 4202560 19801 0 0 0 1342 239 0 0 15 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10128] ppid=10118 vsize=1551388 CPUtime=15.38
/proc/10120/task/10128/stat : 10128 (java) S 10118 10120 9887 0 -1 4202560 20934 0 0 0 1299 239 0 0 16 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10129] ppid=10118 vsize=1551388 CPUtime=15.07
/proc/10120/task/10129/stat : 10129 (java) S 10118 10120 9887 0 -1 4202560 20046 0 0 0 1273 234 0 0 16 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 5 0 0 0
[pid=10120/tid=10130] ppid=10118 vsize=1551388 CPUtime=15.19
/proc/10120/task/10130/stat : 10130 (java) S 10118 10120 9887 0 -1 4202560 20401 0 0 0 1283 236 0 0 15 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10131] ppid=10118 vsize=1551388 CPUtime=2.42
/proc/10120/task/10131/stat : 10131 (java) S 10118 10120 9887 0 -1 4202560 279 0 0 0 202 40 0 0 15 0 19 0 129914707 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10132] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10132/stat : 10132 (java) S 10118 10120 9887 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10133] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1551388 CPUtime=1.11
/proc/10120/task/10135/stat : 10135 (java) S 10118 10120 9887 0 -1 4202560 6086 0 0 0 110 1 0 0 15 0 19 0 129914710 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1551388 CPUtime=1.68
/proc/10120/task/10136/stat : 10136 (java) S 10118 10120 9887 0 -1 4202560 8338 0 0 0 167 1 0 0 15 0 19 0 129914710 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 129914710 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10139] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10139/stat : 10139 (java) S 10118 10120 9887 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129914844 1588621312 189420 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1720.26
Current children cumulated vsize (KiB) 1551388

[startup+1722.3 s]
/proc/loadavg: 2.17 3.41 2.59 3/198 10301
/proc/meminfo: memFree=30268392/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1551388 CPUtime=1785.53
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 214601 0 1 0 176536 2017 0 0 22 0 19 0 129914705 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 387847 193259 1452 10 0 385149 0
[pid=10120/tid=10121] ppid=10118 vsize=1551388 CPUtime=1650.93
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 34384 0 1 0 165073 20 0 0 25 0 19 0 129914706 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4109971631 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10120/tid=10123] ppid=10118 vsize=1551388 CPUtime=16.51
/proc/10120/task/10123/stat : 10123 (java) S 10118 10120 9887 0 -1 4202560 20046 0 0 0 1420 231 0 0 15 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10124] ppid=10118 vsize=1551388 CPUtime=15.92
/proc/10120/task/10124/stat : 10124 (java) S 10118 10120 9887 0 -1 4202560 18724 0 0 0 1336 256 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10125] ppid=10118 vsize=1551388 CPUtime=16.04
/proc/10120/task/10125/stat : 10125 (java) S 10118 10120 9887 0 -1 4202560 21143 0 0 0 1363 241 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10126] ppid=10118 vsize=1551388 CPUtime=16.06
/proc/10120/task/10126/stat : 10126 (java) S 10118 10120 9887 0 -1 4202560 21198 0 0 0 1392 214 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10127] ppid=10118 vsize=1551388 CPUtime=16.67
/proc/10120/task/10127/stat : 10127 (java) S 10118 10120 9887 0 -1 4202560 20435 0 0 0 1416 251 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10128] ppid=10118 vsize=1551388 CPUtime=16.21
/proc/10120/task/10128/stat : 10128 (java) S 10118 10120 9887 0 -1 4202560 21367 0 0 0 1367 254 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10129] ppid=10118 vsize=1551388 CPUtime=15.86
/proc/10120/task/10129/stat : 10129 (java) S 10118 10120 9887 0 -1 4202560 20515 0 0 0 1336 250 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10130] ppid=10118 vsize=1551388 CPUtime=15.99
/proc/10120/task/10130/stat : 10130 (java) S 10118 10120 9887 0 -1 4202560 20922 0 0 0 1348 251 0 0 16 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 5 0 0 0
[pid=10120/tid=10131] ppid=10118 vsize=1551388 CPUtime=2.44
/proc/10120/task/10131/stat : 10131 (java) S 10118 10120 9887 0 -1 4202560 281 0 0 0 202 42 0 0 15 0 19 0 129914707 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10132] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10132/stat : 10132 (java) S 10118 10120 9887 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10133] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1551388 CPUtime=1.11
/proc/10120/task/10135/stat : 10135 (java) S 10118 10120 9887 0 -1 4202560 6086 0 0 0 110 1 0 0 15 0 19 0 129914710 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1551388 CPUtime=1.68
/proc/10120/task/10136/stat : 10136 (java) S 10118 10120 9887 0 -1 4202560 8338 0 0 0 167 1 0 0 15 0 19 0 129914710 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 129914710 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10139] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10139/stat : 10139 (java) S 10118 10120 9887 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129914844 1588621312 193259 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 1551388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1735.81 s]
/proc/loadavg: 2.13 3.34 2.58 3/198 10301
/proc/meminfo: memFree=30265660/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=1551388 CPUtime=1800.04
/proc/10120/stat : 10120 (java) S 10118 10120 9887 0 -1 4202496 215212 0 1 0 177965 2039 0 0 22 0 19 0 129914705 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 387847 193843 1452 10 0 385149 0
[pid=10120/tid=10121] ppid=10118 vsize=1551388 CPUtime=1664.25
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4202560 34398 0 1 0 166405 20 0 0 25 0 19 0 129914706 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4109971935 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10120/tid=10123] ppid=10118 vsize=1551388 CPUtime=16.65
/proc/10120/task/10123/stat : 10123 (java) S 10118 10120 9887 0 -1 4202560 20165 0 0 0 1432 233 0 0 16 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10124] ppid=10118 vsize=1551388 CPUtime=16.06
/proc/10120/task/10124/stat : 10124 (java) S 10118 10120 9887 0 -1 4202560 18775 0 0 0 1347 259 0 0 15 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10125] ppid=10118 vsize=1551388 CPUtime=16.19
/proc/10120/task/10125/stat : 10125 (java) S 10118 10120 9887 0 -1 4202560 21215 0 0 0 1376 243 0 0 16 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10126] ppid=10118 vsize=1551388 CPUtime=16.21
/proc/10120/task/10126/stat : 10126 (java) S 10118 10120 9887 0 -1 4202560 21293 0 0 0 1405 216 0 0 16 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10127] ppid=10118 vsize=1551388 CPUtime=16.79
/proc/10120/task/10127/stat : 10127 (java) S 10118 10120 9887 0 -1 4202560 20492 0 0 0 1425 254 0 0 16 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
[pid=10120/tid=10128] ppid=10118 vsize=1551388 CPUtime=16.35
/proc/10120/task/10128/stat : 10128 (java) S 10118 10120 9887 0 -1 4202560 21450 0 0 0 1379 256 0 0 16 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10129] ppid=10118 vsize=1551388 CPUtime=16.03
/proc/10120/task/10129/stat : 10129 (java) S 10118 10120 9887 0 -1 4202560 20584 0 0 0 1349 254 0 0 15 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10130] ppid=10118 vsize=1551388 CPUtime=16.14
/proc/10120/task/10130/stat : 10130 (java) S 10118 10120 9887 0 -1 4202560 20969 0 0 0 1360 254 0 0 16 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 5 0 0 0
[pid=10120/tid=10131] ppid=10118 vsize=1551388 CPUtime=2.45
/proc/10120/task/10131/stat : 10131 (java) S 10118 10120 9887 0 -1 4202560 283 0 0 0 203 42 0 0 15 0 19 0 129914707 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 0 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10132] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10132/stat : 10132 (java) S 10118 10120 9887 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 0 0 0 0
[pid=10120/tid=10133] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10133/stat : 10133 (java) S 10118 10120 9887 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 129914708 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10134] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10134/stat : 10134 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10135] ppid=10118 vsize=1551388 CPUtime=1.11
/proc/10120/task/10135/stat : 10135 (java) S 10118 10120 9887 0 -1 4202560 6086 0 0 0 110 1 0 0 15 0 19 0 129914710 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 1 0 0 0
[pid=10120/tid=10136] ppid=10118 vsize=1551388 CPUtime=1.68
/proc/10120/task/10136/stat : 10136 (java) S 10118 10120 9887 0 -1 4202560 8338 0 0 0 167 1 0 0 15 0 19 0 129914710 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 2 0 0 0
[pid=10120/tid=10137] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10137/stat : 10137 (java) S 10118 10120 9887 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 129914710 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 6 0 0 0
[pid=10120/tid=10138] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10138/stat : 10138 (java) S 10118 10120 9887 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 129914710 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 3 0 0 0
[pid=10120/tid=10139] ppid=10118 vsize=1551388 CPUtime=0
/proc/10120/task/10139/stat : 10139 (java) S 10118 10120 9887 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129914844 1588621312 193843 4089446400 134512640 134550932 4291296160 18446744073709551615 4294960144 0 4 0 16800975 18446604453961148352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1551388

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

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

[startup+1735.91 s]
/proc/loadavg: 2.13 3.34 2.58 3/198 10301
/proc/meminfo: memFree=30265660/32951124 swapFree=67111528/67111528
[pid=10120] ppid=10118 vsize=0 CPUtime=1800.17
/proc/10120/stat : 10120 (java) Z 10118 10120 9887 0 -1 4203548 215232 0 1 0 177978 2039 0 0 17 0 2 0 129914705 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10120/statm: 0 0 0 0 0 0 0
[pid=10120/tid=10121] ppid=10118 vsize=0 CPUtime=1664.36
/proc/10120/task/10121/stat : 10121 (java) R 10118 10120 9887 0 -1 4203588 34398 0 1 0 166415 21 0 0 25 0 2 0 129914706 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1735.94
CPU time (s): 1800.2
CPU user time (s): 1779.78
CPU system time (s): 20.4209
CPU usage (%): 103.702
Max. virtual memory (cumulated for all children) (KiB): 1552412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.78
system time used= 20.4209
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215232
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= 102224
involuntary context switches= 4998188

runsolver used 3.38748 second user time and 6.26605 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 10:23:13
IDJOB=2691653
IDBENCH=78645
IDSOLVER=1203
FILE ID=node137/2691653-1277886192
PBS_JOBID= 11197080
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12013_1-unsat--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691653-1277886192/watcher-2691653-1277886192 -o /tmp/evaluation-result-2691653-1277886192/solver-2691653-1277886192 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691653-1277886192.wbo

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

MD5SUM BENCH= af27a3363dc9db8608eaadebe8e447c1
RANDOM SEED=1450289933

node137.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31125312 kB
Buffers:        170600 kB
Cached:        1217116 kB
SwapCached:          0 kB
Active:         800236 kB
Inactive:       882868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31125312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6916 kB
Writeback:           0 kB
AnonPages:      295560 kB
Mapped:          20340 kB
Slab:            78896 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74188 MiB
End job on node137 at 2010-06-30 10:52:11