Trace number 2701844

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.14 1785.76

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUMea40a0e629962acadf81be421b26ca75
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 variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.1.v20100705
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.05/0.09	c Pseudo Boolean Optimization
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c Stops conflict analysis at the first Unique Implication Point
0.05/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483s
0.05/0.09	c DB Simplification allowed=false
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-2701844-1278541928.wbo
0.05/0.09	c reading problem ... 
20.09/7.93	c ... done. Wall clock time 7.837s.
20.09/7.93	c #vars     983603
20.09/7.93	c #constraints  971359
20.09/7.93	c constraints type 
20.09/7.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 965610
20.09/7.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 446
20.09/7.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5302
20.09/7.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1297.26/1283.01	c cleaning 2492 clauses out of 5000 with flag 5000/5000
1800.07/1785.71	c starts		: 28
1800.07/1785.71	c conflicts		: 7670
1800.07/1785.71	c decisions		: 3761941
1800.07/1785.71	c propagations		: 902034945
1800.07/1785.71	c inspects		: 7334560
1800.07/1785.71	c learnt literals	: 0
1800.07/1785.71	c learnt binary clauses	: 0
1800.07/1785.71	c learnt ternary clauses	: 0
1800.07/1785.71	c learnt clauses	: 7669
1800.07/1785.71	c ignored clauses	: 0
1800.07/1785.71	c root simplifications	: 0
1800.07/1785.71	c removed literals (reason simplification)	: 73226
1800.07/1785.71	c reason swapping (by a shorter reason)	: 0
1800.07/1785.71	c Calls to reduceDB	: 1
1800.07/1785.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1785.71	c number of learned constraints concerned by reduction	: 0
1800.07/1785.71	c number of learning phase by resolution	: 0
1800.07/1785.71	c number of learning phase by cutting planes	: 0
1800.07/1785.71	c speed (assignments/second)	: 507446.25750380993
1800.07/1785.71	c non guided choices	0
1800.07/1785.71	c learnt constraints type 
1800.07/1785.71	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5177
1800.07/1785.71	c constraints type 
1800.07/1785.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 965610
1800.07/1785.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 446
1800.07/1785.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5302
1800.07/1785.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/1785.71	s UNKNOWN
1800.07/1785.71	c Total wall clock time (in seconds): 1785.621

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-2701844-1278541928/watcher-2701844-1278541928 -o /tmp/evaluation-result-2701844-1278541928/solver-2701844-1278541928 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701844-1278541928.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.60 2.19 2.07 3/178 19701
/proc/meminfo: memFree=28417540/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=13436 CPUtime=0
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 1051 0 0 0 0 0 0 0 21 0 2 0 22406708 13758464 534 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 3359 540 231 10 0 1202 0
[pid=19701/tid=19702] ppid=19699 vsize=13436 CPUtime=0
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 18 0 0 0 0 0 0 0 22 0 2 0 22406708 13758464 543 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.066287 s]
/proc/loadavg: 2.60 2.19 2.07 3/178 19701
/proc/meminfo: memFree=28417540/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1528716 CPUtime=0.05
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 4273 0 1 0 4 1 0 0 21 0 18 0 22406708 1565405184 3712 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 382179 3713 1090 10 0 379482 0
[pid=19701/tid=19702] ppid=19699 vsize=1528716 CPUtime=0.05
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 3189 0 1 0 4 1 0 0 25 0 18 0 22406708 1565405184 3713 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528716

[startup+0.101279 s]
/proc/loadavg: 2.60 2.19 2.07 3/178 19701
/proc/meminfo: memFree=28417540/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1529864 CPUtime=0.11
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 5315 0 1 0 10 1 0 0 21 0 18 0 22406708 1566580736 4752 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 382466 4753 1347 10 0 379769 0
[pid=19701/tid=19702] ppid=19699 vsize=1529864 CPUtime=0.08
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 3661 0 1 0 7 1 0 0 25 0 18 0 22406708 1566580736 4753 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529864

