Trace number 2701420

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.0 2010-05-26Wrong UNSAT 1089.36 800.454

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen09_wcsp.wbo
MD5SUM9da5a371764752ef421f1f627b5fffdd
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13601
Best CPU time to get the best result obtained on this benchmark1800.34
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7876
Total number of constraints873462
Number of soft constraints873262
Number of constraints which are clauses873262
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 875784
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 231851719
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100526
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.10	c Pseudo Boolean Optimization
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c Stops conflict analysis at the first Unique Implication Point
0.04/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483s
0.04/0.10	c DB Simplification allowed=false
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-2701420-1278539950.wbo
0.04/0.10	c reading problem ... 
1087.96/799.76	c ... done. Wall clock time 799.66s.
1087.96/799.76	c #vars     881138
1087.96/799.76	c #constraints  219157
1087.96/799.76	c constraints type 
1087.96/799.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1087.96/799.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 211775
1087.96/799.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1089.19/800.40	c starts		: 0
1089.19/800.40	c conflicts		: 0
1089.19/800.40	c decisions		: 0
1089.19/800.40	c propagations		: 544
1089.19/800.40	c inspects		: 27
1089.19/800.40	c learnt literals	: 0
1089.19/800.40	c learnt binary clauses	: 0
1089.19/800.40	c learnt ternary clauses	: 0
1089.19/800.40	c learnt clauses	: 0
1089.19/800.40	c ignored clauses	: 0
1089.19/800.40	c root simplifications	: 0
1089.19/800.40	c removed literals (reason simplification)	: 0
1089.19/800.40	c reason swapping (by a shorter reason)	: 0
1089.19/800.40	c Calls to reduceDB	: 0
1089.19/800.40	c number of reductions to clauses (during analyze)	: 0
1089.19/800.40	c number of learned constraints concerned by reduction	: 0
1089.19/800.40	c number of learning phase by resolution	: 0
1089.19/800.40	c number of learning phase by cutting planes	: 0
1089.19/800.40	c speed (assignments/second)	: 854.0031397174254
1089.19/800.40	c non guided choices	0
1089.19/800.40	c learnt constraints type 
1089.19/800.40	c constraints type 
1089.19/800.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1089.19/800.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 211775
1089.19/800.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1089.19/800.40	s UNSATISFIABLE
1089.19/800.40	c Total wall clock time (in seconds): 800.3

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-2701420-1278539950/watcher-2701420-1278539950 -o /tmp/evaluation-result-2701420-1278539950/solver-2701420-1278539950 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701420-1278539950.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.00 2.00 2/178 20923
/proc/meminfo: memFree=27836480/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=13164 CPUtime=0
/proc/20923/stat : 20923 (java) R 20921 20923 18190 0 -1 4194304 557 0 0 0 0 0 0 0 24 0 1 0 22207441 13479936 236 4089446400 134512640 134550932 4294879504 18446744073709551615 1898107 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20923/statm: 3291 242 140 10 0 1121 0

