Trace number 2701733

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-26UNSAT 47.8947 22.1348

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-3_wcsp.wbo
MD5SUM376764ac4c5c3f094ec1a2d2f7cbae71
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables26850
Total number of constraints1527009
Number of soft constraints1524324
Number of constraints which are clauses1524324
Number of constraints which are cardinality constraints (but not clauses)2685
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 1259
Min constraint cost 1
Max constraint cost 1259
Sum of constraints costs 1904880840
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100526
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2701733-1278541357.wbo
0.10/0.10	c reading problem ... 
43.18/18.06	c ... done. Wall clock time 17.962s.
43.18/18.06	c #vars     1551174
43.18/18.06	c #constraints  3042439
43.18/18.06	c constraints type 
43.18/18.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2685
43.18/18.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18429
43.18/18.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1497001
47.77/22.04	c starts		: 0
47.77/22.04	c conflicts		: 0
47.77/22.04	c decisions		: 0
47.77/22.04	c propagations		: 1528914
47.77/22.04	c inspects		: 189070
47.77/22.04	c learnt literals	: 0
47.77/22.04	c learnt binary clauses	: 0
47.77/22.04	c learnt ternary clauses	: 0
47.77/22.04	c learnt clauses	: 0
47.77/22.04	c ignored clauses	: 0
47.77/22.04	c root simplifications	: 0
47.77/22.04	c removed literals (reason simplification)	: 0
47.77/22.04	c reason swapping (by a shorter reason)	: 0
47.77/22.04	c Calls to reduceDB	: 0
47.77/22.04	c number of reductions to clauses (during analyze)	: 0
47.77/22.04	c number of learned constraints concerned by reduction	: 0
47.77/22.04	c number of learning phase by resolution	: 0
47.77/22.04	c number of learning phase by cutting planes	: 0
47.77/22.04	c speed (assignments/second)	: 385699.79818365286
47.77/22.04	c non guided choices	0
47.77/22.04	c learnt constraints type 
47.77/22.04	c constraints type 
47.77/22.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2685
47.77/22.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18429
47.77/22.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1497001
47.77/22.04	s UNSATISFIABLE
47.77/22.04	c Total wall clock time (in seconds): 21.945

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-2701733-1278541357/watcher-2701733-1278541357 -o /tmp/evaluation-result-2701733-1278541357/solver-2701733-1278541357 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701733-1278541357.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: 1.92 1.98 1.99 3/195 17275
/proc/meminfo: memFree=30322200/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=300 CPUtime=0
/proc/17275/stat : 17275 (java) R 17273 17275 15393 0 -1 4194304 291 0 0 0 0 0 0 0 23 0 1 0 22283090 307200 36 4089446400 134512640 134550932 4286869856 18446744073709551615 3162708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17275/statm: 98 41 32 10 0 25 0

