Trace number 2701448

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.11 1796.68

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06reduc_wcsp.wbo
MD5SUMc6376a45287ec410a1be42a1f73e9b68
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 variables3196
Total number of constraints341814
Number of soft constraints341732
Number of constraints which are clauses341732
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3389
Min constraint cost 1
Max constraint cost 2302
Sum of constraints costs 126251161
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2701448-1278540135.wbo
0.11/0.10	c reading problem ... 
4.51/2.56	c ... done. Wall clock time 2.455s.
4.51/2.56	c #vars     344928
4.51/2.56	c #constraints  341897
4.51/2.56	c constraints type 
4.51/2.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340670
4.51/2.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
4.51/2.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
4.51/2.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1754.07/1750.76	c cleaning 2498 clauses out of 5002 with flag 5002/5002
1800.02/1796.61	c starts		: 25
1800.02/1796.61	c conflicts		: 5698
1800.02/1796.61	c decisions		: 1380587
1800.02/1796.61	c propagations		: 206970437
1800.02/1796.61	c inspects		: 3678147
1800.02/1796.61	c learnt literals	: 0
1800.02/1796.61	c learnt binary clauses	: 0
1800.02/1796.61	c learnt ternary clauses	: 113
1800.02/1796.61	c learnt clauses	: 5698
1800.02/1796.61	c ignored clauses	: 0
1800.02/1796.61	c root simplifications	: 0
1800.02/1796.61	c removed literals (reason simplification)	: 105247
1800.02/1796.61	c reason swapping (by a shorter reason)	: 0
1800.02/1796.61	c Calls to reduceDB	: 1
1800.02/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.61	c number of learned constraints concerned by reduction	: 0
1800.02/1796.61	c number of learning phase by resolution	: 0
1800.02/1796.61	c number of learning phase by cutting planes	: 0
1800.02/1796.61	c speed (assignments/second)	: 115364.53544370967
1800.02/1796.61	c non guided choices	2948
1800.02/1796.61	c learnt constraints type 
1800.02/1796.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 3200
1800.02/1796.61	c constraints type 
1800.02/1796.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340670
1800.02/1796.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.02/1796.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
1800.02/1796.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/1796.61	s UNKNOWN
1800.02/1796.61	c Total wall clock time (in seconds): 1796.515

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-2701448-1278540135/watcher-2701448-1278540135 -o /tmp/evaluation-result-2701448-1278540135/solver-2701448-1278540135 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701448-1278540135.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.35 2.61 2.36 2/195 22535
/proc/meminfo: memFree=28305724/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1752 CPUtime=0
/proc/22535/stat : 22535 (java) R 22533 22535 20232 0 -1 4194304 324 0 0 0 0 0 0 0 21 0 1 0 22227633 1794048 69 4089446400 134512640 134550932 4286802208 18446744073709551615 11270576 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22535/statm: 438 78 63 10 0 30 0

[startup+0.019771 s]
/proc/loadavg: 2.35 2.61 2.36 2/195 22535
/proc/meminfo: memFree=28305724/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1524480 CPUtime=0
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 3351 0 1 0 0 0 0 0 21 0 10 0 22227633 1561067520 2794 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 381120 2795 945 10 0 378430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524480

[startup+0.100749 s]
/proc/loadavg: 2.35 2.61 2.36 2/195 22535
/proc/meminfo: memFree=28305724/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1529700 CPUtime=0.11
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 5208 0 1 0 10 1 0 0 21 0 18 0 22227633 1566412800 4645 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 382425 4645 1345 10 0 379728 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529700

[startup+0.300736 s]
/proc/loadavg: 2.35 2.61 2.36 2/195 22535
/proc/meminfo: memFree=28305724/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1531856 CPUtime=0.53
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 8768 0 1 0 51 2 0 0 21 0 18 0 22227633 1568620544 8080 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 382964 8081 1401 10 0 380267 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531856

[startup+0.700648 s]
/proc/loadavg: 2.35 2.61 2.36 2/195 22535
/proc/meminfo: memFree=28305724/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1534780 CPUtime=1.29
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 40243 0 1 0 124 5 0 0 21 0 18 0 22227633 1571614720 39041 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 383695 39041 1415 10 0 380998 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1534780

