Trace number 2701748

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 Resolution 2.2.1? (TO) 1800.18 1786.19

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-0_wcsp.wbo
MD5SUM77d086fe6e58286424d14a47ccc7717b
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 variables19440
Total number of constraints986724
Number of soft constraints984780
Number of constraints which are clauses984780
Number of constraints which are cardinality constraints (but not clauses)1944
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 245
Min constraint cost 1
Max constraint cost 245
Sum of constraints costs 240735276
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive 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-2701748-1278541447.wbo
0.10/0.10	c reading problem ... 
21.05/8.88	c ... done. Wall clock time 8.779s.
21.05/8.88	c #vars     1004220
21.05/8.88	c #constraints  1971253
21.05/8.88	c constraints type 
21.05/8.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 984528
21.05/8.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 1944
21.05/8.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2196
21.05/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
455.13/441.56	c cleaning 2492 clauses out of 5000 with flag 5000/5000
580.47/566.74	c cleaning 4235 clauses out of 8508 with flag 11000/11000
689.30/675.54	c cleaning 5615 clauses out of 11273 with flag 18000/18000
864.74/850.93	c cleaning 6807 clauses out of 13658 with flag 26000/26000
1114.27/1100.44	c cleaning 7892 clauses out of 15851 with flag 35000/35000
1408.01/1394.19	c cleaning 8959 clauses out of 17959 with flag 45000/45000
1727.94/1714.03	c cleaning 9983 clauses out of 20000 with flag 56000/56000
1800.08/1786.11	c starts		: 76
1800.08/1786.11	c conflicts		: 57971
1800.08/1786.11	c decisions		: 8126743
1800.08/1786.11	c propagations		: 17732710
1800.08/1786.11	c inspects		: 75077706
1800.08/1786.11	c learnt literals	: 0
1800.08/1786.11	c learnt binary clauses	: 4522
1800.08/1786.11	c learnt ternary clauses	: 6406
1800.08/1786.11	c learnt clauses	: 57971
1800.08/1786.11	c ignored clauses	: 0
1800.08/1786.11	c root simplifications	: 0
1800.08/1786.11	c removed literals (reason simplification)	: 11195
1800.08/1786.11	c reason swapping (by a shorter reason)	: 0
1800.08/1786.11	c Calls to reduceDB	: 7
1800.08/1786.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1786.11	c number of learned constraints concerned by reduction	: 0
1800.08/1786.11	c number of learning phase by resolution	: 0
1800.08/1786.11	c number of learning phase by cutting planes	: 0
1800.08/1786.11	c speed (assignments/second)	: 9977.740603760802
1800.08/1786.11	c non guided choices	2197844
1800.08/1786.11	c learnt constraints type 
1800.08/1786.11	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7466
1800.08/1786.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4522
1800.08/1786.11	c constraints type 
1800.08/1786.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 984528
1800.08/1786.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 1944
1800.08/1786.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2196
1800.08/1786.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1786.11	s UNKNOWN
1800.08/1786.11	c Total wall clock time (in seconds): 1786.013

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-2701748-1278541447/watcher-2701748-1278541447 -o /tmp/evaluation-result-2701748-1278541447/solver-2701748-1278541447 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701748-1278541447.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: 3.12 2.29 2.10 3/178 21692
/proc/meminfo: memFree=28369264/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=13164 CPUtime=0
/proc/21692/stat : 21692 (java) R 21690 21692 19727 0 -1 4194304 732 0 0 0 0 0 0 0 17 0 1 0 22358881 13479936 323 4089446400 134512640 134550932 4289196208 18446744073709551615 7702149 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21692/statm: 3291 329 142 10 0 1121 0

[startup+0.0724789 s]
/proc/loadavg: 3.12 2.29 2.10 3/178 21692
/proc/meminfo: memFree=28369264/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1528556 CPUtime=0.05
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 4282 0 1 0 4 1 0 0 17 0 18 0 22358881 1565241344 3720 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 382139 3721 1090 10 0 379442 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528556

[startup+0.100478 s]
/proc/loadavg: 3.12 2.29 2.10 3/178 21692
/proc/meminfo: memFree=28369264/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1529700 CPUtime=0.1
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 5178 0 1 0 9 1 0 0 17 0 18 0 22358881 1566412800 4605 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 382425 4605 1345 10 0 379728 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529700