[startup+0.0310499 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 17275
/proc/meminfo: memFree=30322200/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1525308 CPUtime=0.01
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 3676 0 1 0 1 0 0 0 23 0 13 0 22283090 1561915392 3116 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 381327 3118 1030 10 0 378637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525308

[startup+0.101044 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 17275
/proc/meminfo: memFree=30322200/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1530000 CPUtime=0.1
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 5209 0 1 0 10 0 0 0 23 0 18 0 22283090 1566720000 4645 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 382500 4645 1347 10 0 379802 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530000

[startup+0.300993 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 17275
/proc/meminfo: memFree=30322200/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1534048 CPUtime=0.58
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 9133 0 1 0 57 1 0 0 23 0 18 0 22283090 1570865152 8286 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 383512 8287 1407 10 0 380814 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1534048

[startup+0.70094 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 17275
/proc/meminfo: memFree=30322200/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1534048 CPUtime=1.36
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 42162 0 1 0 130 6 0 0 23 0 18 0 22283090 1570865152 41293 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 383512 41293 1425 10 0 380814 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1534048

[startup+1.50076 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 17293
/proc/meminfo: memFree=30113000/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1534048 CPUtime=2.83
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 63053 0 1 0 273 10 0 0 23 0 18 0 22283090 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 383512 61470 1425 10 0 380814 0
[pid=17275/tid=17277] ppid=17273 vsize=1534048 CPUtime=1.31
/proc/17275/task/17277/stat : 17277 (java) R 17273 17275 15393 0 -1 4202560 32055 0 1 0 127 4 0 0 17 0 18 0 22283091 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4109262912 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1534048 CPUtime=0.11
/proc/17275/task/17278/stat : 17278 (java) S 17273 17275 15393 0 -1 4202560 3171 0 0 0 11 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1534048 CPUtime=0.11
/proc/17275/task/17279/stat : 17279 (java) S 17273 17275 15393 0 -1 4202560 3035 0 0 0 11 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1534048 CPUtime=0.11
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 3708 0 0 0 11 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 3 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1534048 CPUtime=0.09
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 2768 0 0 0 9 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1534048 CPUtime=0.09
/proc/17275/task/17282/stat : 17282 (java) S 17273 17275 15393 0 -1 4202560 3699 0 0 0 9 0 0 0 15 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1534048 CPUtime=0.1
/proc/17275/task/17283/stat : 17283 (java) S 17273 17275 15393 0 -1 4202560 3568 0 0 0 10 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1534048 CPUtime=0.08
/proc/17275/task/17284/stat : 17284 (java) S 17273 17275 15393 0 -1 4202560 2850 0 0 0 8 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1534048 CPUtime=0.12
/proc/17275/task/17285/stat : 17285 (java) S 17273 17275 15393 0 -1 4202560 5141 0 0 0 12 0 0 0 16 0 18 0 22283092 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1534048 CPUtime=0
/proc/17275/task/17286/stat : 17286 (java) S 17273 17275 15393 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22283093 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1534048 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1534048 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1534048 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1534048 CPUtime=0.25
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 673 0 0 0 25 0 0 0 18 0 18 0 22283095 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1534048 CPUtime=0.32
/proc/17275/task/17291/stat : 17291 (java) S 17273 17275 15393 0 -1 4202560 1315 0 0 0 32 0 0 0 16 0 18 0 22283095 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1534048 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1534048 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1570865152 61470 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1534048

[startup+3.10139 s]
/proc/loadavg: 2.49 2.10 2.03 3/213 17293
/proc/meminfo: memFree=30013552/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1536892 CPUtime=7.07
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 107986 0 1 0 686 21 0 0 23 0 18 0 22283090 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 384223 104320 1425 10 0 381525 0
[pid=17275/tid=17277] ppid=17273 vsize=1536892 CPUtime=2.45
/proc/17275/task/17277/stat : 17277 (java) R 17273 17275 15393 0 -1 4202560 32063 0 1 0 240 5 0 0 15 0 18 0 22283091 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4109327293 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1536892 CPUtime=0.41
/proc/17275/task/17278/stat : 17278 (java) S 17273 17275 15393 0 -1 4202560 6842 0 0 0 40 1 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1536892 CPUtime=0.5
/proc/17275/task/17279/stat : 17279 (java) S 17273 17275 15393 0 -1 4202560 7950 0 0 0 49 1 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1536892 CPUtime=0.54
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 9361 0 0 0 52 2 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1536892 CPUtime=0.44
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 6491 0 0 0 43 1 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1536892 CPUtime=0.46
/proc/17275/task/17282/stat : 17282 (java) S 17273 17275 15393 0 -1 4202560 8647 0 0 0 45 1 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1536892 CPUtime=0.52
/proc/17275/task/17283/stat : 17283 (java) S 17273 17275 15393 0 -1 4202560 10369 0 0 0 51 1 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1536892 CPUtime=0.48
/proc/17275/task/17284/stat : 17284 (java) S 17273 17275 15393 0 -1 4202560 10649 0 0 0 46 2 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1536892 CPUtime=0.56
/proc/17275/task/17285/stat : 17285 (java) S 17273 17275 15393 0 -1 4202560 12553 0 0 0 55 1 0 0 16 0 18 0 22283092 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 3 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1536892 CPUtime=0
/proc/17275/task/17286/stat : 17286 (java) S 17273 17275 15393 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22283093 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1536892 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1536892 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1536892 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1536892 CPUtime=0.26
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 676 0 0 0 26 0 0 0 15 0 18 0 22283095 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1536892 CPUtime=0.33
/proc/17275/task/17291/stat : 17291 (java) S 17273 17275 15393 0 -1 4202560 1315 0 0 0 33 0 0 0 15 0 18 0 22283095 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1536892 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1536892 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1573777408 104320 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1536892

[startup+6.32673 s]
/proc/loadavg: 2.49 2.10 2.03 11/213 17293
/proc/meminfo: memFree=29692960/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1537916 CPUtime=16.02
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 185442 0 1 0 1559 43 0 0 23 0 18 0 22283090 1574825984 176055 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 384479 176055 1425 10 0 381781 0
[pid=17275/tid=17277] ppid=17273 vsize=1537916 CPUtime=4.63
/proc/17275/task/17277/stat : 17277 (java) S 17273 17275 15393 0 -1 4202560 32084 0 1 0 458 5 0 0 16 0 18 0 22283091 1574825984 176056 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1537916 CPUtime=1.21
/proc/17275/task/17278/stat : 17278 (java) R 17273 17275 15393 0 -1 4202560 16992 0 0 0 118 3 0 0 15 0 18 0 22283092 1574825984 176056 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1537916 CPUtime=1.28
/proc/17275/task/17279/stat : 17279 (java) R 17273 17275 15393 0 -1 4202560 16859 0 0 0 125 3 0 0 15 0 18 0 22283092 1574825984 176057 4089446400 134512640 134550932 4286869856 18446744073709551615 103112709 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1537916 CPUtime=1.38
/proc/17275/task/17280/stat : 17280 (java) R 17273 17275 15393 0 -1 4202560 18281 0 0 0 135 3 0 0 15 0 18 0 22283092 1574825984 176057 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1537916 CPUtime=1.33
/proc/17275/task/17281/stat : 17281 (java) R 17273 17275 15393 0 -1 4202560 15203 0 0 0 129 4 0 0 15 0 18 0 22283092 1574825984 176058 4089446400 134512640 134550932 4286869856 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1537916 CPUtime=1.37
/proc/17275/task/17282/stat : 17282 (java) R 17273 17275 15393 0 -1 4202560 16773 0 0 0 133 4 0 0 15 0 18 0 22283092 1574825984 176058 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1537916 CPUtime=1.42
/proc/17275/task/17283/stat : 17283 (java) R 17273 17275 15393 0 -1 4202560 21673 0 0 0 138 4 0 0 15 0 18 0 22283092 1574825984 176058 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1537916 CPUtime=1.24
/proc/17275/task/17284/stat : 17284 (java) R 17273 17275 15393 0 -1 4202560 19683 0 0 0 118 6 0 0 15 0 18 0 22283092 1574825984 176059 4089446400 134512640 134550932 4286869856 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1537916 CPUtime=1.42
/proc/17275/task/17285/stat : 17285 (java) R 17273 17275 15393 0 -1 4202560 24838 0 0 0 138 4 0 0 15 0 18 0 22283092 1574825984 176060 4089446400 134512640 134550932 4286869856 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1537916 CPUtime=0
/proc/17275/task/17286/stat : 17286 (java) S 17273 17275 15393 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 22283093 1574825984 176061 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1537916 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1574825984 176061 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1537916 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1574825984 176061 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1537916 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1574825984 176062 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1537916 CPUtime=0.27
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 676 0 0 0 27 0 0 0 15 0 18 0 22283095 1574825984 176062 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1537916 CPUtime=0.33
/proc/17275/task/17291/stat : 17291 (java) S 17273 17275 15393 0 -1 4202560 1315 0 0 0 33 0 0 0 15 0 18 0 22283095 1574825984 176062 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1537916 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1574825984 176063 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1537916 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1574825984 176064 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1537916

[startup+12.7016 s]
/proc/loadavg: 2.97 2.21 2.07 3/213 17293
/proc/meminfo: memFree=29110044/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1539528 CPUtime=36.05
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 353709 0 1 0 3489 116 0 0 23 0 18 0 22283090 1576476672 331467 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 384882 331467 1425 10 0 382184 0
[pid=17275/tid=17277] ppid=17273 vsize=1539528 CPUtime=8.59
/proc/17275/task/17277/stat : 17277 (java) R 17273 17275 15393 0 -1 4202560 32124 0 1 0 852 7 0 0 15 0 18 0 22283091 1576476672 331467 4089446400 134512640 134550932 4286869856 18446744073709551615 4109167488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1539528 CPUtime=3.27
/proc/17275/task/17278/stat : 17278 (java) S 17273 17275 15393 0 -1 4202560 39905 0 0 0 311 16 0 0 16 0 18 0 22283092 1576476672 331467 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1539528 CPUtime=3.43
/proc/17275/task/17279/stat : 17279 (java) S 17273 17275 15393 0 -1 4202560 42903 0 0 0 332 11 0 0 16 0 18 0 22283092 1576476672 331467 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1539528 CPUtime=3.23
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 36934 0 0 0 313 10 0 0 16 0 18 0 22283092 1576476672 331467 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1539528 CPUtime=3.39
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 31430 0 0 0 327 12 0 0 16 0 18 0 22283092 1576476672 331467 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0

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

[pid=17275/tid=17280] ppid=17273 vsize=1560732 CPUtime=3.5
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 38066 0 0 0 339 11 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 3 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1560732 CPUtime=3.57
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 31547 0 0 0 344 13 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1560732 CPUtime=3.54
/proc/17275/task/17282/stat : 17282 (java) S 17273 17275 15393 0 -1 4202560 36868 0 0 0 341 13 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1560732 CPUtime=3.7
/proc/17275/task/17283/stat : 17283 (java) S 17273 17275 15393 0 -1 4202560 40306 0 0 0 356 14 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1560732 CPUtime=3.74
/proc/17275/task/17284/stat : 17284 (java) S 17273 17275 15393 0 -1 4202560 54848 0 0 0 357 17 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1560732 CPUtime=3.71
/proc/17275/task/17285/stat : 17285 (java) S 17273 17275 15393 0 -1 4202560 50317 0 0 0 355 16 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1560732 CPUtime=4.17
/proc/17275/task/17286/stat : 17286 (java) R 17273 17275 15393 0 -1 4202560 15725 0 0 0 414 3 0 0 16 0 18 0 22283093 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 106836577 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1560732 CPUtime=0.4
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 882 0 0 0 40 0 0 0 15 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1560732 CPUtime=0.54
/proc/17275/task/17291/stat : 17291 (java) S 17273 17275 15393 0 -1 4202560 1448 0 0 0 54 0 0 0 15 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 1560732

[startup+20.7011 s]
/proc/loadavg: 2.89 2.21 2.07 3/213 17293
/proc/meminfo: memFree=28907352/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1560732 CPUtime=46.26
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 389875 0 1 0 4497 129 0 0 23 0 18 0 22283090 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 390183 354337 1439 10 0 387485 0
[pid=17275/tid=17277] ppid=17273 vsize=1560732 CPUtime=10.38
/proc/17275/task/17277/stat : 17277 (java) S 17273 17275 15393 0 -1 4202560 32140 0 1 0 1031 7 0 0 16 0 18 0 22283091 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1560732 CPUtime=3.57
/proc/17275/task/17278/stat : 17278 (java) S 17273 17275 15393 0 -1 4202560 41062 0 0 0 340 17 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1560732 CPUtime=3.73
/proc/17275/task/17279/stat : 17279 (java) S 17273 17275 15393 0 -1 4202560 45604 0 0 0 360 13 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1560732 CPUtime=3.5
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 38066 0 0 0 339 11 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 3 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1560732 CPUtime=3.57
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 31547 0 0 0 344 13 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1560732 CPUtime=3.54
/proc/17275/task/17282/stat : 17282 (java) S 17273 17275 15393 0 -1 4202560 36868 0 0 0 341 13 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1560732 CPUtime=3.7
/proc/17275/task/17283/stat : 17283 (java) S 17273 17275 15393 0 -1 4202560 40306 0 0 0 356 14 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1560732 CPUtime=3.74
/proc/17275/task/17284/stat : 17284 (java) S 17273 17275 15393 0 -1 4202560 54848 0 0 0 357 17 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1560732 CPUtime=3.71
/proc/17275/task/17285/stat : 17285 (java) S 17273 17275 15393 0 -1 4202560 50317 0 0 0 355 16 0 0 15 0 18 0 22283092 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1560732 CPUtime=5.77
/proc/17275/task/17286/stat : 17286 (java) R 17273 17275 15393 0 -1 4202560 15725 0 0 0 574 3 0 0 18 0 18 0 22283093 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1560732 CPUtime=0.4
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 882 0 0 0 40 0 0 0 15 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1560732 CPUtime=0.54
/proc/17275/task/17291/stat : 17291 (java) S 17273 17275 15393 0 -1 4202560 1448 0 0 0 54 0 0 0 15 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1560732 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1598189568 354337 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (KiB) 1560732

[startup+21.501 s]
/proc/loadavg: 2.89 2.21 2.07 3/213 17293
/proc/meminfo: memFree=28907228/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1544728 CPUtime=47.1
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 389881 0 1 0 4579 131 0 0 23 0 18 0 22283090 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 386182 350336 1439 10 0 383484 0
[pid=17275/tid=17277] ppid=17273 vsize=1544728 CPUtime=10.63
/proc/17275/task/17277/stat : 17277 (java) R 17273 17275 15393 0 -1 4202560 32146 0 1 0 1056 7 0 0 15 0 18 0 22283091 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4109481348 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1544728 CPUtime=3.58
/proc/17275/task/17278/stat : 17278 (java) S 17273 17275 15393 0 -1 4202560 41062 0 0 0 341 17 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1544728 CPUtime=3.74
/proc/17275/task/17279/stat : 17279 (java) S 17273 17275 15393 0 -1 4202560 45604 0 0 0 361 13 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1544728 CPUtime=3.52
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 38066 0 0 0 340 12 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 3 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1544728 CPUtime=3.58
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 31547 0 0 0 345 13 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1544728 CPUtime=3.55
/proc/17275/task/17282/stat : 17282 (java) S 17273 17275 15393 0 -1 4202560 36868 0 0 0 342 13 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1544728 CPUtime=3.7
/proc/17275/task/17283/stat : 17283 (java) S 17273 17275 15393 0 -1 4202560 40306 0 0 0 356 14 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1544728 CPUtime=3.74
/proc/17275/task/17284/stat : 17284 (java) S 17273 17275 15393 0 -1 4202560 54848 0 0 0 357 17 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1544728 CPUtime=3.72
/proc/17275/task/17285/stat : 17285 (java) S 17273 17275 15393 0 -1 4202560 50317 0 0 0 356 16 0 0 15 0 18 0 22283092 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1544728 CPUtime=6.29
/proc/17275/task/17286/stat : 17286 (java) R 17273 17275 15393 0 -1 4202560 15725 0 0 0 626 3 0 0 16 0 18 0 22283093 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4578899 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1544728 CPUtime=0.4
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 882 0 0 0 40 0 0 0 15 0 18 0 22283095 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1544728 CPUtime=0.54
/proc/17275/task/17291/stat : 17291 (java) S 17273 17275 15393 0 -1 4202560 1448 0 0 0 54 0 0 0 15 0 18 0 22283095 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1581801472 350336 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.1
Current children cumulated vsize (KiB) 1544728

[startup+21.9009 s]
/proc/loadavg: 2.82 2.20 2.07 4/213 17293
/proc/meminfo: memFree=28923716/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=1544728 CPUtime=47.61
/proc/17275/stat : 17275 (java) S 17273 17275 15393 0 -1 4202496 389893 0 1 0 4629 132 0 0 23 0 18 0 22283090 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 386182 350341 1440 10 0 383484 0
[pid=17275/tid=17277] ppid=17273 vsize=1544728 CPUtime=11
/proc/17275/task/17277/stat : 17277 (java) R 17273 17275 15393 0 -1 4202560 32154 0 1 0 1093 7 0 0 16 0 18 0 22283091 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17275/tid=17278] ppid=17273 vsize=1544728 CPUtime=3.59
/proc/17275/task/17278/stat : 17278 (java) S 17273 17275 15393 0 -1 4202560 41062 0 0 0 341 18 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17279] ppid=17273 vsize=1544728 CPUtime=3.75
/proc/17275/task/17279/stat : 17279 (java) S 17273 17275 15393 0 -1 4202560 45604 0 0 0 362 13 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=1544728 CPUtime=3.53
/proc/17275/task/17280/stat : 17280 (java) S 17273 17275 15393 0 -1 4202560 38066 0 0 0 341 12 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 3 0 0 0
[pid=17275/tid=17281] ppid=17273 vsize=1544728 CPUtime=3.59
/proc/17275/task/17281/stat : 17281 (java) S 17273 17275 15393 0 -1 4202560 31547 0 0 0 346 13 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17282] ppid=17273 vsize=1544728 CPUtime=3.56
/proc/17275/task/17282/stat : 17282 (java) S 17273 17275 15393 0 -1 4202560 36868 0 0 0 343 13 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 2 0 0 0
[pid=17275/tid=17283] ppid=17273 vsize=1544728 CPUtime=3.71
/proc/17275/task/17283/stat : 17283 (java) S 17273 17275 15393 0 -1 4202560 40306 0 0 0 357 14 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17284] ppid=17273 vsize=1544728 CPUtime=3.76
/proc/17275/task/17284/stat : 17284 (java) S 17273 17275 15393 0 -1 4202560 54848 0 0 0 359 17 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17285] ppid=17273 vsize=1544728 CPUtime=3.73
/proc/17275/task/17285/stat : 17285 (java) S 17273 17275 15393 0 -1 4202560 50317 0 0 0 357 16 0 0 15 0 18 0 22283092 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 0 0 0 0
[pid=17275/tid=17286] ppid=17273 vsize=1544728 CPUtime=6.29
/proc/17275/task/17286/stat : 17286 (java) S 17273 17275 15393 0 -1 4202560 15725 0 0 0 626 3 0 0 15 0 18 0 22283093 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 0 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17287] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17287/stat : 17287 (java) S 17273 17275 15393 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22283093 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17288] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17288/stat : 17288 (java) S 17273 17275 15393 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22283093 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 4 0 0 0
[pid=17275/tid=17289] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17289/stat : 17289 (java) S 17273 17275 15393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22283095 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17290] ppid=17273 vsize=1544728 CPUtime=0.42
/proc/17275/task/17290/stat : 17290 (java) S 17273 17275 15393 0 -1 4202560 885 0 0 0 42 0 0 0 15 0 18 0 22283095 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 5 0 0 0
[pid=17275/tid=17291] ppid=17273 vsize=1544728 CPUtime=0.57
/proc/17275/task/17291/stat : 17291 (java) R 17273 17275 15393 0 -1 4202560 1449 0 0 0 57 0 0 0 15 0 18 0 22283095 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 106916493 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17275/tid=17292] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17292/stat : 17292 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22283095 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 6 0 0 0
[pid=17275/tid=17293] ppid=17273 vsize=1544728 CPUtime=0
/proc/17275/task/17293/stat : 17293 (java) S 17273 17275 15393 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22283095 1581801472 350341 4089446400 134512640 134550932 4286869856 18446744073709551615 4294960144 0 4 0 16800975 18446604453914835008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.61
Current children cumulated vsize (KiB) 1544728