[startup+0.301184 s]
/proc/loadavg: 2.60 2.19 2.07 3/178 19701
/proc/meminfo: memFree=28417540/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1534116 CPUtime=0.59
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 19666 0 1 0 56 3 0 0 21 0 18 0 22406708 1570934784 18652 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 383529 18653 1405 10 0 380832 0
[pid=19701/tid=19702] ppid=19699 vsize=1534116 CPUtime=0.28
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 16460 0 1 0 26 2 0 0 18 0 18 0 22406708 1570934784 18653 4089446400 134512640 134550932 4294238704 18446744073709551615 4109495156 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1534116

[startup+0.70111 s]
/proc/loadavg: 2.60 2.19 2.07 3/178 19701
/proc/meminfo: memFree=28417540/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1534116 CPUtime=1.31
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 38559 0 1 0 126 5 0 0 21 0 18 0 22406708 1570934784 37157 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 383529 37157 1425 10 0 380832 0
[pid=19701/tid=19702] ppid=19699 vsize=1534116 CPUtime=0.67
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32045 0 1 0 63 4 0 0 18 0 18 0 22406708 1570934784 37157 4089446400 134512640 134550932 4294238704 18446744073709551615 4109766081 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1534116

[startup+1.50104 s]
/proc/loadavg: 2.60 2.19 2.07 3/196 19719
/proc/meminfo: memFree=28245540/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1534116 CPUtime=2.74
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 58599 0 1 0 263 11 0 0 21 0 18 0 22406708 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 383529 56633 1425 10 0 380832 0
[pid=19701/tid=19702] ppid=19699 vsize=1534116 CPUtime=1.33
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32048 0 1 0 129 4 0 0 18 0 18 0 22406708 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4109894930 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19701/tid=19704] ppid=19699 vsize=1534116 CPUtime=0.06
/proc/19701/task/19704/stat : 19704 (java) S 19699 19701 17896 0 -1 4202560 2806 0 0 0 6 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19705] ppid=19699 vsize=1534116 CPUtime=0.1
/proc/19701/task/19705/stat : 19705 (java) S 19699 19701 17896 0 -1 4202560 4268 0 0 0 10 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19706] ppid=19699 vsize=1534116 CPUtime=0.13
/proc/19701/task/19706/stat : 19706 (java) S 19699 19701 17896 0 -1 4202560 4139 0 0 0 13 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19707] ppid=19699 vsize=1534116 CPUtime=0.06
/proc/19701/task/19707/stat : 19707 (java) S 19699 19701 17896 0 -1 4202560 2095 0 0 0 6 0 0 0 15 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19708] ppid=19699 vsize=1534116 CPUtime=0.08
/proc/19701/task/19708/stat : 19708 (java) S 19699 19701 17896 0 -1 4202560 3419 0 0 0 8 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19709] ppid=19699 vsize=1534116 CPUtime=0.1
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 2453 0 0 0 10 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1534116 CPUtime=0.09
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 1506 0 0 0 9 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1534116 CPUtime=0.09
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 2283 0 0 0 9 0 0 0 16 0 18 0 22406709 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1534116 CPUtime=0
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22406710 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1534116 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22406710 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1534116 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22406710 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1534116 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22406712 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1534116 CPUtime=0.29
/proc/19701/task/19716/stat : 19716 (java) S 19699 19701 17896 0 -1 4202560 1279 0 0 0 29 0 0 0 17 0 18 0 22406712 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1534116 CPUtime=0.28
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1230 0 0 0 28 0 0 0 16 0 18 0 22406712 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1534116 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22406712 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1534116 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22406712 1570934784 56633 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1534116