[startup+0.300442 s]
/proc/loadavg: 3.12 2.29 2.10 3/178 21692
/proc/meminfo: memFree=28369264/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1532076 CPUtime=0.49
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 32326 0 1 0 45 4 0 0 17 0 18 0 22358881 1568845824 31602 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 383019 31602 1394 10 0 380322 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1532076

[startup+0.700373 s]
/proc/loadavg: 3.12 2.29 2.10 3/178 21692
/proc/meminfo: memFree=28369264/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1531984 CPUtime=1.25
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 37754 0 1 0 120 5 0 0 17 0 18 0 22358881 1568751616 36600 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 382996 36600 1425 10 0 380299 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 1531984

[startup+1.50123 s]
/proc/loadavg: 3.12 2.29 2.10 3/196 21710
/proc/meminfo: memFree=28209224/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1531984 CPUtime=2.54
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 53112 0 1 0 246 8 0 0 17 0 18 0 22358881 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 382996 51741 1425 10 0 380299 0
[pid=21692/tid=21694] ppid=21690 vsize=1531984 CPUtime=1.36
/proc/21692/task/21694/stat : 21694 (java) R 21690 21692 19727 0 -1 4202560 32023 0 1 0 132 4 0 0 25 0 18 0 22358882 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4109995875 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1531984 CPUtime=0.07
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 19727 0 -1 4202560 1986 0 0 0 7 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 5 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1531984 CPUtime=0.09
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 19727 0 -1 4202560 2882 0 0 0 9 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1531984 CPUtime=0.06
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 19727 0 -1 4202560 2261 0 0 0 6 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1531984 CPUtime=0.05
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 19727 0 -1 4202560 2498 0 0 0 5 0 0 0 15 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=1531984 CPUtime=0.08
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 19727 0 -1 4202560 2531 0 0 0 8 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=1531984 CPUtime=0.09
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 19727 0 -1 4202560 2386 0 0 0 9 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1531984 CPUtime=0.07
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 19727 0 -1 4202560 1524 0 0 0 7 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1531984 CPUtime=0.05
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 19727 0 -1 4202560 2030 0 0 0 5 0 0 0 16 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1531984 CPUtime=0
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 18 0 22358883 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1531984 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22358884 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1531984 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 22358884 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1531984 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22358886 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1531984 CPUtime=0.29
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1075 0 0 0 29 0 0 0 16 0 18 0 22358886 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1531984 CPUtime=0.22
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 836 0 0 0 22 0 0 0 16 0 18 0 22358886 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1531984 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22358886 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1531984 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22358886 1568751616 51741 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1531984

[startup+3.11132 s]
/proc/loadavg: 3.03 2.29 2.10 10/196 21710
/proc/meminfo: memFree=28135444/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1537728 CPUtime=6.74
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 76701 0 1 0 654 20 0 0 17 0 18 0 22358881 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 384432 74077 1425 10 0 381735 0
[pid=21692/tid=21694] ppid=21690 vsize=1537728 CPUtime=2.52
/proc/21692/task/21694/stat : 21694 (java) S 21690 21692 19727 0 -1 4202560 32031 0 1 0 248 4 0 0 25 0 18 0 22358882 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 5 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1537728 CPUtime=0.44
/proc/21692/task/21695/stat : 21695 (java) R 21690 21692 19727 0 -1 4202560 5148 0 0 0 42 2 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1537728 CPUtime=0.33
/proc/21692/task/21696/stat : 21696 (java) R 21690 21692 19727 0 -1 4202560 4620 0 0 0 32 1 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1537728 CPUtime=0.45
/proc/21692/task/21697/stat : 21697 (java) R 21690 21692 19727 0 -1 4202560 4976 0 0 0 44 1 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 106197502 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1537728 CPUtime=0.47
/proc/21692/task/21698/stat : 21698 (java) R 21690 21692 19727 0 -1 4202560 5280 0 0 0 45 2 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=1537728 CPUtime=0.49
/proc/21692/task/21699/stat : 21699 (java) R 21690 21692 19727 0 -1 4202560 5365 0 0 0 48 1 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 104198029 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=1537728 CPUtime=0.52
/proc/21692/task/21700/stat : 21700 (java) R 21690 21692 19727 0 -1 4202560 6674 0 0 0 51 1 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1537728 CPUtime=0.47
/proc/21692/task/21701/stat : 21701 (java) R 21690 21692 19727 0 -1 4202560 4917 0 0 0 45 2 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 106206121 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1537728 CPUtime=0.43
/proc/21692/task/21702/stat : 21702 (java) R 21690 21692 19727 0 -1 4202560 4699 0 0 0 42 1 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 106193715 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1537728 CPUtime=0
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 18 0 22358883 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1537728 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22358884 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1537728 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 22358884 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1537728 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22358886 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1537728 CPUtime=0.29
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1075 0 0 0 29 0 0 0 15 0 18 0 22358886 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1537728 CPUtime=0.22
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 836 0 0 0 22 0 0 0 16 0 18 0 22358886 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1537728 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22358886 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1537728 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22358886 1574633472 74077 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 1537728

