Trace number 2701679

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.23 1010.25

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-1_wcsp.wbo
MD5SUM9484feda1dfd442233b4ec59a851c185
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 variables20370
Total number of constraints1081113
Number of soft constraints1079076
Number of constraints which are clauses1079076
Number of constraints which are cardinality constraints (but not clauses)2037
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 47
Min constraint cost 1
Max constraint cost 47
Sum of constraints costs 50697528
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2701679-1278541151.wbo
0.11/0.10	c reading problem ... 
25.87/10.03	c ... done. Wall clock time 9.929s.
25.87/10.03	c #vars     1099446
25.87/10.03	c #constraints  2161813
25.87/10.03	c constraints type 
25.87/10.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2037
25.87/10.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22449
25.87/10.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1058251
122.16/59.44	c cleaning 0 clauses out of 5000 with flag 0/5000
241.21/122.62	c cleaning 0 clauses out of 11000 with flag 0/11000
393.14/203.89	c cleaning 0 clauses out of 18000 with flag 0/18000
596.43/316.02	c cleaning 0 clauses out of 26001 with flag 0/26001
860.31/462.50	c cleaning 0 clauses out of 35000 with flag 0/35000
1208.30/662.33	c cleaning 0 clauses out of 45000 with flag 0/45000
1631.12/908.99	c cleaning 0 clauses out of 56000 with flag 0/56000
1800.03/1010.12	c starts		: 65
1800.03/1010.12	c conflicts		: 60103
1800.03/1010.12	c decisions		: 5904241
1800.03/1010.12	c propagations		: 25303950
1800.03/1010.12	c inspects		: 790834184
1800.03/1010.12	c learnt literals	: 0
1800.03/1010.12	c learnt binary clauses	: 0
1800.03/1010.12	c learnt ternary clauses	: 0
1800.03/1010.12	c learnt clauses	: 60102
1800.03/1010.12	c ignored clauses	: 0
1800.03/1010.12	c root simplifications	: 0
1800.03/1010.12	c removed literals (reason simplification)	: 0
1800.03/1010.12	c reason swapping (by a shorter reason)	: 0
1800.03/1010.12	c Calls to reduceDB	: 7
1800.03/1010.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1010.12	c number of learned constraints concerned by reduction	: 0
1800.03/1010.12	c number of learning phase by resolution	: 0
1800.03/1010.12	c number of learning phase by cutting planes	: 0
1800.03/1010.12	c speed (assignments/second)	: 25301.77404743192
1800.03/1010.12	c non guided choices	2205433
1800.03/1010.14	c learnt constraints type 
1800.03/1010.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60105
1800.03/1010.14	c constraints type 
1800.03/1010.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2037
1800.03/1010.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22449
1800.03/1010.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1058251
1800.03/1010.14	s UNKNOWN
1800.03/1010.14	c Total wall clock time (in seconds): 1010.045

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-2701679-1278541151/watcher-2701679-1278541151 -o /tmp/evaluation-result-2701679-1278541151/solver-2701679-1278541151 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701679-1278541151.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: 2.10 2.10 2.03 2/178 19520
/proc/meminfo: memFree=29304536/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=13164 CPUtime=0
/proc/19520/stat : 19520 (java) R 19518 19520 17885 0 -1 4194304 441 0 0 0 0 0 0 0 17 0 1 0 22329895 13479936 169 4089446400 134512640 134550932 4294457440 18446744073709551615 11674787 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19520/statm: 3291 178 139 10 0 1121 0

[startup+0.0224921 s]
/proc/loadavg: 2.10 2.10 2.03 2/178 19520
/proc/meminfo: memFree=29304536/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1524528 CPUtime=0
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 3476 0 1 0 0 0 0 0 17 0 11 0 22329895 1561116672 2918 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 381132 2918 971 10 0 378442 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524528

[startup+0.101236 s]
/proc/loadavg: 2.10 2.10 2.03 2/178 19520
/proc/meminfo: memFree=29304536/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1529736 CPUtime=0.11
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 5208 0 1 0 10 1 0 0 17 0 18 0 22329895 1566449664 4643 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 382434 4643 1348 10 0 379736 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529736

