Trace number 2701814

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 1787.95

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reduc_wcsp.wbo
MD5SUMe8a3fc4e5070ef9b31eb0b16df3c02d4
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 variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.03/0.10	c Pseudo Boolean Optimization
0.03/0.10	c --- Begin Solver configuration ---
0.03/0.10	c Stops conflict analysis at the first Unique Implication Point
0.03/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.03/0.10	c Learn all clauses as in MiniSAT
0.03/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.10	c Expensive reason simplification
0.03/0.10	c Armin Biere (Picosat) restarts strategy
0.03/0.10	c Glucose learned constraints deletion strategy
0.03/0.10	c timeout=2147483s
0.03/0.10	c DB Simplification allowed=false
0.03/0.10	c --- End Solver configuration ---
0.03/0.10	c solving HOME/instance-2701814-1278541690.wbo
0.03/0.10	c reading problem ... 
17.65/7.60	c ... done. Wall clock time 7.505s.
17.65/7.60	c #vars     983605
17.65/7.60	c #constraints  971361
17.65/7.60	c constraints type 
17.65/7.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 965610
17.65/7.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 446
17.65/7.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5302
17.65/7.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
994.18/982.18	c cleaning 2492 clauses out of 5000 with flag 5000/5000
1800.09/1787.91	c starts		: 32
1800.09/1787.91	c conflicts		: 8777
1800.09/1787.91	c decisions		: 3866698
1800.09/1787.91	c propagations		: 1113908055
1800.09/1787.91	c inspects		: 9199125
1800.09/1787.91	c learnt literals	: 0
1800.09/1787.91	c learnt binary clauses	: 0
1800.09/1787.91	c learnt ternary clauses	: 0
1800.09/1787.91	c learnt clauses	: 8776
1800.09/1787.91	c ignored clauses	: 0
1800.09/1787.91	c root simplifications	: 0
1800.09/1787.91	c removed literals (reason simplification)	: 61845
1800.09/1787.91	c reason swapping (by a shorter reason)	: 0
1800.09/1787.91	c Calls to reduceDB	: 1
1800.09/1787.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.91	c number of learned constraints concerned by reduction	: 0
1800.09/1787.91	c number of learning phase by resolution	: 0
1800.09/1787.91	c number of learning phase by cutting planes	: 0
1800.09/1787.91	c speed (assignments/second)	: 625729.5237827742
1800.09/1787.91	c non guided choices	1221
1800.09/1787.91	c learnt constraints type 
1800.09/1787.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6284
1800.09/1787.91	c constraints type 
1800.09/1787.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 965610
1800.09/1787.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 446
1800.09/1787.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5302
1800.09/1787.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1787.91	s UNKNOWN
1800.09/1787.91	c Total wall clock time (in seconds): 1787.817

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-2701814-1278541690/watcher-2701814-1278541690 -o /tmp/evaluation-result-2701814-1278541690/solver-2701814-1278541690 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701814-1278541690.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.00 2.01 2.00 3/196 21193
/proc/meminfo: memFree=29263860/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=13164 CPUtime=0
/proc/21193/stat : 21193 (java) R 21191 21193 17447 0 -1 4194304 509 0 0 0 0 0 0 0 17 0 1 0 22384100 13479936 211 4089446400 134512640 134550932 4294422096 18446744073709551615 9746053 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21193/statm: 3291 218 141 10 0 1121 0

[startup+0.0454111 s]
/proc/loadavg: 2.00 2.01 2.00 3/196 21193
/proc/meminfo: memFree=29263860/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1525320 CPUtime=0.03
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 3892 0 1 0 3 0 0 0 17 0 13 0 22384100 1561927680 3333 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 381330 3334 1048 10 0 378640 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525320

[startup+0.100419 s]
/proc/loadavg: 2.00 2.01 2.00 3/196 21193
/proc/meminfo: memFree=29263860/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1529720 CPUtime=0.11
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 5202 0 1 0 10 1 0 0 17 0 18 0 22384100 1566433280 4639 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 382430 4639 1347 10 0 379733 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529720

[startup+0.300355 s]
/proc/loadavg: 2.00 2.01 2.00 3/196 21193
/proc/meminfo: memFree=29263860/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1533512 CPUtime=0.57
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 18889 0 1 0 55 2 0 0 17 0 18 0 22384100 1570316288 17925 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 383378 17926 1405 10 0 380681 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1533512