[startup+6.30145 s]
/proc/loadavg: 3.03 2.29 2.10 3/196 21711
/proc/meminfo: memFree=27963716/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1540304 CPUtime=15.74
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 116334 0 1 0 1516 58 0 0 17 0 18 0 22358881 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 385076 112064 1425 10 0 382379 0
[pid=21692/tid=21694] ppid=21690 vsize=1540304 CPUtime=4.7
/proc/21692/task/21694/stat : 21694 (java) R 21690 21692 19727 0 -1 4202560 32047 0 1 0 465 5 0 0 25 0 18 0 22358882 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4109938624 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1540304 CPUtime=1.31
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 19727 0 -1 4202560 10994 0 0 0 125 6 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1540304 CPUtime=1.28
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 19727 0 -1 4202560 11448 0 0 0 120 8 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 5 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1540304 CPUtime=1.33
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 19727 0 -1 4202560 10031 0 0 0 127 6 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1540304 CPUtime=1.43
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 19727 0 -1 4202560 10059 0 0 0 139 4 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=1540304 CPUtime=1.25
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 19727 0 -1 4202560 8969 0 0 0 119 6 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=1540304 CPUtime=1.45
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 19727 0 -1 4202560 11167 0 0 0 139 6 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1540304 CPUtime=1.25
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 19727 0 -1 4202560 8691 0 0 0 119 6 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1540304 CPUtime=1.11
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 19727 0 -1 4202560 9937 0 0 0 106 5 0 0 16 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1540304 CPUtime=0
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 18 0 22358883 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1540304 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22358884 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1540304 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 22358884 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1540304 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22358886 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1540304 CPUtime=0.29
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1075 0 0 0 29 0 0 0 15 0 18 0 22358886 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1540304 CPUtime=0.22
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 836 0 0 0 22 0 0 0 16 0 18 0 22358886 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1540304 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 22358886 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1540304 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22358886 1577271296 112064 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 1540304

[startup+12.7013 s]
/proc/loadavg: 2.87 2.28 2.10 3/197 21712
/proc/meminfo: memFree=27701456/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1544436 CPUtime=26.2
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 174216 0 1 0 2538 82 0 0 17 0 19 0 22358881 1581502464 168577 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 386109 168577 1439 10 0 383412 0
[pid=21692/tid=21694] ppid=21690 vsize=1544436 CPUtime=10.4
/proc/21692/task/21694/stat : 21694 (java) R 21690 21692 19727 0 -1 4202560 32114 0 1 0 1035 5 0 0 25 0 19 0 22358882 1581502464 168577 4089446400 134512640 134550932 4289196208 18446744073709551615 4110181882 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1544436 CPUtime=1.81
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 19727 0 -1 4202560 13265 0 0 0 173 8 0 0 15 0 19 0 22358883 1581502464 168577 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1544436 CPUtime=1.83
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 19727 0 -1 4202560 21459 0 0 0 172 11 0 0 15 0 19 0 22358883 1581502464 168577 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1544436 CPUtime=1.79
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 19727 0 -1 4202560 14604 0 0 0 169 10 0 0 15 0 19 0 22358883 1581502464 168577 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1544436 CPUtime=1.96
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 19727 0 -1 4202560 21773 0 0 0 189 7 0 0 15 0 19 0 22358883 1581502464 168577 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0

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