[startup+1.50144 s]
/proc/loadavg: 2.35 2.61 2.36 3/213 22553
/proc/meminfo: memFree=28116984/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1534780 CPUtime=2.84
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 59710 0 1 0 274 10 0 0 21 0 18 0 22227633 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 383695 58194 1415 10 0 380998 0
[pid=22535/tid=22537] ppid=22533 vsize=1534780 CPUtime=1.32
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32025 0 1 0 128 4 0 0 18 0 18 0 22227634 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4109274759 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1534780 CPUtime=0.14
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 4230 0 0 0 14 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1534780 CPUtime=0.14
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 3934 0 0 0 14 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1534780 CPUtime=0.11
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 2874 0 0 0 11 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22541] ppid=22533 vsize=1534780 CPUtime=0.12
/proc/22535/task/22541/stat : 22541 (java) S 22533 22535 20232 0 -1 4202560 2539 0 0 0 12 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22542] ppid=22533 vsize=1534780 CPUtime=0.07
/proc/22535/task/22542/stat : 22542 (java) S 22533 22535 20232 0 -1 4202560 1510 0 0 0 7 0 0 0 15 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=1534780 CPUtime=0.12
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 3287 0 0 0 12 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1534780 CPUtime=0.04
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 1603 0 0 0 4 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1534780 CPUtime=0.13
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 4161 0 0 0 13 0 0 0 16 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1534780 CPUtime=0
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22227635 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1534780 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22227636 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1534780 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 22227636 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1534780 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22227638 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1534780 CPUtime=0.3
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1340 0 0 0 30 0 0 0 17 0 18 0 22227638 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1534780 CPUtime=0.24
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1135 0 0 0 24 0 0 0 25 0 18 0 22227638 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1534780 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22227638 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1534780 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22227638 1571614720 58194 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1534780

[startup+3.10119 s]
/proc/loadavg: 2.35 2.61 2.36 3/213 22553
/proc/meminfo: memFree=28033164/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1538352 CPUtime=6
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 84452 0 1 0 581 19 0 0 21 0 18 0 22227633 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 384588 81524 1437 10 0 381891 0
[pid=22535/tid=22537] ppid=22533 vsize=1538352 CPUtime=2.64
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32069 0 1 0 260 4 0 0 17 0 18 0 22227634 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4109555398 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1538352 CPUtime=0.3
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 8183 0 0 0 29 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1538352 CPUtime=0.31
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 6712 0 0 0 30 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1538352 CPUtime=0.34
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 6859 0 0 0 33 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22541] ppid=22533 vsize=1538352 CPUtime=0.32
/proc/22535/task/22541/stat : 22541 (java) S 22533 22535 20232 0 -1 4202560 6484 0 0 0 31 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22542] ppid=22533 vsize=1538352 CPUtime=0.25
/proc/22535/task/22542/stat : 22542 (java) S 22533 22535 20232 0 -1 4202560 3856 0 0 0 24 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=1538352 CPUtime=0.26
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 5755 0 0 0 25 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1538352 CPUtime=0.25
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 5081 0 0 0 23 2 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1538352 CPUtime=0.26
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 5521 0 0 0 25 1 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1538352 CPUtime=0
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22227635 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1538352 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22227636 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1538352 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 22227636 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1538352 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22227638 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1538352 CPUtime=0.49
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1433 0 0 0 49 0 0 0 15 0 18 0 22227638 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1538352 CPUtime=0.46
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1427 0 0 0 46 0 0 0 15 0 18 0 22227638 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1538352 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22227638 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1538352 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22227638 1575272448 81524 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1538352

[startup+6.30164 s]
/proc/loadavg: 3.29 2.80 2.42 3/214 22555
/proc/meminfo: memFree=27977604/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1538676 CPUtime=9.59
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 85705 0 1 0 939 20 0 0 21 0 19 0 22227633 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 384669 82656 1441 10 0 381972 0
[pid=22535/tid=22537] ppid=22533 vsize=1538676 CPUtime=5.82
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32086 0 1 0 578 4 0 0 21 0 19 0 22227634 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4109451732 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 8183 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 7097 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1538676 CPUtime=0.34
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 7196 0 0 0 33 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22541] ppid=22533 vsize=1538676 CPUtime=0.32
/proc/22535/task/22541/stat : 22541 (java) S 22533 22535 20232 0 -1 4202560 6484 0 0 0 31 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22542] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22542/stat : 22542 (java) S 22533 22535 20232 0 -1 4202560 3856 0 0 0 24 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 6094 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 5081 0 0 0 23 2 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 5521 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1538676 CPUtime=0.71
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1469 0 0 0 71 0 0 0 15 0 19 0 22227638 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1538676 CPUtime=0.63
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1561 0 0 0 63 0 0 0 15 0 19 0 22227638 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 22227638 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22555] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22555/stat : 22555 (java) S 22533 22535 20232 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22227953 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 1538676