[startup+0.301171 s]
/proc/loadavg: 2.10 2.10 2.03 2/178 19520
/proc/meminfo: memFree=29304536/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1533752 CPUtime=0.59
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 9281 0 1 0 57 2 0 0 17 0 18 0 22329895 1570562048 8249 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 383438 8250 1407 10 0 380740 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1533752

[startup+0.701114 s]
/proc/loadavg: 2.10 2.10 2.03 2/178 19520
/proc/meminfo: memFree=29304536/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1533916 CPUtime=1.41
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 42544 0 1 0 135 6 0 0 17 0 18 0 22329895 1570729984 41398 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 383479 41398 1421 10 0 380781 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 1533916

[startup+1.50096 s]
/proc/loadavg: 2.10 2.10 2.03 3/196 19538
/proc/meminfo: memFree=29095708/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1534940 CPUtime=2.93
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 64349 0 1 0 283 10 0 0 17 0 18 0 22329895 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 383735 61438 1421 10 0 381037 0
[pid=19520/tid=19522] ppid=19518 vsize=1534940 CPUtime=1.32
/proc/19520/task/19522/stat : 19522 (java) R 19518 19520 17885 0 -1 4202560 32035 0 1 0 128 4 0 0 17 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4108981901 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1534940 CPUtime=0.1
/proc/19520/task/19523/stat : 19523 (java) S 19518 19520 17885 0 -1 4202560 3826 0 0 0 10 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1534940 CPUtime=0.08
/proc/19520/task/19524/stat : 19524 (java) S 19518 19520 17885 0 -1 4202560 2032 0 0 0 8 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1534940 CPUtime=0.07
/proc/19520/task/19525/stat : 19525 (java) S 19518 19520 17885 0 -1 4202560 3071 0 0 0 7 0 0 0 15 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1534940 CPUtime=0.13
/proc/19520/task/19526/stat : 19526 (java) S 19518 19520 17885 0 -1 4202560 4042 0 0 0 13 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19527] ppid=19518 vsize=1534940 CPUtime=0.14
/proc/19520/task/19527/stat : 19527 (java) S 19518 19520 17885 0 -1 4202560 4816 0 0 0 14 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19528] ppid=19518 vsize=1534940 CPUtime=0.12
/proc/19520/task/19528/stat : 19528 (java) S 19518 19520 17885 0 -1 4202560 3731 0 0 0 12 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19529] ppid=19518 vsize=1534940 CPUtime=0.14
/proc/19520/task/19529/stat : 19529 (java) S 19518 19520 17885 0 -1 4202560 4500 0 0 0 14 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19530] ppid=19518 vsize=1534940 CPUtime=0.11
/proc/19520/task/19530/stat : 19530 (java) S 19518 19520 17885 0 -1 4202560 2954 0 0 0 11 0 0 0 16 0 18 0 22329896 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19531] ppid=19518 vsize=1534940 CPUtime=0
/proc/19520/task/19531/stat : 19531 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22329897 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19532] ppid=19518 vsize=1534940 CPUtime=0
/proc/19520/task/19532/stat : 19532 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22329897 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=1534940 CPUtime=0
/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 22329897 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1534940 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22329899 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1534940 CPUtime=0.31
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 18 0 22329899 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1534940 CPUtime=0.3
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 1644 0 0 0 30 0 0 0 15 0 18 0 22329899 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1534940 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22329899 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1534940 CPUtime=0
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22329899 1571778560 61438 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1534940