[startup+0.700284 s]
/proc/loadavg: 2.00 2.01 2.00 3/196 21193
/proc/meminfo: memFree=29263860/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1533900 CPUtime=1.3
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 38248 0 1 0 125 5 0 0 17 0 18 0 22384100 1570713600 37279 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 383475 37279 1425 10 0 380778 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 1533900

[startup+1.50113 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 21211
/proc/meminfo: memFree=29091420/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1533900 CPUtime=2.77
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 57684 0 1 0 268 9 0 0 17 0 18 0 22384100 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 383475 56666 1425 10 0 380778 0
[pid=21193/tid=21195] ppid=21191 vsize=1533900 CPUtime=1.35
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32035 0 1 0 131 4 0 0 18 0 18 0 22384100 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4109076552 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1533900 CPUtime=0.11
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 3123 0 0 0 11 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1533900 CPUtime=0.11
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 2949 0 0 0 11 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1533900 CPUtime=0.1
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 2968 0 0 0 10 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1533900 CPUtime=0.09
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 2783 0 0 0 9 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21200] ppid=21191 vsize=1533900 CPUtime=0.1
/proc/21193/task/21200/stat : 21200 (java) S 21191 21193 17447 0 -1 4202560 3656 0 0 0 10 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21201] ppid=21191 vsize=1533900 CPUtime=0.1
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 2740 0 0 0 10 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 6 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1533900 CPUtime=0.02
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 991 0 0 0 2 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1533900 CPUtime=0.11
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 3155 0 0 0 11 0 0 0 16 0 18 0 22384101 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1533900 CPUtime=0
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 18 0 22384102 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1533900 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 22384102 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1533900 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 22384102 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1533900 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22384104 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1533900 CPUtime=0.29
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 647 0 0 0 29 0 0 0 16 0 18 0 22384104 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1533900 CPUtime=0.28
/proc/21193/task/21209/stat : 21209 (java) S 21191 21193 17447 0 -1 4202560 1564 0 0 0 28 0 0 0 16 0 18 0 22384104 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1533900 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22384104 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1533900 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22384104 1570713600 56666 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1533900

[startup+3.10083 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 21211
/proc/meminfo: memFree=29008464/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1537812 CPUtime=6.58
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 89789 0 1 0 636 22 0 0 17 0 18 0 22384100 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 384453 87755 1425 10 0 381756 0
[pid=21193/tid=21195] ppid=21191 vsize=1537812 CPUtime=2.55
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32045 0 1 0 251 4 0 0 17 0 18 0 22384100 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4108980062 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1537812 CPUtime=0.4
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 6847 0 0 0 39 1 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1537812 CPUtime=0.46
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 6162 0 0 0 44 2 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1537812 CPUtime=0.44
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 8464 0 0 0 42 2 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1537812 CPUtime=0.3
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 5348 0 0 0 29 1 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 6 0 0 0
[pid=21193/tid=21200] ppid=21191 vsize=1537812 CPUtime=0.45
/proc/21193/task/21200/stat : 21200 (java) S 21191 21193 17447 0 -1 4202560 7857 0 0 0 43 2 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21201] ppid=21191 vsize=1537812 CPUtime=0.41
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 4915 0 0 0 39 2 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1537812 CPUtime=0.37
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 6658 0 0 0 36 1 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1537812 CPUtime=0.49
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 8209 0 0 0 47 2 0 0 16 0 18 0 22384101 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1537812 CPUtime=0
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 18 0 22384102 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1537812 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 22384102 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1537812 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 22384102 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1537812 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22384104 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1537812 CPUtime=0.29
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 647 0 0 0 29 0 0 0 15 0 18 0 22384104 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1537812 CPUtime=0.28
/proc/21193/task/21209/stat : 21209 (java) S 21191 21193 17447 0 -1 4202560 1564 0 0 0 28 0 0 0 16 0 18 0 22384104 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1537812 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22384104 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1537812 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22384104 1574719488 87755 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 1537812