[startup+3.10068 s]
/proc/loadavg: 2.60 2.19 2.07 3/196 19719
/proc/meminfo: memFree=28162088/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1536752 CPUtime=6.8
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 92498 0 1 0 660 20 0 0 21 0 18 0 22406708 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 384188 87499 1425 10 0 381491 0
[pid=19701/tid=19702] ppid=19699 vsize=1536752 CPUtime=2.49
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32057 0 1 0 244 5 0 0 15 0 18 0 22406708 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19701/tid=19704] ppid=19699 vsize=1536752 CPUtime=0.41
/proc/19701/task/19704/stat : 19704 (java) S 19699 19701 17896 0 -1 4202560 5408 0 0 0 40 1 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19705] ppid=19699 vsize=1536752 CPUtime=0.38
/proc/19701/task/19705/stat : 19705 (java) S 19699 19701 17896 0 -1 4202560 8629 0 0 0 37 1 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19706] ppid=19699 vsize=1536752 CPUtime=0.52
/proc/19701/task/19706/stat : 19706 (java) S 19699 19701 17896 0 -1 4202560 9090 0 0 0 50 2 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19707] ppid=19699 vsize=1536752 CPUtime=0.41
/proc/19701/task/19707/stat : 19707 (java) S 19699 19701 17896 0 -1 4202560 6866 0 0 0 40 1 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19708] ppid=19699 vsize=1536752 CPUtime=0.45
/proc/19701/task/19708/stat : 19708 (java) S 19699 19701 17896 0 -1 4202560 6589 0 0 0 44 1 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19709] ppid=19699 vsize=1536752 CPUtime=0.49
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 7250 0 0 0 48 1 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1536752 CPUtime=0.51
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 6512 0 0 0 49 2 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1536752 CPUtime=0.46
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 6515 0 0 0 45 1 0 0 16 0 18 0 22406709 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1536752 CPUtime=0
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22406710 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1536752 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22406710 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1536752 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22406710 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1536752 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22406712 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1536752 CPUtime=0.29
/proc/19701/task/19716/stat : 19716 (java) S 19699 19701 17896 0 -1 4202560 1279 0 0 0 29 0 0 0 17 0 18 0 22406712 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1536752 CPUtime=0.28
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1230 0 0 0 28 0 0 0 15 0 18 0 22406712 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1536752 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22406712 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1536752 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22406712 1573634048 87499 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 1536752

[startup+6.30111 s]
/proc/loadavg: 2.56 2.19 2.07 3/196 19719
/proc/meminfo: memFree=27913960/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1545980 CPUtime=16.82
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 146265 0 1 0 1633 49 0 0 21 0 18 0 22406708 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 386495 138295 1425 10 0 383798 0
[pid=19701/tid=19702] ppid=19699 vsize=1545980 CPUtime=4.52
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32096 0 1 0 447 5 0 0 16 0 18 0 22406708 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4110101333 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19701/tid=19704] ppid=19699 vsize=1545980 CPUtime=1.47
/proc/19701/task/19704/stat : 19704 (java) S 19699 19701 17896 0 -1 4202560 11191 0 0 0 142 5 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19705] ppid=19699 vsize=1545980 CPUtime=1.35
/proc/19701/task/19705/stat : 19705 (java) S 19699 19701 17896 0 -1 4202560 14288 0 0 0 130 5 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19706] ppid=19699 vsize=1545980 CPUtime=1.56
/proc/19701/task/19706/stat : 19706 (java) S 19699 19701 17896 0 -1 4202560 14480 0 0 0 152 4 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19707] ppid=19699 vsize=1545980 CPUtime=1.44
/proc/19701/task/19707/stat : 19707 (java) S 19699 19701 17896 0 -1 4202560 12717 0 0 0 140 4 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19708] ppid=19699 vsize=1545980 CPUtime=1.28
/proc/19701/task/19708/stat : 19708 (java) S 19699 19701 17896 0 -1 4202560 11898 0 0 0 125 3 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
[pid=19701/tid=19709] ppid=19699 vsize=1545980 CPUtime=1.44
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 13486 0 0 0 139 5 0 0 15 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1545980 CPUtime=1.43
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 14759 0 0 0 137 6 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1545980 CPUtime=1.43
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 15838 0 0 0 137 6 0 0 16 0 18 0 22406709 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1545980 CPUtime=0
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22406710 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1545980 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22406710 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1545980 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22406710 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1545980 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22406712 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1545980 CPUtime=0.47
/proc/19701/task/19716/stat : 19716 (java) R 19699 19701 17896 0 -1 4202560 3209 0 0 0 47 0 0 0 16 0 18 0 22406712 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 106251492 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1545980 CPUtime=0.3
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1230 0 0 0 30 0 0 0 15 0 18 0 22406712 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1545980 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22406712 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1545980 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22406712 1583083520 138295 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 1545980