[startup+3.10068 s]
/proc/loadavg: 2.10 2.10 2.03 3/196 19538
/proc/meminfo: memFree=28996136/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1537420 CPUtime=6.95
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 112801 0 1 0 672 23 0 0 17 0 18 0 22329895 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 384355 106685 1421 10 0 381657 0
[pid=19520/tid=19522] ppid=19518 vsize=1537420 CPUtime=2.49
/proc/19520/task/19522/stat : 19522 (java) R 19518 19520 17885 0 -1 4202560 32044 0 1 0 244 5 0 0 15 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4109009397 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1537420 CPUtime=0.44
/proc/19520/task/19523/stat : 19523 (java) S 19518 19520 17885 0 -1 4202560 7943 0 0 0 43 1 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1537420 CPUtime=0.49
/proc/19520/task/19524/stat : 19524 (java) S 19518 19520 17885 0 -1 4202560 9327 0 0 0 48 1 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1537420 CPUtime=0.43
/proc/19520/task/19525/stat : 19525 (java) S 19518 19520 17885 0 -1 4202560 11697 0 0 0 40 3 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1537420 CPUtime=0.52
/proc/19520/task/19526/stat : 19526 (java) S 19518 19520 17885 0 -1 4202560 9667 0 0 0 50 2 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19527] ppid=19518 vsize=1537420 CPUtime=0.49
/proc/19520/task/19527/stat : 19527 (java) S 19518 19520 17885 0 -1 4202560 10076 0 0 0 47 2 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19528] ppid=19518 vsize=1537420 CPUtime=0.39
/proc/19520/task/19528/stat : 19528 (java) S 19518 19520 17885 0 -1 4202560 8956 0 0 0 38 1 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19529] ppid=19518 vsize=1537420 CPUtime=0.54
/proc/19520/task/19529/stat : 19529 (java) S 19518 19520 17885 0 -1 4202560 11143 0 0 0 52 2 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19530] ppid=19518 vsize=1537420 CPUtime=0.45
/proc/19520/task/19530/stat : 19530 (java) S 19518 19520 17885 0 -1 4202560 8606 0 0 0 43 2 0 0 16 0 18 0 22329896 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19531] ppid=19518 vsize=1537420 CPUtime=0
/proc/19520/task/19531/stat : 19531 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22329897 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19532] ppid=19518 vsize=1537420 CPUtime=0
/proc/19520/task/19532/stat : 19532 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22329897 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=1537420 CPUtime=0
/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 22329897 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1537420 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22329899 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1537420 CPUtime=0.31
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 18 0 22329899 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1537420 CPUtime=0.3
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 1644 0 0 0 30 0 0 0 15 0 18 0 22329899 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1537420 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22329899 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1537420 CPUtime=0
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22329899 1574318080 106685 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1537420