[startup+6.30122 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 21211
/proc/meminfo: memFree=28755760/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1552924 CPUtime=15.38
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 146522 0 1 0 1489 49 0 0 17 0 18 0 22384100 1590194176 139934 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 388231 139935 1425 10 0 385534 0
[pid=21193/tid=21195] ppid=21191 vsize=1552924 CPUtime=4.84
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32079 0 1 0 479 5 0 0 16 0 18 0 22384100 1590194176 139935 4089446400 134512640 134550932 4294422096 18446744073709551615 4109326017 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1552924 CPUtime=1.22
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 12276 0 0 0 118 4 0 0 16 0 18 0 22384101 1590194176 139935 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1552924 CPUtime=1.15
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 12503 0 0 0 109 6 0 0 16 0 18 0 22384101 1590194176 139935 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1552924 CPUtime=1.19
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 14446 0 0 0 114 5 0 0 16 0 18 0 22384101 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1552924 CPUtime=1.06
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 10854 0 0 0 102 4 0 0 16 0 18 0 22384101 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21200] ppid=21191 vsize=1552924 CPUtime=1.2
/proc/21193/task/21200/stat : 21200 (java) S 21191 21193 17447 0 -1 4202560 14484 0 0 0 115 5 0 0 16 0 18 0 22384101 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 6 0 0 0
[pid=21193/tid=21201] ppid=21191 vsize=1552924 CPUtime=1.08
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 10697 0 0 0 105 3 0 0 16 0 18 0 22384101 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1552924 CPUtime=1.2
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 16593 0 0 0 115 5 0 0 16 0 18 0 22384101 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1552924 CPUtime=1.3
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 13680 0 0 0 125 5 0 0 16 0 18 0 22384101 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1552924 CPUtime=0
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22384102 1590194176 139936 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1553100 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 22384102 1590374400 139939 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1553100 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 22384102 1590374400 139947 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1553100 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22384104 1590374400 139947 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1553100 CPUtime=0.31
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 648 0 0 0 31 0 0 0 15 0 18 0 22384104 1590374400 139947 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1553100 CPUtime=0.71
/proc/21193/task/21209/stat : 21209 (java) R 21191 21193 17447 0 -1 4202560 7203 0 0 0 71 0 0 0 16 0 18 0 22384104 1590374400 139948 4089446400 134512640 134550932 4294422096 18446744073709551615 103502555 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1553100 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22384104 1590374400 139948 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1553100 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22384104 1590374400 139948 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 1552924

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 21212
/proc/meminfo: memFree=28577404/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1556484 CPUtime=24.69
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 180955 0 1 0 2402 67 0 0 17 0 19 0 22384100 1593839616 173096 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 389121 173096 1441 10 0 386424 0
[pid=21193/tid=21195] ppid=21191 vsize=1556484 CPUtime=10.7
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32117 0 1 0 1065 5 0 0 21 0 19 0 22384100 1593839616 173096 4089446400 134512640 134550932 4294422096 18446744073709551615 4109267820 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1556484 CPUtime=1.54
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 14428 0 0 0 147 7 0 0 15 0 19 0 22384101 1593839616 173096 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1556484 CPUtime=1.5
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 16915 0 0 0 141 9 0 0 15 0 19 0 22384101 1593839616 173096 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1556484 CPUtime=1.52
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 14954 0 0 0 145 7 0 0 15 0 19 0 22384101 1593839616 173096 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 6 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1556484 CPUtime=1.43
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 19406 0 0 0 137 6 0 0 15 0 19 0 22384101 1593839616 173096 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0

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

[pid=21193/tid=21201] ppid=21191 vsize=1556484 CPUtime=1.35
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 14958 0 0 0 129 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1556484 CPUtime=1.47
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 21746 0 0 0 139 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1556484 CPUtime=1.6
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 15972 0 0 0 152 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1556484 CPUtime=1.21
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 3027 0 0 0 120 1 0 0 15 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1556484 CPUtime=0.72
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 748 0 0 0 72 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1556484 CPUtime=1.24
/proc/21193/task/21209/stat : 21209 (java) S 21191 21193 17447 0 -1 4202560 7364 0 0 0 124 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21212] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21212/stat : 21212 (java) S 21191 21193 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22384991 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1734.48
Current children cumulated vsize (KiB) 1556484