[startup+12.701 s]
/proc/loadavg: 2.75 2.23 2.08 3/197 19721
/proc/meminfo: memFree=27743212/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1556644 CPUtime=26.83
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 181385 0 1 0 2617 66 0 0 21 0 19 0 22406708 1594003456 169312 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 389161 169312 1439 10 0 386464 0

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

[pid=19701/tid=19709] ppid=19699 vsize=1556644 CPUtime=1.87
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 16878 0 0 0 180 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1556644 CPUtime=1.94
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 15256 0 0 0 186 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1556644 CPUtime=1.83
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 24343 0 0 0 174 9 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1556644 CPUtime=1.11
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 3895 0 0 0 110 1 0 0 15 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1556644 CPUtime=1.09
/proc/19701/task/19716/stat : 19716 (java) S 19699 19701 17896 0 -1 4202560 7570 0 0 0 108 1 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1556644 CPUtime=0.77
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1811 0 0 0 77 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19720] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19720/stat : 19720 (java) S 19699 19701 17896 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22407642 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1736.67
Current children cumulated vsize (KiB) 1556644

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/189 19799
/proc/meminfo: memFree=28390424/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1556644 CPUtime=1796.67
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 185409 0 1 0 179597 70 0 0 21 0 19 0 22406708 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 389161 169336 1446 10 0 386464 0
[pid=19701/tid=19702] ppid=19699 vsize=1556644 CPUtime=1778.75
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32141 0 1 0 177870 5 0 0 25 0 19 0 22406708 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4110516764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19701/tid=19704] ppid=19699 vsize=1556644 CPUtime=1.93
/proc/19701/task/19704/stat : 19704 (java) S 19699 19701 17896 0 -1 4202560 14576 0 0 0 185 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19705] ppid=19699 vsize=1556644 CPUtime=1.77
/proc/19701/task/19705/stat : 19705 (java) S 19699 19701 17896 0 -1 4202560 19038 0 0 0 169 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19706] ppid=19699 vsize=1556644 CPUtime=1.93
/proc/19701/task/19706/stat : 19706 (java) S 19699 19701 17896 0 -1 4202560 16730 0 0 0 187 6 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19707] ppid=19699 vsize=1556644 CPUtime=1.76
/proc/19701/task/19707/stat : 19707 (java) S 19699 19701 17896 0 -1 4202560 15572 0 0 0 169 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19708] ppid=19699 vsize=1556644 CPUtime=1.8
/proc/19701/task/19708/stat : 19708 (java) S 19699 19701 17896 0 -1 4202560 16430 0 0 0 176 4 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
[pid=19701/tid=19709] ppid=19699 vsize=1556644 CPUtime=1.87
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 16878 0 0 0 180 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1556644 CPUtime=1.94
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 15256 0 0 0 186 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1556644 CPUtime=1.83
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 24343 0 0 0 174 9 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1556644 CPUtime=1.11
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 3895 0 0 0 110 1 0 0 15 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1556644 CPUtime=1.09
/proc/19701/task/19716/stat : 19716 (java) S 19699 19701 17896 0 -1 4202560 7570 0 0 0 108 1 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1556644 CPUtime=0.77
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1811 0 0 0 77 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19720] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19720/stat : 19720 (java) S 19699 19701 17896 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22407642 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (KiB) 1556644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 1.00 1.06 1.39 2/189 19799
/proc/meminfo: memFree=28390548/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1556644 CPUtime=1800.07
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 185409 0 1 0 179937 70 0 0 21 0 19 0 22406708 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 389161 169336 1446 10 0 386464 0
[pid=19701/tid=19702] ppid=19699 vsize=1556644 CPUtime=1782.16
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32141 0 1 0 178211 5 0 0 25 0 19 0 22406708 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4110307436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19701/tid=19704] ppid=19699 vsize=1556644 CPUtime=1.93
/proc/19701/task/19704/stat : 19704 (java) S 19699 19701 17896 0 -1 4202560 14576 0 0 0 185 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19705] ppid=19699 vsize=1556644 CPUtime=1.77
/proc/19701/task/19705/stat : 19705 (java) S 19699 19701 17896 0 -1 4202560 19038 0 0 0 169 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19706] ppid=19699 vsize=1556644 CPUtime=1.93
/proc/19701/task/19706/stat : 19706 (java) S 19699 19701 17896 0 -1 4202560 16730 0 0 0 187 6 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19707] ppid=19699 vsize=1556644 CPUtime=1.76
/proc/19701/task/19707/stat : 19707 (java) S 19699 19701 17896 0 -1 4202560 15572 0 0 0 169 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19708] ppid=19699 vsize=1556644 CPUtime=1.8
/proc/19701/task/19708/stat : 19708 (java) S 19699 19701 17896 0 -1 4202560 16430 0 0 0 176 4 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
[pid=19701/tid=19709] ppid=19699 vsize=1556644 CPUtime=1.87
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 16878 0 0 0 180 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1556644 CPUtime=1.94
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 15256 0 0 0 186 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1556644 CPUtime=1.83
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 24343 0 0 0 174 9 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1556644 CPUtime=1.11
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 3895 0 0 0 110 1 0 0 15 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1556644 CPUtime=1.09
/proc/19701/task/19716/stat : 19716 (java) S 19699 19701 17896 0 -1 4202560 7570 0 0 0 108 1 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1556644 CPUtime=0.77
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1811 0 0 0 77 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19720] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19720/stat : 19720 (java) S 19699 19701 17896 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22407642 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1556644

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

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