[startup+6.32228 s]
/proc/loadavg: 2.10 2.10 2.03 3/196 19538
/proc/meminfo: memFree=28643996/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1538764 CPUtime=16.02
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 199604 0 1 0 1550 52 0 0 17 0 18 0 22329895 1575694336 186581 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 384691 186582 1421 10 0 381993 0
[pid=19520/tid=19522] ppid=19518 vsize=1538764 CPUtime=4.68
/proc/19520/task/19522/stat : 19522 (java) S 19518 19520 17885 0 -1 4202560 32066 0 1 0 462 6 0 0 15 0 18 0 22329896 1575694336 186583 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1538764 CPUtime=1.28
/proc/19520/task/19523/stat : 19523 (java) R 19518 19520 17885 0 -1 4202560 20532 0 0 0 124 4 0 0 15 0 18 0 22329896 1575694336 186584 4089446400 134512640 134550932 4294457440 18446744073709551615 103112807 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1538764 CPUtime=1.44
/proc/19520/task/19524/stat : 19524 (java) R 19518 19520 17885 0 -1 4202560 21950 0 0 0 140 4 0 0 15 0 18 0 22329896 1575694336 186584 4089446400 134512640 134550932 4294457440 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1538764 CPUtime=1.42
/proc/19520/task/19525/stat : 19525 (java) R 19518 19520 17885 0 -1 4202560 24556 0 0 0 136 6 0 0 15 0 18 0 22329896 1575694336 186585 4089446400 134512640 134550932 4294457440 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1538764 CPUtime=1.28
/proc/19520/task/19526/stat : 19526 (java) R 19518 19520 17885 0 -1 4202560 20690 0 0 0 122 6 0 0 15 0 18 0 22329896 1575694336 186585 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19520/tid=19527] ppid=19518 vsize=1538764 CPUtime=1.38
/proc/19520/task/19527/stat : 19527 (java) R 19518 19520 17885 0 -1 4202560 19550 0 0 0 133 5 0 0 15 0 18 0 22329896 1575694336 186585 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19520/tid=19528] ppid=19518 vsize=1538764 CPUtime=1.23
/proc/19520/task/19528/stat : 19528 (java) R 19518 19520 17885 0 -1 4202560 18324 0 0 0 119 4 0 0 15 0 18 0 22329896 1575694336 186586 4089446400 134512640 134550932 4294457440 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19520/tid=19529] ppid=19518 vsize=1538764 CPUtime=1.3
/proc/19520/task/19529/stat : 19529 (java) R 19518 19520 17885 0 -1 4202560 20347 0 0 0 125 5 0 0 15 0 18 0 22329896 1575694336 186586 4089446400 134512640 134550932 4294457440 18446744073709551615 104198077 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19520/tid=19530] ppid=19518 vsize=1538764 CPUtime=1.28
/proc/19520/task/19530/stat : 19530 (java) R 19518 19520 17885 0 -1 4202560 18252 0 0 0 122 6 0 0 15 0 18 0 22329896 1575694336 186587 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19520/tid=19531] ppid=19518 vsize=1538764 CPUtime=0
/proc/19520/task/19531/stat : 19531 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22329897 1575694336 186587 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19532] ppid=19518 vsize=1538764 CPUtime=0
/proc/19520/task/19532/stat : 19532 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22329897 1575694336 186588 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=1538764 CPUtime=0
/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 22329897 1575694336 186589 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1538764 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22329899 1575694336 186589 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1538764 CPUtime=0.31
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 18 0 22329899 1575694336 186589 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1538764 CPUtime=0.3
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 1644 0 0 0 30 0 0 0 15 0 18 0 22329899 1575694336 186590 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1538764 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22329899 1575694336 186590 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1538764 CPUtime=0
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22329899 1575694336 186591 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1538764

[startup+12.701 s]
/proc/loadavg: 2.16 2.11 2.04 3/197 19539
/proc/meminfo: memFree=28172452/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1542864 CPUtime=30.96
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 305710 0 1 0 2998 98 0 0 17 0 19 0 22329895 1579892736 286266 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 385716 286266 1441 10 0 383018 0
[pid=19520/tid=19522] ppid=19518 vsize=1542864 CPUtime=9.39
/proc/19520/task/19522/stat : 19522 (java) R 19518 19520 17885 0 -1 4202560 32161 0 1 0 932 7 0 0 15 0 19 0 22329896 1579892736 286266 4089446400 134512640 134550932 4294457440 18446744073709551615 4109542830 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1542864 CPUtime=2.36
/proc/19520/task/19523/stat : 19523 (java) S 19518 19520 17885 0 -1 4202560 33166 0 0 0 227 9 0 0 15 0 19 0 22329896 1579892736 286266 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1542864 CPUtime=2.7
/proc/19520/task/19524/stat : 19524 (java) S 19518 19520 17885 0 -1 4202560 35350 0 0 0 260 10 0 0 15 0 19 0 22329896 1579892736 286266 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1542864 CPUtime=2.45
/proc/19520/task/19525/stat : 19525 (java) S 19518 19520 17885 0 -1 4202560 38234 0 0 0 233 12 0 0 15 0 19 0 22329896 1579892736 286266 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1542864 CPUtime=2.49
/proc/19520/task/19526/stat : 19526 (java) S 19518 19520 17885 0 -1 4202560 39528 0 0 0 237 12 0 0 15 0 19 0 22329896 1579892736 286266 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 1 0 0 0

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

/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1546256 CPUtime=0.88
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 1116 0 0 0 88 0 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1546256 CPUtime=0.99
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 3657 0 0 0 98 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1546256 CPUtime=0.02
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 50 0 0 0 1 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19539] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19539/stat : 19539 (java) S 19518 19520 17885 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22331028 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1584.79
Current children cumulated vsize (KiB) 1546256

