Trace number 2701822

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 370.225 289.895

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph07_wcsp.wbo
MD5SUMfddb3e21e350e2df5161d1678905aa9f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10319
Best CPU time to get the best result obtained on this benchmark1800.26
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5160
Total number of constraints512485
Number of soft constraints512344
Number of constraints which are clauses512344
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 463736
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 146536849
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100526
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	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@1764be1
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-2701822-1278541747.wbo
0.11/0.10	c reading problem ... 
369.42/289.41	c ... done. Wall clock time 289.311s.
369.42/289.41	c #vars     517504
369.42/289.41	c #constraints  132679
369.42/289.41	c constraints type 
369.42/289.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141
369.42/289.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 127852
369.42/289.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
370.16/289.83	c starts		: 0
370.16/289.83	c conflicts		: 0
370.16/289.83	c decisions		: 0
370.16/289.83	c propagations		: 1
370.16/289.83	c inspects		: 1
370.16/289.83	c learnt literals	: 0
370.16/289.83	c learnt binary clauses	: 0
370.16/289.83	c learnt ternary clauses	: 0
370.16/289.83	c learnt clauses	: 0
370.16/289.83	c ignored clauses	: 0
370.16/289.83	c root simplifications	: 0
370.16/289.83	c removed literals (reason simplification)	: 0
370.16/289.83	c reason swapping (by a shorter reason)	: 0
370.16/289.83	c Calls to reduceDB	: 0
370.16/289.83	c number of reductions to clauses (during analyze)	: 0
370.16/289.83	c number of learned constraints concerned by reduction	: 0
370.16/289.83	c number of learning phase by resolution	: 0
370.16/289.83	c number of learning phase by cutting planes	: 0
370.16/289.83	c speed (assignments/second)	: 2.3866348448687353
370.16/289.83	c non guided choices	0
370.16/289.83	c learnt constraints type 
370.16/289.83	c constraints type 
370.16/289.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141
370.16/289.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 127852
370.16/289.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
370.16/289.83	s UNSATISFIABLE
370.16/289.83	c Total wall clock time (in seconds): 289.733

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-2701822-1278541747/watcher-2701822-1278541747 -o /tmp/evaluation-result-2701822-1278541747/solver-2701822-1278541747 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701822-1278541747.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.14 2.17 2/176 19502
/proc/meminfo: memFree=29270848/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=392 CPUtime=0
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4194304 295 0 0 0 0 0 0 0 21 0 1 0 22388125 401408 40 4089446400 134512640 134550932 4293684384 18446744073709551615 8499796 0 2147483391 4096 0 18446744071699109054 0 0 17 3 0 0 0
/proc/19502/statm: 98 40 32 10 0 25 0

[startup+0.024784 s]
/proc/loadavg: 2.00 2.14 2.17 2/176 19502
/proc/meminfo: memFree=29270848/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1525552 CPUtime=0.01
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 3514 0 1 0 1 0 0 0 21 0 11 0 22388125 1562165248 2956 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 381388 2957 986 10 0 378698 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525552

[startup+0.100767 s]
/proc/loadavg: 2.00 2.14 2.17 2/176 19502
/proc/meminfo: memFree=29270848/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1530132 CPUtime=0.11
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 5190 0 1 0 10 1 0 0 21 0 18 0 22388125 1566855168 4626 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 382533 4627 1346 10 0 379835 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530132

[startup+0.300732 s]
/proc/loadavg: 2.00 2.14 2.17 2/176 19502
/proc/meminfo: memFree=29270848/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1532884 CPUtime=0.56
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 9509 0 1 0 54 2 0 0 21 0 18 0 22388125 1569673216 8750 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383221 8751 1400 10 0 380523 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1532884

[startup+0.700701 s]
/proc/loadavg: 2.00 2.14 2.17 2/176 19502
/proc/meminfo: memFree=29270848/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1532884 CPUtime=1.24
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 44266 0 1 0 109 15 0 0 21 0 18 0 22388125 1569673216 43462 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383221 43462 1423 10 0 380523 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1532884