[startup+0.0470629 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 20923
/proc/meminfo: memFree=27836480/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1526664 CPUtime=0.04
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 3923 0 1 0 3 1 0 0 24 0 16 0 22207441 1563303936 3364 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 381666 3364 1061 10 0 378976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1526664

[startup+0.103089 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 20923
/proc/meminfo: memFree=27836480/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1530016 CPUtime=0.11
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 5241 0 1 0 10 1 0 0 24 0 18 0 22207441 1566736384 4679 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 382504 4680 1348 10 0 379806 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530016

[startup+0.301023 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 20923
/proc/meminfo: memFree=27836480/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1533680 CPUtime=0.59
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 11655 0 1 0 57 2 0 0 24 0 18 0 22207441 1570488320 10862 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383420 10863 1406 10 0 380722 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1533680

[startup+0.700946 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 20923
/proc/meminfo: memFree=27836480/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1533680 CPUtime=1.22
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 44765 0 1 0 117 5 0 0 24 0 18 0 22207441 1570488320 43932 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383420 43932 1423 10 0 380722 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1533680

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 20941
/proc/meminfo: memFree=27663612/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1533680 CPUtime=2.08
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 47463 0 1 0 202 6 0 0 24 0 18 0 22207441 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383420 46547 1425 10 0 380722 0
[pid=20923/tid=20925] ppid=20921 vsize=1533680 CPUtime=1.4
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 36754 0 1 0 136 4 0 0 19 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1533680 CPUtime=0.02
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 1389 0 0 0 2 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1533680 CPUtime=0.01
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 730 0 0 0 1 0 0 0 16 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1533680 CPUtime=0.01
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 1076 0 0 0 1 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1533680 CPUtime=0.02
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 1340 0 0 0 2 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1533680 CPUtime=0.01
/proc/20923/task/20930/stat : 20930 (java) S 20921 20923 18190 0 -1 4202560 676 0 0 0 1 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1533680 CPUtime=0.01
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 524 0 0 0 1 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1533680 CPUtime=0.01
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 862 0 0 0 1 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1533680 CPUtime=0.03
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 1215 0 0 0 3 0 0 0 15 0 18 0 22207442 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 22207443 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1533680 CPUtime=0.2
/proc/20923/task/20938/stat : 20938 (java) S 20921 20923 18190 0 -1 4202560 523 0 0 0 20 0 0 0 15 0 18 0 22207445 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1533680 CPUtime=0.26
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1295 0 0 0 26 0 0 0 15 0 18 0 22207445 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22207446 1570488320 46547 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1533680

[startup+3.10146 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 20941
/proc/meminfo: memFree=27652700/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1533680 CPUtime=3.74
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 48909 0 1 0 366 8 0 0 24 0 18 0 22207441 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383420 47871 1425 10 0 380722 0
[pid=20923/tid=20925] ppid=20921 vsize=1533680 CPUtime=2.95
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 36848 0 1 0 291 4 0 0 21 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1533680 CPUtime=0.03
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 1505 0 0 0 3 0 0 0 15 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1533680 CPUtime=0.02
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 874 0 0 0 2 0 0 0 15 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1533680 CPUtime=0.03
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 1211 0 0 0 3 0 0 0 15 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1533680 CPUtime=0.03
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 1505 0 0 0 3 0 0 0 16 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1533680 CPUtime=0.02
/proc/20923/task/20930/stat : 20930 (java) S 20921 20923 18190 0 -1 4202560 839 0 0 0 2 0 0 0 16 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1533680 CPUtime=0.02
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 670 0 0 0 2 0 0 0 16 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1533680 CPUtime=0.03
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 1124 0 0 0 3 0 0 0 15 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1533680 CPUtime=0.03
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 1436 0 0 0 3 0 0 0 15 0 18 0 22207442 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1533680 CPUtime=0.01
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 18 0 22207443 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1533680 CPUtime=0.2
/proc/20923/task/20938/stat : 20938 (java) S 20921 20923 18190 0 -1 4202560 523 0 0 0 20 0 0 0 15 0 18 0 22207445 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1533680 CPUtime=0.26
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1295 0 0 0 26 0 0 0 15 0 18 0 22207445 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22207446 1570488320 47871 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1533680

[startup+6.3018 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 20941
/proc/meminfo: memFree=27642564/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1533680 CPUtime=7.17
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 51353 0 1 0 704 13 0 0 24 0 18 0 22207441 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383420 50148 1425 10 0 380722 0
[pid=20923/tid=20925] ppid=20921 vsize=1533680 CPUtime=6.01
/proc/20923/task/20925/stat : 20925 (java) S 20921 20923 18190 0 -1 4202560 36940 0 1 0 596 5 0 0 25 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1533680 CPUtime=0.07
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 1682 0 0 0 7 0 0 0 16 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1533680 CPUtime=0.07
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 1274 0 0 0 7 0 0 0 16 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1533680 CPUtime=0.06
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 1379 0 0 0 6 0 0 0 16 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1533680 CPUtime=0.08
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 1741 0 0 0 8 0 0 0 16 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1533680 CPUtime=0.07
/proc/20923/task/20930/stat : 20930 (java) R 20921 20923 18190 0 -1 4202560 1048 0 0 0 7 0 0 0 15 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1533680 CPUtime=0.07
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 1010 0 0 0 7 0 0 0 15 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1533680 CPUtime=0.06
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 1450 0 0 0 6 0 0 0 15 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1533680 CPUtime=0.07
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 1932 0 0 0 7 0 0 0 15 0 18 0 22207442 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 3 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1533680 CPUtime=0.02
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 18 0 0 0 1 1 0 0 15 0 18 0 22207443 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1533680 CPUtime=0.2
/proc/20923/task/20938/stat : 20938 (java) S 20921 20923 18190 0 -1 4202560 523 0 0 0 20 0 0 0 15 0 18 0 22207445 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1533680 CPUtime=0.26
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1295 0 0 0 26 0 0 0 15 0 18 0 22207445 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1533680 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22207446 1570488320 50148 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 1533680

[startup+12.7015 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 20942
/proc/meminfo: memFree=27630172/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1534704 CPUtime=14.52
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 54818 0 1 0 1414 38 0 0 24 0 18 0 22207441 1571536896 53282 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383676 53282 1425 10 0 380978 0
[pid=20923/tid=20925] ppid=20921 vsize=1534704 CPUtime=12.02
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 37126 0 1 0 1197 5 0 0 18 0 18 0 22207442 1571536896 53282 4089446400 134512640 134550932 4294879504 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1534704 CPUtime=0.22
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 1950 0 0 0 20 2 0 0 15 0 18 0 22207442 1571536896 53282 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1534704 CPUtime=0.24
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 1688 0 0 0 20 4 0 0 15 0 18 0 22207442 1571536896 53282 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1534704 CPUtime=0.21
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 1913 0 0 0 19 2 0 0 15 0 18 0 22207442 1571536896 53282 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1534704 CPUtime=0.24
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 2072 0 0 0 22 2 0 0 15 0 18 0 22207442 1571536896 53282 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0

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

/proc/loadavg: 2.52 2.47 2.26 3/196 20972
/proc/meminfo: memFree=27081520/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1535728 CPUtime=1087.34
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 209305 0 1 0 103038 5696 0 0 24 0 18 0 22207441 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383932 184985 1425 10 0 381234 0
[pid=20923/tid=20925] ppid=20921 vsize=1535728 CPUtime=603.22
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 56320 0 1 0 60297 25 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4109981867 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1535728 CPUtime=60.1
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 20702 0 0 0 5322 688 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1535728 CPUtime=59.86
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 19947 0 0 0 5297 689 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1535728 CPUtime=60.15
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 17555 0 0 0 5350 665 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1535728 CPUtime=60.08
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 19654 0 0 0 5364 644 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1535728 CPUtime=60.08
/proc/20923/task/20930/stat : 20930 (java) S 20921 20923 18190 0 -1 4202560 15284 0 0 0 5306 702 0 0 15 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1535728 CPUtime=59.89
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 17054 0 0 0 5304 685 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 1 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1535728 CPUtime=58.95
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 19646 0 0 0 5210 685 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 3 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1535728 CPUtime=60.63
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 20113 0 0 0 5387 676 0 0 16 0 18 0 22207442 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1535728 CPUtime=3.69
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 103 0 0 0 138 231 0 0 15 0 18 0 22207443 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1535728 CPUtime=0.22
/proc/20923/task/20938/stat : 20938 (java) S 20921 20923 18190 0 -1 4202560 523 0 0 0 22 0 0 0 15 0 18 0 22207445 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1535728 CPUtime=0.35
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1306 0 0 0 35 0 0 0 16 0 18 0 22207445 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 18 0 22207446 1572585472 184985 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1087.34
Current children cumulated vsize (KiB) 1535728

[startup+799.901 s]
/proc/loadavg: 2.52 2.47 2.26 3/196 20972
/proc/meminfo: memFree=27036756/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1535728 CPUtime=1088.25
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 209332 0 1 0 103129 5696 0 0 24 0 18 0 22207441 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 383932 185011 1430 10 0 381234 0
[pid=20923/tid=20925] ppid=20921 vsize=1535728 CPUtime=604.02
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 56331 0 1 0 60377 25 0 0 17 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4110061897 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1535728 CPUtime=60.1
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 20702 0 0 0 5322 688 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1535728 CPUtime=59.86
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 19947 0 0 0 5297 689 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1535728 CPUtime=60.15
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 17555 0 0 0 5350 665 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1535728 CPUtime=60.08
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 19654 0 0 0 5364 644 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1535728 CPUtime=60.08
/proc/20923/task/20930/stat : 20930 (java) S 20921 20923 18190 0 -1 4202560 15284 0 0 0 5306 702 0 0 15 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1535728 CPUtime=59.89
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 17054 0 0 0 5304 685 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 1 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1535728 CPUtime=58.95
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 19646 0 0 0 5210 685 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 3 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1535728 CPUtime=60.63
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 20113 0 0 0 5387 676 0 0 16 0 18 0 22207442 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1535728 CPUtime=3.69
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 103 0 0 0 138 231 0 0 16 0 18 0 22207443 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1535728 CPUtime=0.3
/proc/20923/task/20938/stat : 20938 (java) R 20921 20923 18190 0 -1 4202560 533 0 0 0 30 0 0 0 15 0 18 0 22207445 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 106119454 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1535728 CPUtime=0.39
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1312 0 0 0 39 0 0 0 15 0 18 0 22207445 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1535728 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 18 0 22207446 1572585472 185011 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1088.25
Current children cumulated vsize (KiB) 1535728

[startup+800.301 s]
/proc/loadavg: 2.52 2.47 2.26 3/196 20972
/proc/meminfo: memFree=27036756/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1536800 CPUtime=1089.19
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 221951 0 1 0 103220 5699 0 0 24 0 18 0 22207441 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 384200 197499 1438 10 0 381502 0
[pid=20923/tid=20925] ppid=20921 vsize=1536800 CPUtime=604.32
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 56334 0 1 0 60407 25 0 0 16 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4110103202 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1536800 CPUtime=60.16
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 20756 0 0 0 5328 688 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1536800 CPUtime=59.96
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 21729 0 0 0 5306 690 0 0 16 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1536800 CPUtime=60.19
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 17598 0 0 0 5354 665 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1536800 CPUtime=60.15
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 21452 0 0 0 5370 645 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1536800 CPUtime=60.12
/proc/20923/task/20930/stat : 20930 (java) S 20921 20923 18190 0 -1 4202560 18131 0 0 0 5309 703 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 3 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1536800 CPUtime=59.95
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 19539 0 0 0 5310 685 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 1 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1536800 CPUtime=59.01
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 22311 0 0 0 5215 686 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 3 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1536800 CPUtime=60.69
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 20721 0 0 0 5393 676 0 0 15 0 18 0 22207442 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1536800 CPUtime=3.69
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 103 0 0 0 138 231 0 0 15 0 18 0 22207443 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1536800 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1536800 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1536800 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1536800 CPUtime=0.39
/proc/20923/task/20938/stat : 20938 (java) S 20921 20923 18190 0 -1 4202560 742 0 0 0 39 0 0 0 15 0 18 0 22207445 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1536800 CPUtime=0.45
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1437 0 0 0 45 0 0 0 15 0 18 0 22207445 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1536800 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1536800 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 18 0 22207446 1573683200 197499 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1089.19
Current children cumulated vsize (KiB) 1536800

[startup+800.401 s]
/proc/loadavg: 2.52 2.47 2.26 3/196 20972
/proc/meminfo: memFree=27036756/32951124 swapFree=67111528/67111528
[pid=20923] ppid=20921 vsize=1537124 CPUtime=1089.31
/proc/20923/stat : 20923 (java) S 20921 20923 18190 0 -1 4202496 221963 0 1 0 103232 5699 0 0 24 0 18 0 22207441 1574014976 197510 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20923/statm: 384281 197511 1439 10 0 381583 0
[pid=20923/tid=20925] ppid=20921 vsize=1537124 CPUtime=604.41
/proc/20923/task/20925/stat : 20925 (java) R 20921 20923 18190 0 -1 4202560 56342 0 1 0 60416 25 0 0 17 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20923/tid=20926] ppid=20921 vsize=1537124 CPUtime=60.17
/proc/20923/task/20926/stat : 20926 (java) S 20921 20923 18190 0 -1 4202560 20756 0 0 0 5329 688 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20927] ppid=20921 vsize=1537124 CPUtime=59.96
/proc/20923/task/20927/stat : 20927 (java) S 20921 20923 18190 0 -1 4202560 21729 0 0 0 5306 690 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20928] ppid=20921 vsize=1537124 CPUtime=60.19
/proc/20923/task/20928/stat : 20928 (java) S 20921 20923 18190 0 -1 4202560 17598 0 0 0 5354 665 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20929] ppid=20921 vsize=1537124 CPUtime=60.16
/proc/20923/task/20929/stat : 20929 (java) S 20921 20923 18190 0 -1 4202560 21452 0 0 0 5371 645 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20930] ppid=20921 vsize=1537124 CPUtime=60.12
/proc/20923/task/20930/stat : 20930 (java) S 20921 20923 18190 0 -1 4202560 18131 0 0 0 5309 703 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20931] ppid=20921 vsize=1537124 CPUtime=59.96
/proc/20923/task/20931/stat : 20931 (java) S 20921 20923 18190 0 -1 4202560 19539 0 0 0 5311 685 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
[pid=20923/tid=20932] ppid=20921 vsize=1537124 CPUtime=59.01
/proc/20923/task/20932/stat : 20932 (java) S 20921 20923 18190 0 -1 4202560 22311 0 0 0 5215 686 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 3 0 0 0
[pid=20923/tid=20933] ppid=20921 vsize=1537124 CPUtime=60.69
/proc/20923/task/20933/stat : 20933 (java) S 20921 20923 18190 0 -1 4202560 20721 0 0 0 5393 676 0 0 15 0 18 0 22207442 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20934] ppid=20921 vsize=1537124 CPUtime=3.69
/proc/20923/task/20934/stat : 20934 (java) S 20921 20923 18190 0 -1 4202560 103 0 0 0 138 231 0 0 15 0 18 0 22207443 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 0 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20935] ppid=20921 vsize=1537124 CPUtime=0
/proc/20923/task/20935/stat : 20935 (java) S 20921 20923 18190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22207443 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20936] ppid=20921 vsize=1537124 CPUtime=0
/proc/20923/task/20936/stat : 20936 (java) S 20921 20923 18190 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22207443 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 0 0 0 0
[pid=20923/tid=20937] ppid=20921 vsize=1537124 CPUtime=0
/proc/20923/task/20937/stat : 20937 (java) S 20921 20923 18190 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22207445 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20938] ppid=20921 vsize=1537124 CPUtime=0.39
/proc/20923/task/20938/stat : 20938 (java) S 20921 20923 18190 0 -1 4202560 742 0 0 0 39 0 0 0 15 0 18 0 22207445 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 4 0 0 0
[pid=20923/tid=20939] ppid=20921 vsize=1537124 CPUtime=0.45
/proc/20923/task/20939/stat : 20939 (java) S 20921 20923 18190 0 -1 4202560 1437 0 0 0 45 0 0 0 15 0 18 0 22207445 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 7 0 0 0
[pid=20923/tid=20940] ppid=20921 vsize=1537124 CPUtime=0
/proc/20923/task/20940/stat : 20940 (java) S 20921 20923 18190 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22207446 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 2 0 0 0
[pid=20923/tid=20941] ppid=20921 vsize=1537124 CPUtime=0
/proc/20923/task/20941/stat : 20941 (java) S 20921 20923 18190 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 18 0 22207446 1574014976 197511 4089446400 134512640 134550932 4294879504 18446744073709551615 4294960144 0 4 0 16800975 18446604471147368768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1089.31
Current children cumulated vsize (KiB) 1537124

Child status: 20
Real time (s): 800.454
CPU time (s): 1089.36
CPU user time (s): 1032.32
CPU system time (s): 57.0323
CPU usage (%): 136.092
Max. virtual memory (cumulated for all children) (KiB): 1537124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1032.32
system time used= 57.0323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221964
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= 952371
involuntary context switches= 56047812

runsolver used 1.49177 second user time and 3.15152 second system time

The end

Launcher Data

Begin job on node143 at 2010-07-07 23:59:11
IDJOB=2701420
IDBENCH=79577
IDSOLVER=1202
FILE ID=node143/2701420-1278539950
PBS_JOBID= 11239192
Free space on /tmp= 73212 MiB

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

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

MD5SUM BENCH= 9da5a371764752ef421f1f627b5fffdd
RANDOM SEED=1341758462

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27836884 kB
Buffers:        142340 kB
Cached:        3214816 kB
SwapCached:          0 kB
Active:        3171756 kB
Inactive:      1781820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27836884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26760 kB
Writeback:           0 kB
AnonPages:     1596512 kB
Mapped:          15660 kB
Slab:            94536 kB
PageTables:       7740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1827408 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= 73212 MiB
End job on node143 at 2010-07-08 00:12:31