[startup+942.301 s]
/proc/loadavg: 2.86 3.32 2.83 3/214 19654
/proc/meminfo: memFree=27210364/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1546256 CPUtime=1685.13
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 1497984 0 1 0 163186 5327 0 0 17 0 19 0 22329895 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 386564 353775 1452 10 0 383866 0
[pid=19520/tid=19522] ppid=19518 vsize=1546256 CPUtime=672.83
/proc/19520/task/19522/stat : 19522 (java) R 19518 19520 17885 0 -1 4202560 36922 0 1 0 67260 23 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4109554242 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1546256 CPUtime=111.31
/proc/19520/task/19523/stat : 19523 (java) S 19518 19520 17885 0 -1 4202560 40942 0 0 0 10505 626 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1546256 CPUtime=111.02
/proc/19520/task/19524/stat : 19524 (java) S 19518 19520 17885 0 -1 4202560 43937 0 0 0 10455 647 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1546256 CPUtime=111.55
/proc/19520/task/19525/stat : 19525 (java) S 19518 19520 17885 0 -1 4202560 47137 0 0 0 10500 655 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1546256 CPUtime=111.89
/proc/19520/task/19526/stat : 19526 (java) S 19518 19520 17885 0 -1 4202560 48649 0 0 0 10551 638 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19527] ppid=19518 vsize=1546256 CPUtime=111.51
/proc/19520/task/19527/stat : 19527 (java) S 19518 19520 17885 0 -1 4202560 39757 0 0 0 10550 601 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19528] ppid=19518 vsize=1546256 CPUtime=111.2
/proc/19520/task/19528/stat : 19528 (java) S 19518 19520 17885 0 -1 4202560 39544 0 0 0 10510 610 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19529] ppid=19518 vsize=1546256 CPUtime=111.58
/proc/19520/task/19529/stat : 19529 (java) S 19518 19520 17885 0 -1 4202560 38524 0 0 0 10504 654 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19530] ppid=19518 vsize=1546256 CPUtime=112.9
/proc/19520/task/19530/stat : 19530 (java) S 19518 19520 17885 0 -1 4202560 39477 0 0 0 10667 623 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19531] ppid=19518 vsize=1546256 CPUtime=117.32
/proc/19520/task/19531/stat : 19531 (java) S 19518 19520 17885 0 -1 4202560 1117202 0 0 0 11490 242 0 0 15 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19532] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19532/stat : 19532 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1546256 CPUtime=0.88
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 1116 0 0 0 88 0 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1546256 CPUtime=0.99
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 3657 0 0 0 98 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1546256 CPUtime=0.02
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 54 0 0 0 1 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19539] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19539/stat : 19539 (java) S 19518 19520 17885 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22331028 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.13
Current children cumulated vsize (KiB) 1546256