[startup+1.50154 s]
/proc/loadavg: 2.00 2.14 2.17 3/194 19520
/proc/meminfo: memFree=29098352/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1532884 CPUtime=2.15
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 45953 0 1 0 179 36 0 0 21 0 18 0 22388125 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383221 45075 1423 10 0 380523 0
[pid=19502/tid=19504] ppid=19500 vsize=1532884 CPUtime=1.1
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 37449 0 1 0 104 6 0 0 25 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1532884 CPUtime=0.04
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 879 0 0 0 3 1 0 0 15 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1532884 CPUtime=0.05
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 1596 0 0 0 3 2 0 0 16 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1532884 CPUtime=0.02
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 290 0 0 0 2 0 0 0 15 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1532884 CPUtime=0.11
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 1119 0 0 0 7 4 0 0 16 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1532884 CPUtime=0.01
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 367 0 0 0 1 0 0 0 16 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1532884 CPUtime=0.07
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 890 0 0 0 2 5 0 0 16 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1532884 CPUtime=0.1
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 613 0 0 0 4 6 0 0 15 0 18 0 22388126 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1532884 CPUtime=0.06
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 17 0 0 0 0 6 0 0 15 0 18 0 22388127 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1532884 CPUtime=0.22
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 551 0 0 0 22 0 0 0 18 0 18 0 22388130 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1532884 CPUtime=0.25
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1052 0 0 0 25 0 0 0 19 0 18 0 22388130 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22388130 1569673216 45075 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1532884

[startup+3.10122 s]
/proc/loadavg: 2.00 2.14 2.17 3/194 19520
/proc/meminfo: memFree=29091532/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1532884 CPUtime=3.67
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 48284 0 1 0 327 40 0 0 21 0 18 0 22388125 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383221 47291 1423 10 0 380523 0
[pid=19502/tid=19504] ppid=19500 vsize=1532884 CPUtime=2.44
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 37921 0 1 0 237 7 0 0 25 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1532884 CPUtime=0.07
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 1272 0 0 0 5 2 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1532884 CPUtime=0.07
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 1793 0 0 0 5 2 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1532884 CPUtime=0.03
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 393 0 0 0 3 0 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1532884 CPUtime=0.03
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 325 0 0 0 2 1 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1532884 CPUtime=0.13
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 1246 0 0 0 9 4 0 0 16 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1532884 CPUtime=0.03
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 684 0 0 0 3 0 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1532884 CPUtime=0.08
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 1106 0 0 0 3 5 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1532884 CPUtime=0.12
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 862 0 0 0 6 6 0 0 15 0 18 0 22388126 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1532884 CPUtime=0.07
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 17 0 0 0 0 7 0 0 15 0 18 0 22388127 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1532884 CPUtime=0.22
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 551 0 0 0 22 0 0 0 18 0 18 0 22388130 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1532884 CPUtime=0.25
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1052 0 0 0 25 0 0 0 19 0 18 0 22388130 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22388130 1569673216 47291 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1532884

[startup+6.30066 s]
/proc/loadavg: 2.24 2.19 2.19 3/194 19520
/proc/meminfo: memFree=29082808/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1532884 CPUtime=6.82
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 50062 0 1 0 630 52 0 0 21 0 18 0 22388125 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383221 48925 1423 10 0 380523 0
[pid=19502/tid=19504] ppid=19500 vsize=1532884 CPUtime=5.14
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 37992 0 1 0 505 9 0 0 18 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1532884 CPUtime=0.18
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 1400 0 0 0 14 4 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1532884 CPUtime=0.12
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 1991 0 0 0 10 2 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1532884 CPUtime=0.1
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 614 0 0 0 8 2 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1532884 CPUtime=0.06
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 497 0 0 0 5 1 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1532884 CPUtime=0.17
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 1462 0 0 0 13 4 0 0 16 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 7 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1532884 CPUtime=0.07
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 962 0 0 0 6 1 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1532884 CPUtime=0.14
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 1274 0 0 0 7 7 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1532884 CPUtime=0.16
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 1188 0 0 0 10 6 0 0 15 0 18 0 22388126 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1532884 CPUtime=0.1
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 17 0 0 0 0 10 0 0 15 0 18 0 22388127 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1532884 CPUtime=0.22
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 551 0 0 0 22 0 0 0 18 0 18 0 22388130 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1532884 CPUtime=0.25
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1052 0 0 0 25 0 0 0 19 0 18 0 22388130 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1532884 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22388130 1569673216 48925 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1532884