[startup+1785.7 s]
/proc/loadavg: 1.00 1.06 1.39 2/189 19799
/proc/meminfo: memFree=28390548/32950904 swapFree=67111528/67111528
[pid=19701] ppid=19699 vsize=1556644 CPUtime=1800.07
/proc/19701/stat : 19701 (java) S 19699 19701 17896 0 -1 4202496 185409 0 1 0 179937 70 0 0 21 0 19 0 22406708 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19701/statm: 389161 169336 1446 10 0 386464 0
[pid=19701/tid=19702] ppid=19699 vsize=1556644 CPUtime=1782.16
/proc/19701/task/19702/stat : 19702 (java) R 19699 19701 17896 0 -1 4202560 32141 0 1 0 178211 5 0 0 25 0 19 0 22406708 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4110307436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19701/tid=19704] ppid=19699 vsize=1556644 CPUtime=1.93
/proc/19701/task/19704/stat : 19704 (java) S 19699 19701 17896 0 -1 4202560 14576 0 0 0 185 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19705] ppid=19699 vsize=1556644 CPUtime=1.77
/proc/19701/task/19705/stat : 19705 (java) S 19699 19701 17896 0 -1 4202560 19038 0 0 0 169 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19706] ppid=19699 vsize=1556644 CPUtime=1.93
/proc/19701/task/19706/stat : 19706 (java) S 19699 19701 17896 0 -1 4202560 16730 0 0 0 187 6 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19707] ppid=19699 vsize=1556644 CPUtime=1.76
/proc/19701/task/19707/stat : 19707 (java) S 19699 19701 17896 0 -1 4202560 15572 0 0 0 169 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19708] ppid=19699 vsize=1556644 CPUtime=1.8
/proc/19701/task/19708/stat : 19708 (java) S 19699 19701 17896 0 -1 4202560 16430 0 0 0 176 4 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 1 0 0 0
[pid=19701/tid=19709] ppid=19699 vsize=1556644 CPUtime=1.87
/proc/19701/task/19709/stat : 19709 (java) S 19699 19701 17896 0 -1 4202560 16878 0 0 0 180 7 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 3 0 0 0
[pid=19701/tid=19710] ppid=19699 vsize=1556644 CPUtime=1.94
/proc/19701/task/19710/stat : 19710 (java) S 19699 19701 17896 0 -1 4202560 15256 0 0 0 186 8 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19711] ppid=19699 vsize=1556644 CPUtime=1.83
/proc/19701/task/19711/stat : 19711 (java) S 19699 19701 17896 0 -1 4202560 24343 0 0 0 174 9 0 0 15 0 19 0 22406709 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 0 0 0 0
[pid=19701/tid=19712] ppid=19699 vsize=1556644 CPUtime=1.11
/proc/19701/task/19712/stat : 19712 (java) S 19699 19701 17896 0 -1 4202560 3895 0 0 0 110 1 0 0 15 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 0 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19713] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19713/stat : 19713 (java) S 19699 19701 17896 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19714] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19714/stat : 19714 (java) S 19699 19701 17896 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22406710 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 2 0 0 0
[pid=19701/tid=19715] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19715/stat : 19715 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19716] ppid=19699 vsize=1556644 CPUtime=1.09
/proc/19701/task/19716/stat : 19716 (java) S 19699 19701 17896 0 -1 4202560 7570 0 0 0 108 1 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 5 0 0 0
[pid=19701/tid=19717] ppid=19699 vsize=1556644 CPUtime=0.77
/proc/19701/task/19717/stat : 19717 (java) S 19699 19701 17896 0 -1 4202560 1811 0 0 0 77 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
[pid=19701/tid=19718] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19718/stat : 19718 (java) S 19699 19701 17896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 4 0 0 0
[pid=19701/tid=19719] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19719/stat : 19719 (java) S 19699 19701 17896 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22406712 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 7 0 0 0
[pid=19701/tid=19720] ppid=19699 vsize=1556644 CPUtime=0
/proc/19701/task/19720/stat : 19720 (java) S 19699 19701 17896 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22407642 1594003456 169336 4089446400 134512640 134550932 4294238704 18446744073709551615 4294960144 0 4 0 16800975 18446604459656731328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1556644