[startup+22.1009 s]
/proc/loadavg: 2.82 2.20 2.07 4/213 17293
/proc/meminfo: memFree=28923716/32950928 swapFree=67111528/67111528
[pid=17275] ppid=17273 vsize=0 CPUtime=47.85
/proc/17275/stat : 17275 (java) Z 17273 17275 15393 0 -1 4203548 389914 0 1 0 4651 134 0 0 18 0 2 0 22283090 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17275/statm: 0 0 0 0 0 0 0
[pid=17275/tid=17280] ppid=17273 vsize=0 CPUtime=3.55
/proc/17275/task/17280/stat : 17280 (java) R 17273 17275 15393 0 -1 4203588 38066 0 0 0 341 14 0 0 15 0 2 0 22283092 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.85
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 22.1348
CPU time (s): 47.8947
CPU user time (s): 46.5139
CPU system time (s): 1.38079
CPU usage (%): 216.378
Max. virtual memory (cumulated for all children) (KiB): 1560732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.5139
system time used= 1.38079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389914
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= 3524
involuntary context switches= 311172

runsolver used 0.043993 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node115 at 2010-07-08 00:22:39
IDJOB=2701733
IDBENCH=79628
IDSOLVER=1203
FILE ID=node115/2701733-1278541357
PBS_JOBID= 11239247
Free space on /tmp= 73564 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-3_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701733-1278541357/watcher-2701733-1278541357 -o /tmp/evaluation-result-2701733-1278541357/solver-2701733-1278541357 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701733-1278541357.wbo

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

MD5SUM BENCH= 376764ac4c5c3f094ec1a2d2f7cbae71
RANDOM SEED=1541052703

node115.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.812
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.62
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.812
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.76
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.812
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.75
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.812
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.812
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.74
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.812
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.75
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.812
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.82
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.812
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30322604 kB
Buffers:        134580 kB
Cached:        2174956 kB
SwapCached:          0 kB
Active:        1091656 kB
Inactive:      1393040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30322604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           64308 kB
Writeback:           0 kB
AnonPages:      175132 kB
Mapped:          20328 kB
Slab:            81432 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1642452 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= 73564 MiB
End job on node115 at 2010-07-08 00:23:01