[pid=21692/tid=21700] ppid=21690 vsize=1543600 CPUtime=1.98
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 19727 0 -1 4202560 21073 0 0 0 189 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1543600 CPUtime=1.65
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 19727 0 -1 4202560 14918 0 0 0 155 10 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1543600 CPUtime=1.67
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 19727 0 -1 4202560 16913 0 0 0 158 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1543600 CPUtime=7.28
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 26457 0 0 0 725 3 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1543600 CPUtime=1.02
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1370 0 0 0 102 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1543600 CPUtime=0.53
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 1196 0 0 0 53 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21712] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21712/stat : 21712 (java) S 21690 21692 19727 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22359886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1736.27
Current children cumulated vsize (KiB) 1543600

[startup+1782.3 s]
/proc/loadavg: 1.03 1.49 1.80 2/189 21836
/proc/meminfo: memFree=28615324/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1543600 CPUtime=1796.27
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 200823 0 1 0 179537 90 0 0 17 0 19 0 22358881 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 385900 168371 1446 10 0 383203 0
[pid=21692/tid=21694] ppid=21690 vsize=1543600 CPUtime=1772.7
/proc/21692/task/21694/stat : 21694 (java) R 21690 21692 19727 0 -1 4202560 32127 0 1 0 177264 6 0 0 25 0 19 0 22358882 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4110181908 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1543600 CPUtime=1.83
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 19727 0 -1 4202560 13265 0 0 0 175 8 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 5 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1543600 CPUtime=1.86
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 19727 0 -1 4202560 21459 0 0 0 174 12 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1543600 CPUtime=1.82
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 19727 0 -1 4202560 14604 0 0 0 171 11 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1543600 CPUtime=2.02
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 19727 0 -1 4202560 21773 0 0 0 194 8 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=1543600 CPUtime=1.8
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 19727 0 -1 4202560 14492 0 0 0 171 9 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=1543600 CPUtime=1.98
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 19727 0 -1 4202560 21073 0 0 0 189 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1543600 CPUtime=1.65
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 19727 0 -1 4202560 14918 0 0 0 155 10 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1543600 CPUtime=1.67
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 19727 0 -1 4202560 16913 0 0 0 158 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1543600 CPUtime=7.28
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 26457 0 0 0 725 3 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1543600 CPUtime=1.02
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1370 0 0 0 102 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1543600 CPUtime=0.53
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 1196 0 0 0 53 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21712] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21712/stat : 21712 (java) S 21690 21692 19727 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22359886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1796.27
Current children cumulated vsize (KiB) 1543600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 1.03 1.49 1.80 2/189 21836
/proc/meminfo: memFree=28615448/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1543600 CPUtime=1800.08
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 200823 0 1 0 179918 90 0 0 17 0 19 0 22358881 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 385900 168371 1446 10 0 383203 0
[pid=21692/tid=21694] ppid=21690 vsize=1543600 CPUtime=1776.5
/proc/21692/task/21694/stat : 21694 (java) R 21690 21692 19727 0 -1 4202560 32127 0 1 0 177644 6 0 0 25 0 19 0 22358882 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4110510144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1543600 CPUtime=1.83
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 19727 0 -1 4202560 13265 0 0 0 175 8 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 5 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1543600 CPUtime=1.86
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 19727 0 -1 4202560 21459 0 0 0 174 12 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1543600 CPUtime=1.82
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 19727 0 -1 4202560 14604 0 0 0 171 11 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1543600 CPUtime=2.02
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 19727 0 -1 4202560 21773 0 0 0 194 8 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=1543600 CPUtime=1.8
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 19727 0 -1 4202560 14492 0 0 0 171 9 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=1543600 CPUtime=1.98
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 19727 0 -1 4202560 21073 0 0 0 189 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1543600 CPUtime=1.65
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 19727 0 -1 4202560 14918 0 0 0 155 10 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1543600 CPUtime=1.67
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 19727 0 -1 4202560 16913 0 0 0 158 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1543600 CPUtime=7.28
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 26457 0 0 0 725 3 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1543600 CPUtime=1.02
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1370 0 0 0 102 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1543600 CPUtime=0.53
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 1196 0 0 0 53 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21712] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21712/stat : 21712 (java) S 21690 21692 19727 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22359886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1543600

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

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