[startup+1002.3 s]
/proc/loadavg: 2.98 3.26 2.84 10/214 19656
/proc/meminfo: memFree=27178940/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1546256 CPUtime=1786.12
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 1554084 0 1 0 173090 5522 0 0 17 0 19 0 22329895 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 386564 353775 1452 10 0 383866 0
[pid=19520/tid=19522] ppid=19518 vsize=1546256 CPUtime=718.23
/proc/19520/task/19522/stat : 19522 (java) R 19518 19520 17885 0 -1 4202560 37160 0 1 0 71800 23 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4109895527 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1546256 CPUtime=117.51
/proc/19520/task/19523/stat : 19523 (java) S 19518 19520 17885 0 -1 4202560 40942 0 0 0 11101 650 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1546256 CPUtime=117.26
/proc/19520/task/19524/stat : 19524 (java) S 19518 19520 17885 0 -1 4202560 43937 0 0 0 11053 673 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1546256 CPUtime=117.78
/proc/19520/task/19525/stat : 19525 (java) S 19518 19520 17885 0 -1 4202560 47137 0 0 0 11097 681 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1546256 CPUtime=118.04
/proc/19520/task/19526/stat : 19526 (java) S 19518 19520 17885 0 -1 4202560 48649 0 0 0 11143 661 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19527] ppid=19518 vsize=1546256 CPUtime=117.59
/proc/19520/task/19527/stat : 19527 (java) S 19518 19520 17885 0 -1 4202560 39757 0 0 0 11137 622 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19528] ppid=19518 vsize=1546256 CPUtime=117.81
/proc/19520/task/19528/stat : 19528 (java) S 19518 19520 17885 0 -1 4202560 39544 0 0 0 11147 634 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 1 0 0 0
[pid=19520/tid=19529] ppid=19518 vsize=1546256 CPUtime=117.38
/proc/19520/task/19529/stat : 19529 (java) S 19518 19520 17885 0 -1 4202560 38524 0 0 0 11062 676 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19530] ppid=19518 vsize=1546256 CPUtime=119.29
/proc/19520/task/19530/stat : 19530 (java) S 19518 19520 17885 0 -1 4202560 39477 0 0 0 11284 645 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19531] ppid=19518 vsize=1546256 CPUtime=123.22
/proc/19520/task/19531/stat : 19531 (java) S 19518 19520 17885 0 -1 4202560 1173060 0 0 0 12071 251 0 0 15 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19532] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19532/stat : 19532 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1546256 CPUtime=0.88
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 1116 0 0 0 88 0 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1546256 CPUtime=0.99
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 3657 0 0 0 98 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1546256 CPUtime=0.02
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 58 0 0 0 1 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19539] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19539/stat : 19539 (java) S 19518 19520 17885 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22331028 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.12
Current children cumulated vsize (KiB) 1546256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1010.1 s]
/proc/loadavg: 2.90 3.24 2.83 3/214 19656
/proc/meminfo: memFree=27175084/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=1546256 CPUtime=1800.03
/proc/19520/stat : 19520 (java) S 19518 19520 17885 0 -1 4202496 1554119 0 1 0 174454 5549 0 0 17 0 19 0 22329895 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 386564 353775 1452 10 0 383866 0
[pid=19520/tid=19522] ppid=19518 vsize=1546256 CPUtime=724.81
/proc/19520/task/19522/stat : 19522 (java) R 19518 19520 17885 0 -1 4202560 37195 0 1 0 72458 23 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4109895491 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19520/tid=19523] ppid=19518 vsize=1546256 CPUtime=118.31
/proc/19520/task/19523/stat : 19523 (java) S 19518 19520 17885 0 -1 4202560 40942 0 0 0 11179 652 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19524] ppid=19518 vsize=1546256 CPUtime=118.12
/proc/19520/task/19524/stat : 19524 (java) S 19518 19520 17885 0 -1 4202560 43937 0 0 0 11136 676 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19525] ppid=19518 vsize=1546256 CPUtime=118.78
/proc/19520/task/19525/stat : 19525 (java) S 19518 19520 17885 0 -1 4202560 47137 0 0 0 11193 685 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19526] ppid=19518 vsize=1546256 CPUtime=118.96
/proc/19520/task/19526/stat : 19526 (java) S 19518 19520 17885 0 -1 4202560 48649 0 0 0 11234 662 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19527] ppid=19518 vsize=1546256 CPUtime=118.48
/proc/19520/task/19527/stat : 19527 (java) S 19518 19520 17885 0 -1 4202560 39757 0 0 0 11222 626 0 0 15 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19528] ppid=19518 vsize=1546256 CPUtime=118.76
/proc/19520/task/19528/stat : 19528 (java) S 19518 19520 17885 0 -1 4202560 39544 0 0 0 11238 638 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 7 0 0 0
[pid=19520/tid=19529] ppid=19518 vsize=1546256 CPUtime=118.33
/proc/19520/task/19529/stat : 19529 (java) S 19518 19520 17885 0 -1 4202560 38524 0 0 0 11154 679 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19530] ppid=19518 vsize=1546256 CPUtime=120.25
/proc/19520/task/19530/stat : 19530 (java) S 19518 19520 17885 0 -1 4202560 39477 0 0 0 11377 648 0 0 16 0 19 0 22329896 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19531] ppid=19518 vsize=1546256 CPUtime=123.23
/proc/19520/task/19531/stat : 19531 (java) S 19518 19520 17885 0 -1 4202560 1173060 0 0 0 12071 252 0 0 15 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 0 0 16800975 18446604471153582336 0 0 -1 5 0 0 0
[pid=19520/tid=19532] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19532/stat : 19532 (java) S 19518 19520 17885 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 6 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19533/stat : 19533 (java) S 19518 19520 17885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22329897 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19534] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19534/stat : 19534 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19535] ppid=19518 vsize=1546256 CPUtime=0.88
/proc/19520/task/19535/stat : 19535 (java) S 19518 19520 17885 0 -1 4202560 1116 0 0 0 88 0 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 3 0 0 0
[pid=19520/tid=19536] ppid=19518 vsize=1546256 CPUtime=0.99
/proc/19520/task/19536/stat : 19536 (java) S 19518 19520 17885 0 -1 4202560 3657 0 0 0 98 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 4 0 0 0
[pid=19520/tid=19537] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19537/stat : 19537 (java) S 19518 19520 17885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 2 0 0 0
[pid=19520/tid=19538] ppid=19518 vsize=1546256 CPUtime=0.02
/proc/19520/task/19538/stat : 19538 (java) S 19518 19520 17885 0 -1 4202560 58 0 0 0 1 1 0 0 15 0 19 0 22329899 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
[pid=19520/tid=19539] ppid=19518 vsize=1546256 CPUtime=0
/proc/19520/task/19539/stat : 19539 (java) S 19518 19520 17885 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22331028 1583366144 353775 4089446400 134512640 134550932 4294457440 18446744073709551615 4294960144 0 4 0 16800975 18446604471153582336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546256

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

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