[startup+12.7015 s]
/proc/loadavg: 3.18 2.78 2.42 3/214 22555
/proc/meminfo: memFree=27975500/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1538676 CPUtime=16
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 85705 0 1 0 1580 20 0 0 21 0 19 0 22227633 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 384669 82656 1441 10 0 381972 0
[pid=22535/tid=22537] ppid=22533 vsize=1538676 CPUtime=12.22
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32086 0 1 0 1218 4 0 0 25 0 19 0 22227634 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4109831464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 8183 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 7097 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1538676 CPUtime=0.34
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 7196 0 0 0 33 1 0 0 15 0 19 0 22227635 1575604224 82656 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0

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

[pid=22535/tid=22543] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 6094 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 5081 0 0 0 23 2 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 5521 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1538676 CPUtime=0.72
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1471 0 0 0 72 0 0 0 15 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1538676 CPUtime=0.66
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1566 0 0 0 66 0 0 0 15 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22555] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22555/stat : 22555 (java) S 22533 22535 20232 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22227953 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1665.66
Current children cumulated vsize (KiB) 1538676

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/215 22815
/proc/meminfo: memFree=28693304/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1538676 CPUtime=1725.67
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 85814 0 1 0 172547 20 0 0 21 0 19 0 22227633 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 384669 82657 1441 10 0 381972 0
[pid=22535/tid=22537] ppid=22533 vsize=1538676 CPUtime=1721.85
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32089 0 1 0 172181 4 0 0 25 0 19 0 22227634 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4109812858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 8183 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 7097 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1538676 CPUtime=0.34
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 7196 0 0 0 33 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22541] ppid=22533 vsize=1538676 CPUtime=0.32
/proc/22535/task/22541/stat : 22541 (java) S 22533 22535 20232 0 -1 4202560 6484 0 0 0 31 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22542] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22542/stat : 22542 (java) S 22533 22535 20232 0 -1 4202560 3856 0 0 0 24 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 6094 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 5081 0 0 0 23 2 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 5521 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22227635 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1538676 CPUtime=0.72
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1471 0 0 0 72 0 0 0 15 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1538676 CPUtime=0.66
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1566 0 0 0 66 0 0 0 15 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 22227638 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22555] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22555/stat : 22555 (java) S 22533 22535 20232 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22227953 1575604224 82657 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1725.67
Current children cumulated vsize (KiB) 1538676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/215 22816
/proc/meminfo: memFree=28692212/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1538676 CPUtime=1785.71
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 87579 0 1 0 178550 21 0 0 21 0 19 0 22227633 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 384669 82662 1446 10 0 381972 0
[pid=22535/tid=22537] ppid=22533 vsize=1538676 CPUtime=1781.49
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32090 0 1 0 178145 4 0 0 25 0 19 0 22227634 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4109684940 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 8183 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1538676 CPUtime=0.32
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 7097 0 0 0 31 1 0 0 16 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1538676 CPUtime=0.35
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 7196 0 0 0 34 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22541] ppid=22533 vsize=1538676 CPUtime=0.32
/proc/22535/task/22541/stat : 22541 (java) S 22533 22535 20232 0 -1 4202560 6484 0 0 0 31 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22542] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22542/stat : 22542 (java) S 22533 22535 20232 0 -1 4202560 3856 0 0 0 24 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 6094 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 5081 0 0 0 24 2 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1538676 CPUtime=0.27
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 5521 0 0 0 26 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1538676 CPUtime=0.35
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 1767 0 0 0 35 0 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22227636 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1538676 CPUtime=0.73
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1472 0 0 0 73 0 0 0 15 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1538676 CPUtime=0.68
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1569 0 0 0 68 0 0 0 16 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22555] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22555/stat : 22555 (java) S 22533 22535 20232 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22227953 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1785.71
Current children cumulated vsize (KiB) 1538676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 2.10 3/215 22817
/proc/meminfo: memFree=28692184/32951124 swapFree=67111528/67111528
[pid=22535] ppid=22533 vsize=1538676 CPUtime=1800.02
/proc/22535/stat : 22535 (java) S 22533 22535 20232 0 -1 4202496 87579 0 1 0 179981 21 0 0 21 0 19 0 22227633 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/22535/statm: 384669 82662 1446 10 0 381972 0
[pid=22535/tid=22537] ppid=22533 vsize=1538676 CPUtime=1795.79
/proc/22535/task/22537/stat : 22537 (java) R 22533 22535 20232 0 -1 4202560 32090 0 1 0 179575 4 0 0 25 0 19 0 22227634 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4109451709 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22535/tid=22538] ppid=22533 vsize=1538676 CPUtime=0.31
/proc/22535/task/22538/stat : 22538 (java) S 22533 22535 20232 0 -1 4202560 8183 0 0 0 30 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22539] ppid=22533 vsize=1538676 CPUtime=0.32
/proc/22535/task/22539/stat : 22539 (java) S 22533 22535 20232 0 -1 4202560 7097 0 0 0 31 1 0 0 16 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 5 0 0 0
[pid=22535/tid=22540] ppid=22533 vsize=1538676 CPUtime=0.35
/proc/22535/task/22540/stat : 22540 (java) S 22533 22535 20232 0 -1 4202560 7196 0 0 0 34 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22541] ppid=22533 vsize=1538676 CPUtime=0.32
/proc/22535/task/22541/stat : 22541 (java) S 22533 22535 20232 0 -1 4202560 6484 0 0 0 31 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22542] ppid=22533 vsize=1538676 CPUtime=0.25
/proc/22535/task/22542/stat : 22542 (java) S 22533 22535 20232 0 -1 4202560 3856 0 0 0 24 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22543/stat : 22543 (java) S 22533 22535 20232 0 -1 4202560 6094 0 0 0 25 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 7 0 0 0
[pid=22535/tid=22544] ppid=22533 vsize=1538676 CPUtime=0.26
/proc/22535/task/22544/stat : 22544 (java) S 22533 22535 20232 0 -1 4202560 5081 0 0 0 24 2 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
[pid=22535/tid=22545] ppid=22533 vsize=1538676 CPUtime=0.27
/proc/22535/task/22545/stat : 22545 (java) S 22533 22535 20232 0 -1 4202560 5521 0 0 0 26 1 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 3 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=1538676 CPUtime=0.35
/proc/22535/task/22546/stat : 22546 (java) S 22533 22535 20232 0 -1 4202560 1767 0 0 0 35 0 0 0 15 0 19 0 22227635 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 0 0 16800975 18446604453924222784 0 0 -1 2 0 0 0
[pid=22535/tid=22547] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22547/stat : 22547 (java) S 22533 22535 20232 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22227636 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22548] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22548/stat : 22548 (java) S 22533 22535 20232 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22227636 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 0 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22549/stat : 22549 (java) S 22533 22535 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22550] ppid=22533 vsize=1538676 CPUtime=0.73
/proc/22535/task/22550/stat : 22550 (java) S 22533 22535 20232 0 -1 4202560 1472 0 0 0 73 0 0 0 15 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=1538676 CPUtime=0.68
/proc/22535/task/22551/stat : 22551 (java) S 22533 22535 20232 0 -1 4202560 1569 0 0 0 68 0 0 0 16 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 1 0 0 0
[pid=22535/tid=22552] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22552/stat : 22552 (java) S 22533 22535 20232 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22553] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22553/stat : 22553 (java) S 22533 22535 20232 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22227638 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 6 0 0 0
[pid=22535/tid=22555] ppid=22533 vsize=1538676 CPUtime=0
/proc/22535/task/22555/stat : 22555 (java) S 22533 22535 20232 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22227953 1575604224 82662 4089446400 134512640 134550932 4286802208 18446744073709551615 4294960144 0 4 0 16800975 18446604453924222784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1538676

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

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

Child status: 143
Real time (s): 1796.68
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.225965
CPU usage (%): 100.191
Max. virtual memory (cumulated for all children) (KiB): 1542680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87600
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= 37127
involuntary context switches= 27169

runsolver used 2.88456 second user time and 6.30904 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-08 00:02:16
IDJOB=2701448
IDBENCH=79581
IDSOLVER=1211
FILE ID=node109/2701448-1278540135
PBS_JOBID= 11239260
Free space on /tmp= 73704 MiB

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

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

MD5SUM BENCH= c6376a45287ec410a1be42a1f73e9b68
RANDOM SEED=1769253678

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28306376 kB
Buffers:        148000 kB
Cached:        3397796 kB
SwapCached:          0 kB
Active:        2906180 kB
Inactive:      1589524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28306376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10600 kB
Writeback:           0 kB
AnonPages:      950304 kB
Mapped:          20308 kB
Slab:            83104 kB
PageTables:       6500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642824 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= 73760 MiB
End job on node109 at 2010-07-08 00:32:14