[startup+1782.3 s]
/proc/loadavg: 1.00 1.33 1.79 2/189 21331
/proc/meminfo: memFree=28852384/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1556484 CPUtime=1794.48
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 184097 0 1 0 179379 69 0 0 17 0 19 0 22384100 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 389121 173122 1446 10 0 386424 0
[pid=21193/tid=21195] ppid=21191 vsize=1556484 CPUtime=1779.13
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32121 0 1 0 177908 5 0 0 25 0 19 0 22384100 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4109776788 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1556484 CPUtime=1.54
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 14428 0 0 0 147 7 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1556484 CPUtime=1.51
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 16915 0 0 0 142 9 0 0 16 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1556484 CPUtime=1.53
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 14954 0 0 0 146 7 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1556484 CPUtime=1.45
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 19406 0 0 0 139 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21200] ppid=21191 vsize=1556484 CPUtime=1.61
/proc/21193/task/21200/stat : 21200 (java) S 21191 21193 17447 0 -1 4202560 21289 0 0 0 155 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21201] ppid=21191 vsize=1556484 CPUtime=1.35
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 14958 0 0 0 129 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1556484 CPUtime=1.47
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 21746 0 0 0 139 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1556484 CPUtime=1.6
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 15972 0 0 0 152 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1556484 CPUtime=1.21
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 3027 0 0 0 120 1 0 0 15 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1556484 CPUtime=0.72
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 748 0 0 0 72 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1556484 CPUtime=1.24
/proc/21193/task/21209/stat : 21209 (java) S 21191 21193 17447 0 -1 4202560 7364 0 0 0 124 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21212] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21212/stat : 21212 (java) S 21191 21193 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22384991 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 1556484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 1.00 1.32 1.78 2/189 21331
/proc/meminfo: memFree=28852260/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1556484 CPUtime=1800.09
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 184097 0 1 0 179940 69 0 0 17 0 19 0 22384100 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 389121 173122 1446 10 0 386424 0
[pid=21193/tid=21195] ppid=21191 vsize=1556484 CPUtime=1784.74
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32121 0 1 0 178469 5 0 0 25 0 19 0 22384100 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4109739988 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1556484 CPUtime=1.54
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 14428 0 0 0 147 7 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1556484 CPUtime=1.51
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 16915 0 0 0 142 9 0 0 16 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1556484 CPUtime=1.53
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 14954 0 0 0 146 7 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1556484 CPUtime=1.45
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 19406 0 0 0 139 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21200] ppid=21191 vsize=1556484 CPUtime=1.61
/proc/21193/task/21200/stat : 21200 (java) S 21191 21193 17447 0 -1 4202560 21289 0 0 0 155 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21201] ppid=21191 vsize=1556484 CPUtime=1.35
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 14958 0 0 0 129 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1556484 CPUtime=1.47
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 21746 0 0 0 139 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1556484 CPUtime=1.6
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 15972 0 0 0 152 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1556484 CPUtime=1.21
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 3027 0 0 0 120 1 0 0 15 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1556484 CPUtime=0.72
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 748 0 0 0 72 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1556484 CPUtime=1.24
/proc/21193/task/21209/stat : 21209 (java) S 21191 21193 17447 0 -1 4202560 7364 0 0 0 124 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21212] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21212/stat : 21212 (java) S 21191 21193 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22384991 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1556484

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

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