[startup+1010.21 s]
/proc/loadavg: 2.90 3.24 2.83 3/214 19656
/proc/meminfo: memFree=27175084/32950928 swapFree=67111528/67111528
[pid=19520] ppid=19518 vsize=0 CPUtime=1800.19
/proc/19520/stat : 19520 (java) Z 19518 19520 17885 0 -1 4203548 1554141 0 1 0 174467 5552 0 0 15 0 2 0 22329895 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19520/statm: 0 0 0 0 0 0 0
[pid=19520/tid=19533] ppid=19518 vsize=0 CPUtime=0.02
/proc/19520/task/19533/stat : 19533 (java) R 19518 19520 17885 0 -1 4203588 7 0 0 0 0 2 0 0 18 0 2 0 22329897 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1010.25
CPU time (s): 1800.23
CPU user time (s): 1744.67
CPU system time (s): 55.5596
CPU usage (%): 178.196
Max. virtual memory (cumulated for all children) (KiB): 1613472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1744.67
system time used= 55.5596
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1554141
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= 199772
involuntary context switches= 15394428

runsolver used 2.05969 second user time and 4.41733 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-08 00:19:12
IDJOB=2701679
IDBENCH=79619
IDSOLVER=1203
FILE ID=node112/2701679-1278541151
PBS_JOBID= 11239254
Free space on /tmp= 73408 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-1_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-2701679-1278541151/watcher-2701679-1278541151 -o /tmp/evaluation-result-2701679-1278541151/solver-2701679-1278541151 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701679-1278541151.wbo

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

MD5SUM BENCH= 9484feda1dfd442233b4ec59a851c185
RANDOM SEED=1314536026

node112.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.820
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.64
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.820
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.83
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.820
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.820
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.84
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.820
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.820
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.820
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.75
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.820
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29304940 kB
Buffers:        138648 kB
Cached:        3149384 kB
SwapCached:          0 kB
Active:        1448512 kB
Inactive:      2045420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29304940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           43980 kB
Writeback:           0 kB
AnonPages:      206044 kB
Mapped:          15376 kB
Slab:            89408 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   349128 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= 73352 MiB
End job on node112 at 2010-07-08 00:36:04