Child status: 143
Real time (s): 1785.76
CPU time (s): 1800.14
CPU user time (s): 1799.41
CPU system time (s): 0.729889
CPU usage (%): 100.805
Max. virtual memory (cumulated for all children) (KiB): 1564648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.729889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185430
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= 38550
involuntary context switches= 183473

runsolver used 2.74758 second user time and 6.98094 second system time

The end

Launcher Data

Begin job on node121 at 2010-07-08 00:32:08
IDJOB=2701844
IDBENCH=79646
IDSOLVER=1211
FILE ID=node121/2701844-1278541928
PBS_JOBID= 11239236
Free space on /tmp= 73384 MiB

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

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

MD5SUM BENCH= ea40a0e629962acadf81be421b26ca75
RANDOM SEED=392414123

node121.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.847
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.847
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	: 5226.15
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.847
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.847
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.82
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.847
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.67
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.847
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.76
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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      28417944 kB
Buffers:        140068 kB
Cached:        3797124 kB
SwapCached:          0 kB
Active:        2048636 kB
Inactive:      2330492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28417944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30612 kB
Writeback:           0 kB
AnonPages:      441828 kB
Mapped:          15140 kB
Slab:            90744 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   622640 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= 73640 MiB
End job on node121 at 2010-07-08 01:01:56