[startup+1787.9 s]
/proc/loadavg: 1.00 1.32 1.78 2/189 21331
/proc/meminfo: memFree=28852260/32951124 swapFree=67111528/67111528
[pid=21193] ppid=21191 vsize=1556484 CPUtime=1800.09
/proc/21193/stat : 21193 (java) S 21191 21193 17447 0 -1 4202496 184097 0 1 0 179940 69 0 0 17 0 19 0 22384100 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21193/statm: 389121 173122 1446 10 0 386424 0
[pid=21193/tid=21195] ppid=21191 vsize=1556484 CPUtime=1784.74
/proc/21193/task/21195/stat : 21195 (java) R 21191 21193 17447 0 -1 4202560 32121 0 1 0 178469 5 0 0 25 0 19 0 22384100 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4109739988 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21193/tid=21196] ppid=21191 vsize=1556484 CPUtime=1.54
/proc/21193/task/21196/stat : 21196 (java) S 21191 21193 17447 0 -1 4202560 14428 0 0 0 147 7 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21197] ppid=21191 vsize=1556484 CPUtime=1.51
/proc/21193/task/21197/stat : 21197 (java) S 21191 21193 17447 0 -1 4202560 16915 0 0 0 142 9 0 0 16 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21198] ppid=21191 vsize=1556484 CPUtime=1.53
/proc/21193/task/21198/stat : 21198 (java) S 21191 21193 17447 0 -1 4202560 14954 0 0 0 146 7 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21199] ppid=21191 vsize=1556484 CPUtime=1.45
/proc/21193/task/21199/stat : 21199 (java) S 21191 21193 17447 0 -1 4202560 19406 0 0 0 139 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21200] ppid=21191 vsize=1556484 CPUtime=1.61
/proc/21193/task/21200/stat : 21200 (java) S 21191 21193 17447 0 -1 4202560 21289 0 0 0 155 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21201] ppid=21191 vsize=1556484 CPUtime=1.35
/proc/21193/task/21201/stat : 21201 (java) S 21191 21193 17447 0 -1 4202560 14958 0 0 0 129 6 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21202] ppid=21191 vsize=1556484 CPUtime=1.47
/proc/21193/task/21202/stat : 21202 (java) S 21191 21193 17447 0 -1 4202560 21746 0 0 0 139 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21203] ppid=21191 vsize=1556484 CPUtime=1.6
/proc/21193/task/21203/stat : 21203 (java) S 21191 21193 17447 0 -1 4202560 15972 0 0 0 152 8 0 0 15 0 19 0 22384101 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21204] ppid=21191 vsize=1556484 CPUtime=1.21
/proc/21193/task/21204/stat : 21204 (java) S 21191 21193 17447 0 -1 4202560 3027 0 0 0 120 1 0 0 15 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 0 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
[pid=21193/tid=21205] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21205/stat : 21205 (java) S 21191 21193 17447 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21206] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21206/stat : 21206 (java) S 21191 21193 17447 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22384102 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21207] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21207/stat : 21207 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 1 0 0 0
[pid=21193/tid=21208] ppid=21191 vsize=1556484 CPUtime=0.72
/proc/21193/task/21208/stat : 21208 (java) S 21191 21193 17447 0 -1 4202560 748 0 0 0 72 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 2 0 0 0
[pid=21193/tid=21209] ppid=21191 vsize=1556484 CPUtime=1.24
/proc/21193/task/21209/stat : 21209 (java) S 21191 21193 17447 0 -1 4202560 7364 0 0 0 124 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 3 0 0 0
[pid=21193/tid=21210] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21210/stat : 21210 (java) S 21191 21193 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 0 0 0 0
[pid=21193/tid=21211] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21211/stat : 21211 (java) S 21191 21193 17447 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22384104 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 7 0 0 0
[pid=21193/tid=21212] ppid=21191 vsize=1556484 CPUtime=0
/proc/21193/task/21212/stat : 21212 (java) S 21191 21193 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22384991 1593839616 173122 4089446400 134512640 134550932 4294422096 18446744073709551615 4294960144 0 4 0 16800975 18446604469384615168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1556484

Child status: 143
Real time (s): 1787.95
CPU time (s): 1800.14
CPU user time (s): 1799.42
CPU system time (s): 0.72289
CPU usage (%): 100.682
Max. virtual memory (cumulated for all children) (KiB): 1564488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.72289
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184120
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= 38514
involuntary context switches= 230991

runsolver used 3.31949 second user time and 6.39303 second system time

The end

Launcher Data

Begin job on node102 at 2010-07-08 00:28:11
IDJOB=2701814
IDBENCH=79641
IDSOLVER=1211
FILE ID=node102/2701814-1278541690
PBS_JOBID= 11239274
Free space on /tmp= 72960 MiB

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

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

MD5SUM BENCH= e8a3fc4e5070ef9b31eb0b16df3c02d4
RANDOM SEED=688864622

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5397.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29264256 kB
Buffers:        146312 kB
Cached:        3010412 kB
SwapCached:          0 kB
Active:        1433248 kB
Inactive:      2057752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29264256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30364 kB
Writeback:           0 kB
AnonPages:      334188 kB
Mapped:          20340 kB
Slab:           130064 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642120 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= 72964 MiB
End job on node102 at 2010-07-08 00:58:00