[startup+12.7016 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 19521
/proc/meminfo: memFree=29069900/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1532884 CPUtime=13.85
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 53944 0 1 0 1322 63 0 0 21 0 18 0 22388125 1569673216 52582 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383221 52582 1423 10 0 380523 0
[pid=19502/tid=19504] ppid=19500 vsize=1532884 CPUtime=11.25
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 38145 0 1 0 1116 9 0 0 19 0 18 0 22388126 1569673216 52582 4089446400 134512640 134550932 4293684384 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1532884 CPUtime=0.27
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 2000 0 0 0 22 5 0 0 15 0 18 0 22388126 1569673216 52582 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 7 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1532884 CPUtime=0.23
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 2320 0 0 0 20 3 0 0 15 0 18 0 22388126 1569673216 52582 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1532884 CPUtime=0.22
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 978 0 0 0 19 3 0 0 15 0 18 0 22388126 1569673216 52582 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1532884 CPUtime=0.18
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 1274 0 0 0 16 2 0 0 15 0 18 0 22388126 1569673216 52582 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0

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

/proc/loadavg: 2.75 2.37 2.24 3/194 19528
/proc/meminfo: memFree=28875016/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1534932 CPUtime=368.4
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 112027 0 1 0 34814 2026 0 0 21 0 18 0 22388125 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383733 100653 1423 10 0 381035 0
[pid=19502/tid=19504] ppid=19500 vsize=1534932 CPUtime=254.03
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 44616 0 1 0 25382 21 0 0 16 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4109136234 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1534932 CPUtime=14.27
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 7997 0 0 0 1194 233 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1534932 CPUtime=14.34
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 9492 0 0 0 1219 215 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1534932 CPUtime=13.92
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 9080 0 0 0 1137 255 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1534932 CPUtime=14.1
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 6970 0 0 0 1172 238 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1534932 CPUtime=14.16
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 8994 0 0 0 1166 250 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 7 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1534932 CPUtime=13.53
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 7059 0 0 0 1110 243 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1534932 CPUtime=13.88
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 7257 0 0 0 1142 246 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1534932 CPUtime=14.17
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 7792 0 0 0 1201 216 0 0 15 0 18 0 22388126 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 3 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1534932 CPUtime=1.44
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 93 0 0 0 40 104 0 0 15 0 18 0 22388127 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1534932 CPUtime=0.22
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 551 0 0 0 22 0 0 0 18 0 18 0 22388130 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1534932 CPUtime=0.25
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1052 0 0 0 25 0 0 0 19 0 18 0 22388130 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22388130 1571770368 100653 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 368.4
Current children cumulated vsize (KiB) 1534932

[startup+289.501 s]
/proc/loadavg: 2.75 2.37 2.24 3/194 19528
/proc/meminfo: memFree=28874644/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1534932 CPUtime=369.55
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 119280 0 1 0 34928 2027 0 0 21 0 18 0 22388125 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 383733 107675 1427 10 0 381035 0
[pid=19502/tid=19504] ppid=19500 vsize=1534932 CPUtime=254.79
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 44631 0 1 0 25458 21 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 104256906 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1534932 CPUtime=14.3
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 8477 0 0 0 1197 233 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1534932 CPUtime=14.37
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 10991 0 0 0 1222 215 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1534932 CPUtime=13.95
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 9928 0 0 0 1140 255 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1534932 CPUtime=14.14
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 8208 0 0 0 1175 239 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1534932 CPUtime=14.16
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 8994 0 0 0 1166 250 0 0 15 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 7 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1534932 CPUtime=13.56
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 8182 0 0 0 1113 243 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1534932 CPUtime=13.91
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 8474 0 0 0 1145 246 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1534932 CPUtime=14.22
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 8606 0 0 0 1205 217 0 0 16 0 18 0 22388126 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 3 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1534932 CPUtime=1.44
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 93 0 0 0 40 104 0 0 15 0 18 0 22388127 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1534932 CPUtime=0.25
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 553 0 0 0 25 0 0 0 15 0 18 0 22388130 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1534932 CPUtime=0.36
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1069 0 0 0 36 0 0 0 15 0 18 0 22388130 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1534932 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22388130 1571770368 107675 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 369.55
Current children cumulated vsize (KiB) 1534932

[startup+289.701 s]
/proc/loadavg: 2.75 2.37 2.24 3/194 19528
/proc/meminfo: memFree=28874644/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1536096 CPUtime=369.98
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 119916 0 1 0 34971 2027 0 0 21 0 18 0 22388125 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 384024 107980 1436 10 0 381326 0
[pid=19502/tid=19504] ppid=19500 vsize=1536096 CPUtime=254.99
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 44632 0 1 0 25478 21 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4109430561 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1536096 CPUtime=14.3
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 8477 0 0 0 1197 233 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1536096 CPUtime=14.37
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 10991 0 0 0 1222 215 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1536096 CPUtime=13.95
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 9928 0 0 0 1140 255 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1536096 CPUtime=14.14
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 8208 0 0 0 1175 239 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1536096 CPUtime=14.16
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 8994 0 0 0 1166 250 0 0 15 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 7 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1536096 CPUtime=13.56
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 8182 0 0 0 1113 243 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1536096 CPUtime=13.91
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 8474 0 0 0 1145 246 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1536096 CPUtime=14.22
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 8606 0 0 0 1205 217 0 0 16 0 18 0 22388126 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 3 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1536096 CPUtime=1.44
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 93 0 0 0 40 104 0 0 15 0 18 0 22388127 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1536096 CPUtime=0.38
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 1028 0 0 0 38 0 0 0 15 0 18 0 22388130 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1536096 CPUtime=0.46
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1229 0 0 0 46 0 0 0 16 0 18 0 22388130 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22388130 1572962304 107980 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 369.98
Current children cumulated vsize (KiB) 1536096

[startup+289.802 s]
/proc/loadavg: 2.75 2.37 2.24 3/194 19528
/proc/meminfo: memFree=28874644/32951132 swapFree=67111528/67111528
[pid=19502] ppid=19500 vsize=1536096 CPUtime=370.16
/proc/19502/stat : 19502 (java) S 19500 19502 16659 0 -1 4202496 121989 0 1 0 34988 2028 0 0 21 0 18 0 22388125 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19502/statm: 384024 110052 1436 10 0 381326 0
[pid=19502/tid=19504] ppid=19500 vsize=1536096 CPUtime=255.07
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 16659 0 -1 4202560 44633 0 1 0 25486 21 0 0 16 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4109431131 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1536096 CPUtime=14.31
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 16659 0 -1 4202560 8983 0 0 0 1198 233 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1536096 CPUtime=14.39
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 16659 0 -1 4202560 11039 0 0 0 1224 215 0 0 16 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1536096 CPUtime=13.96
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 16659 0 -1 4202560 10436 0 0 0 1141 255 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1536096 CPUtime=14.15
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 16659 0 -1 4202560 8208 0 0 0 1176 239 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 3 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1536096 CPUtime=14.17
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 16659 0 -1 4202560 8994 0 0 0 1167 250 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 7 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1536096 CPUtime=13.56
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 16659 0 -1 4202560 8182 0 0 0 1113 243 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1536096 CPUtime=13.93
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 16659 0 -1 4202560 9484 0 0 0 1147 246 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1536096 CPUtime=14.22
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 16659 0 -1 4202560 8606 0 0 0 1205 217 0 0 15 0 18 0 22388126 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 3 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1536096 CPUtime=1.44
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 16659 0 -1 4202560 93 0 0 0 40 104 0 0 16 0 18 0 22388127 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 0 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 16659 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 22388128 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 0 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 16659 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22388128 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 1 0 0 0
[pid=19502/tid=19516] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19516/stat : 19516 (java) S 19500 19502 16659 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22388130 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19517] ppid=19500 vsize=1536096 CPUtime=0.38
/proc/19502/task/19517/stat : 19517 (java) S 19500 19502 16659 0 -1 4202560 1028 0 0 0 38 0 0 0 15 0 18 0 22388130 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 4 0 0 0
[pid=19502/tid=19518] ppid=19500 vsize=1536096 CPUtime=0.46
/proc/19502/task/19518/stat : 19518 (java) S 19500 19502 16659 0 -1 4202560 1229 0 0 0 46 0 0 0 16 0 18 0 22388130 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 5 0 0 0
[pid=19502/tid=19519] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19519/stat : 19519 (java) S 19500 19502 16659 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22388130 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 6 0 0 0
[pid=19502/tid=19520] ppid=19500 vsize=1536096 CPUtime=0
/proc/19502/task/19520/stat : 19520 (java) S 19500 19502 16659 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22388130 1572962304 110052 4089446400 134512640 134550932 4293684384 18446744073709551615 4294960144 0 4 0 16800975 18446604471164014720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 370.16
Current children cumulated vsize (KiB) 1536096

Child status: 20
Real time (s): 289.895
CPU time (s): 370.225
CPU user time (s): 349.919
CPU system time (s): 20.3059
CPU usage (%): 127.71
Max. virtual memory (cumulated for all children) (KiB): 1536404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.919
system time used= 20.3059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122004
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= 242134
involuntary context switches= 9948392

runsolver used 0.512922 second user time and 1.14283 second system time

The end

Launcher Data

Begin job on node128 at 2010-07-08 00:29:07
IDJOB=2701822
IDBENCH=79643
IDSOLVER=1202
FILE ID=node128/2701822-1278541747
PBS_JOBID= 11239222
Free space on /tmp= 73120 MiB

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

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

MD5SUM BENCH= fddb3e21e350e2df5161d1678905aa9f
RANDOM SEED=2015849331

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29271252 kB
Buffers:        135144 kB
Cached:        3100740 kB
SwapCached:          0 kB
Active:        1630496 kB
Inactive:      1884368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29271252 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15592 kB
Writeback:           0 kB
AnonPages:      279144 kB
Mapped:          15768 kB
Slab:           102088 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   434164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73120 MiB
End job on node128 at 2010-07-08 00:33:57