[startup+1786.1 s]
/proc/loadavg: 1.03 1.49 1.80 2/189 21836
/proc/meminfo: memFree=28615448/32950940 swapFree=67111528/67111528
[pid=21692] ppid=21690 vsize=1543600 CPUtime=1800.08
/proc/21692/stat : 21692 (java) S 21690 21692 19727 0 -1 4202496 200823 0 1 0 179918 90 0 0 17 0 19 0 22358881 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21692/statm: 385900 168371 1446 10 0 383203 0
[pid=21692/tid=21694] ppid=21690 vsize=1543600 CPUtime=1776.5
/proc/21692/task/21694/stat : 21694 (java) R 21690 21692 19727 0 -1 4202560 32127 0 1 0 177644 6 0 0 25 0 19 0 22358882 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4110510144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=1543600 CPUtime=1.83
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 19727 0 -1 4202560 13265 0 0 0 175 8 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 5 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=1543600 CPUtime=1.86
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 19727 0 -1 4202560 21459 0 0 0 174 12 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=1543600 CPUtime=1.82
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 19727 0 -1 4202560 14604 0 0 0 171 11 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=1543600 CPUtime=2.02
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 19727 0 -1 4202560 21773 0 0 0 194 8 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=1543600 CPUtime=1.8
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 19727 0 -1 4202560 14492 0 0 0 171 9 0 0 16 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 4 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=1543600 CPUtime=1.98
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 19727 0 -1 4202560 21073 0 0 0 189 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=1543600 CPUtime=1.65
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 19727 0 -1 4202560 14918 0 0 0 155 10 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=1543600 CPUtime=1.67
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 19727 0 -1 4202560 16913 0 0 0 158 9 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 6 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=1543600 CPUtime=7.28
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 19727 0 -1 4202560 26457 0 0 0 725 3 0 0 15 0 19 0 22358883 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 0 0 16800975 18446604471152000064 0 0 -1 2 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 19727 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 19727 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22358884 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 19727 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 1 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=1543600 CPUtime=1.02
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 19727 0 -1 4202560 1370 0 0 0 102 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 0 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=1543600 CPUtime=0.53
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 19727 0 -1 4202560 1196 0 0 0 53 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 19727 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 19727 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 22358886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 3 0 0 0
[pid=21692/tid=21712] ppid=21690 vsize=1543600 CPUtime=0
/proc/21692/task/21712/stat : 21712 (java) S 21690 21692 19727 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22359886 1580646400 168371 4089446400 134512640 134550932 4289196208 18446744073709551615 4294960144 0 4 0 16800975 18446604471152000064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1543600

Child status: 143
Real time (s): 1786.19
CPU time (s): 1800.18
CPU user time (s): 1799.24
CPU system time (s): 0.933858
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 1551604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.933858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200844
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= 38716
involuntary context switches= 195703

runsolver used 3.11653 second user time and 6.576 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-08 00:24:08
IDJOB=2701748
IDBENCH=79630
IDSOLVER=1211
FILE ID=node117/2701748-1278541447
PBS_JOBID= 11239244
Free space on /tmp= 73476 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-0_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701748-1278541447/watcher-2701748-1278541447 -o /tmp/evaluation-result-2701748-1278541447/solver-2701748-1278541447 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701748-1278541447.wbo

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

MD5SUM BENCH= 77d086fe6e58286424d14a47ccc7717b
RANDOM SEED=1705502934

node117.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.846
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.69
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.846
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.846
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.846
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.87
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.846
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.846
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.82
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.846
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.62
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.846
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	: 5251.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      28369908 kB
Buffers:        154236 kB
Cached:        3283108 kB
SwapCached:          0 kB
Active:        2426860 kB
Inactive:      1977616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      28369908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           40636 kB
Writeback:           0 kB
AnonPages:      966920 kB
Mapped:          15404 kB
Slab:           110684 kB
PageTables:       6524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1135728 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= 73492 MiB
End job on node117 at 2010-07-08 00:53:56