Trace number 2701018

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 47.6878 38.3458

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capc_wcsp.wbo
MD5SUM4f875c320719168cf780e52152e22828
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark15750354
Best CPU time to get the best result obtained on this benchmark1800.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100200
Total number of constraints201200
Number of soft constraints200100
Number of constraints which are clauses200100
Number of constraints which are cardinality constraints (but not clauses)1100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 111161202
Min constraint cost 1
Max constraint cost 111161202
Sum of constraints costs 11119131116287
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100526
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.05/0.10	c Pseudo Boolean Optimization
0.05/0.10	c --- Begin Solver configuration ---
0.05/0.10	c Stops conflict analysis at the first Unique Implication Point
0.05/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.05/0.10	c Learn all clauses as in MiniSAT
0.05/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.10	c Expensive reason simplification
0.05/0.10	c Armin Biere (Picosat) restarts strategy
0.05/0.10	c Glucose learned constraints deletion strategy
0.05/0.10	c timeout=2147483s
0.05/0.10	c DB Simplification allowed=false
0.05/0.10	c --- End Solver configuration ---
0.05/0.10	c solving HOME/instance-2701018-1278537151.wbo
0.05/0.10	c reading problem ... 
46.87/37.99	c ... done. Wall clock time 37.893s.
46.87/37.99	c #vars     300300
46.87/37.99	c #constraints  302301
46.87/37.99	c constraints type 
46.87/37.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1000
46.87/37.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 101000
46.87/37.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
46.87/37.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
47.55/38.30	c starts		: 0
47.55/38.30	c conflicts		: 0
47.55/38.30	c decisions		: 0
47.55/38.30	c propagations		: 101
47.55/38.30	c inspects		: 101
47.55/38.30	c learnt literals	: 0
47.55/38.30	c learnt binary clauses	: 0
47.55/38.30	c learnt ternary clauses	: 0
47.55/38.30	c learnt clauses	: 0
47.55/38.30	c ignored clauses	: 0
47.55/38.30	c root simplifications	: 0
47.55/38.30	c removed literals (reason simplification)	: 0
47.55/38.30	c reason swapping (by a shorter reason)	: 0
47.55/38.30	c Calls to reduceDB	: 0
47.55/38.30	c number of reductions to clauses (during analyze)	: 0
47.55/38.30	c number of learned constraints concerned by reduction	: 0
47.55/38.30	c number of learning phase by resolution	: 0
47.55/38.30	c number of learning phase by cutting planes	: 0
47.55/38.30	c speed (assignments/second)	: 331.1475409836066
47.55/38.30	c non guided choices	0
47.55/38.30	c learnt constraints type 
47.55/38.30	c constraints type 
47.55/38.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1000
47.55/38.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 101000
47.55/38.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
47.55/38.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
47.55/38.30	s UNSATISFIABLE
47.66/38.30	c Total wall clock time (in seconds): 38.201

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-2701018-1278537151/watcher-2701018-1278537151 -o /tmp/evaluation-result-2701018-1278537151/solver-2701018-1278537151 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701018-1278537151.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 1.91 3/178 19111
/proc/meminfo: memFree=29643344/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=444 CPUtime=0
/proc/19111/stat : 19111 (java) R 19109 19111 18410 0 -1 4194304 302 0 0 0 0 0 0 0 25 0 1 0 21929068 454656 48 4089446400 134512640 134550932 4294907728 18446744073709551615 11166292 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19111/statm: 112 50 40 10 0 26 0

[startup+0.0709099 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19111
/proc/meminfo: memFree=29643344/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1527696 CPUtime=0.05
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 4279 0 1 0 5 0 0 0 25 0 18 0 21929068 1564360704 3718 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 381924 3719 1091 10 0 379226 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1527696

[startup+0.100949 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19111
/proc/meminfo: memFree=29643344/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1530100 CPUtime=0.11
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 5231 0 1 0 11 0 0 0 25 0 18 0 21929068 1566822400 4668 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 382525 4668 1348 10 0 379827 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530100

[startup+0.300916 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19111
/proc/meminfo: memFree=29643344/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1533736 CPUtime=0.57
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 27525 0 1 0 54 3 0 0 25 0 18 0 21929068 1570545664 26758 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 383434 26781 1406 10 0 380736 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1533736

[startup+0.70264 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19111
/proc/meminfo: memFree=29643344/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1534456 CPUtime=1.39
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 46515 0 1 0 134 5 0 0 25 0 18 0 21929068 1571282944 45471 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 383614 45471 1423 10 0 380916 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1534456

[startup+1.50065 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 19129
/proc/meminfo: memFree=29455528/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1534896 CPUtime=2.44
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 51445 0 1 0 238 6 0 0 25 0 18 0 21929068 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 383724 50252 1423 10 0 381026 0
[pid=19111/tid=19113] ppid=19109 vsize=1534896 CPUtime=1.34
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 33202 0 1 0 131 3 0 0 17 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1534896 CPUtime=0.09
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 2163 0 0 0 9 0 0 0 16 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1534896 CPUtime=0.09
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 1802 0 0 0 9 0 0 0 16 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1534896 CPUtime=0.08
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 1535 0 0 0 8 0 0 0 15 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1534896 CPUtime=0.08
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 2063 0 0 0 8 0 0 0 15 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1534896 CPUtime=0.09
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 2078 0 0 0 9 0 0 0 15 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1534896 CPUtime=0.09
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 2155 0 0 0 9 0 0 0 15 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1534896 CPUtime=0.07
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 1634 0 0 0 7 0 0 0 15 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1534896 CPUtime=0.05
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 1895 0 0 0 5 0 0 0 15 0 18 0 21929069 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1534896 CPUtime=0
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 18 0 21929070 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1534896 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 21929071 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1534896 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 21929071 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1534896 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 21929073 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1534896 CPUtime=0.19
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 791 0 0 0 19 0 0 0 15 0 18 0 21929073 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1534896 CPUtime=0.2
/proc/19111/task/19127/stat : 19127 (java) S 19109 19111 18410 0 -1 4202560 1044 0 0 0 20 0 0 0 25 0 18 0 21929073 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1534896 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21929073 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1534896 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21929073 1571733504 50252 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1534896

[startup+3.10133 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 19129
/proc/meminfo: memFree=29446476/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1535028 CPUtime=4.46
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 52754 0 1 0 437 9 0 0 25 0 18 0 21929068 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 383757 51498 1423 10 0 381059 0
[pid=19111/tid=19113] ppid=19109 vsize=1535028 CPUtime=2.86
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 33244 0 1 0 283 3 0 0 19 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1535028 CPUtime=0.15
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 2352 0 0 0 14 1 0 0 16 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1535028 CPUtime=0.12
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 1933 0 0 0 12 0 0 0 15 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1535028 CPUtime=0.12
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 1730 0 0 0 12 0 0 0 15 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1535028 CPUtime=0.12
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 2185 0 0 0 12 0 0 0 16 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1535028 CPUtime=0.12
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 2203 0 0 0 12 0 0 0 15 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1535028 CPUtime=0.12
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 2336 0 0 0 12 0 0 0 15 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1535028 CPUtime=0.1
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 1744 0 0 0 10 0 0 0 16 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1535028 CPUtime=0.09
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 2020 0 0 0 9 0 0 0 15 0 18 0 21929069 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 18 0 21929070 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 21929071 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 21929071 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 21929073 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1535028 CPUtime=0.28
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 835 0 0 0 28 0 0 0 15 0 18 0 21929073 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1535028 CPUtime=0.26
/proc/19111/task/19127/stat : 19127 (java) S 19109 19111 18410 0 -1 4202560 1089 0 0 0 26 0 0 0 15 0 18 0 21929073 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21929073 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21929073 1571868672 51498 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1535028

[startup+6.30076 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 19129
/proc/meminfo: memFree=29437672/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1535028 CPUtime=8.2
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 55215 0 1 0 801 19 0 0 25 0 18 0 21929068 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 383757 53710 1423 10 0 381059 0
[pid=19111/tid=19113] ppid=19109 vsize=1535028 CPUtime=5.91
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 33339 0 1 0 587 4 0 0 25 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1535028 CPUtime=0.23
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 2571 0 0 0 21 2 0 0 16 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1535028 CPUtime=0.2
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 2160 0 0 0 19 1 0 0 16 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1535028 CPUtime=0.2
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 2031 0 0 0 20 0 0 0 15 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1535028 CPUtime=0.21
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 2553 0 0 0 19 2 0 0 15 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1535028 CPUtime=0.2
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 2478 0 0 0 19 1 0 0 16 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1535028 CPUtime=0.22
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 2637 0 0 0 20 2 0 0 16 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1535028 CPUtime=0.19
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 2094 0 0 0 18 1 0 0 15 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1535028 CPUtime=0.18
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 2345 0 0 0 17 1 0 0 16 0 18 0 21929069 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1535028 CPUtime=0.02
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 23 0 0 0 1 1 0 0 15 0 18 0 21929070 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 21929071 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 21929071 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 21929073 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1535028 CPUtime=0.28
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 835 0 0 0 28 0 0 0 15 0 18 0 21929073 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1535028 CPUtime=0.26
/proc/19111/task/19127/stat : 19127 (java) S 19109 19111 18410 0 -1 4202560 1089 0 0 0 26 0 0 0 15 0 18 0 21929073 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21929073 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1535028 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21929073 1571868672 53710 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 1535028

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 19129
/proc/meminfo: memFree=29423892/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1536052 CPUtime=15.86
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 58501 0 1 0 1536 50 0 0 25 0 18 0 21929068 1572917248 56740 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 384013 56740 1423 10 0 381315 0
[pid=19111/tid=19113] ppid=19109 vsize=1536052 CPUtime=11.98
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 33525 0 1 0 1194 4 0 0 25 0 18 0 21929069 1572917248 56740 4089446400 134512640 134550932 4294907728 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1536052 CPUtime=0.43
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 2912 0 0 0 38 5 0 0 15 0 18 0 21929069 1572917248 56740 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1536052 CPUtime=0.41
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 2496 0 0 0 37 4 0 0 16 0 18 0 21929069 1572917248 56740 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1536052 CPUtime=0.37
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 2449 0 0 0 33 4 0 0 15 0 18 0 21929069 1572917248 56740 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1536052 CPUtime=0.41
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 2999 0 0 0 35 6 0 0 15 0 18 0 21929069 1572917248 56740 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0

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

/proc/loadavg: 2.66 2.16 1.96 3/196 19130
/proc/meminfo: memFree=29378964/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1537076 CPUtime=45.37
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 71486 0 1 0 4264 273 0 0 25 0 18 0 21929068 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 384269 68862 1423 10 0 381571 0
[pid=19111/tid=19113] ppid=19109 vsize=1537076 CPUtime=32.98
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 34183 0 1 0 3293 5 0 0 25 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4108844362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1537076 CPUtime=1.53
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 4034 0 0 0 119 34 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1537076 CPUtime=1.45
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 4896 0 0 0 113 32 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1537076 CPUtime=1.42
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 3711 0 0 0 109 33 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1537076 CPUtime=1.47
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 4563 0 0 0 113 34 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1537076 CPUtime=1.47
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 4498 0 0 0 115 32 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1537076 CPUtime=1.44
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 4251 0 0 0 111 33 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1537076 CPUtime=1.43
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 3890 0 0 0 113 30 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1537076 CPUtime=1.41
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 4445 0 0 0 112 29 0 0 16 0 18 0 21929069 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1537076 CPUtime=0.1
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 29 0 0 0 5 5 0 0 15 0 18 0 21929070 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 21929071 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 21929071 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 21929073 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1537076 CPUtime=0.28
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 835 0 0 0 28 0 0 0 15 0 18 0 21929073 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1537076 CPUtime=0.26
/proc/19111/task/19127/stat : 19127 (java) S 19109 19111 18410 0 -1 4202560 1089 0 0 0 26 0 0 0 15 0 18 0 21929073 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21929073 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 21929073 1573965824 68862 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 1537076

[startup+37.5012 s]
/proc/loadavg: 2.66 2.16 1.96 3/196 19130
/proc/meminfo: memFree=29373732/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1537076 CPUtime=46.36
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 71749 0 1 0 4357 279 0 0 25 0 18 0 21929068 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 384269 69094 1423 10 0 381571 0
[pid=19111/tid=19113] ppid=19109 vsize=1537076 CPUtime=33.69
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 34205 0 1 0 3364 5 0 0 25 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1537076 CPUtime=1.56
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 4059 0 0 0 122 34 0 0 15 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1537076 CPUtime=1.49
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 4927 0 0 0 116 33 0 0 16 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1537076 CPUtime=1.47
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 3754 0 0 0 113 34 0 0 15 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1537076 CPUtime=1.51
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 4589 0 0 0 116 35 0 0 15 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1537076 CPUtime=1.5
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 4531 0 0 0 117 33 0 0 15 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1537076 CPUtime=1.49
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 4278 0 0 0 114 35 0 0 16 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1537076 CPUtime=1.47
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 3917 0 0 0 116 31 0 0 15 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1537076 CPUtime=1.44
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 4474 0 0 0 115 29 0 0 15 0 18 0 21929069 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1537076 CPUtime=0.1
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 29 0 0 0 5 5 0 0 15 0 18 0 21929070 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 21929071 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 21929071 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 21929073 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1537076 CPUtime=0.28
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 835 0 0 0 28 0 0 0 15 0 18 0 21929073 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1537076 CPUtime=0.26
/proc/19111/task/19127/stat : 19127 (java) S 19109 19111 18410 0 -1 4202560 1089 0 0 0 26 0 0 0 15 0 18 0 21929073 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21929073 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 21929073 1573965824 69094 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.36
Current children cumulated vsize (KiB) 1537076

[startup+37.9012 s]
/proc/loadavg: 2.66 2.16 1.96 3/196 19130
/proc/meminfo: memFree=29373732/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1537076 CPUtime=46.87
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 71814 0 1 0 4407 280 0 0 25 0 18 0 21929068 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 384269 69156 1423 10 0 381571 0
[pid=19111/tid=19113] ppid=19109 vsize=1537076 CPUtime=34.07
/proc/19111/task/19113/stat : 19113 (java) R 19109 19111 18410 0 -1 4202560 34227 0 1 0 3402 5 0 0 25 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4108553697 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1537076 CPUtime=1.56
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 4070 0 0 0 122 34 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1537076 CPUtime=1.49
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 4927 0 0 0 116 33 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1537076 CPUtime=1.47
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 3757 0 0 0 113 34 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1537076 CPUtime=1.52
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 4592 0 0 0 117 35 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1537076 CPUtime=1.5
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 4532 0 0 0 117 33 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1537076 CPUtime=1.49
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 4280 0 0 0 114 35 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1537076 CPUtime=1.47
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 3920 0 0 0 116 31 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1537076 CPUtime=1.44
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 4480 0 0 0 115 29 0 0 15 0 18 0 21929069 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1537076 CPUtime=0.1
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 29 0 0 0 5 5 0 0 15 0 18 0 21929070 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 21929071 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 21929071 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 21929073 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1537076 CPUtime=0.32
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 840 0 0 0 32 0 0 0 15 0 18 0 21929073 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1537076 CPUtime=0.31
/proc/19111/task/19127/stat : 19127 (java) R 19109 19111 18410 0 -1 4202560 1098 0 0 0 31 0 0 0 15 0 18 0 21929073 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 104140407 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21929073 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1537076 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 21929073 1573965824 69156 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.87
Current children cumulated vsize (KiB) 1537076

[startup+38.3011 s]
/proc/loadavg: 2.66 2.16 1.96 3/196 19130
/proc/meminfo: memFree=29373732/32950928 swapFree=67111528/67111528
[pid=19111] ppid=19109 vsize=1538292 CPUtime=47.66
/proc/19111/stat : 19111 (java) S 19109 19111 18410 0 -1 4202496 77376 0 1 0 4486 280 0 0 25 0 19 0 21929068 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19111/statm: 384573 74572 1436 10 0 381875 0
[pid=19111/tid=19113] ppid=19109 vsize=1538292 CPUtime=34.45
/proc/19111/task/19113/stat : 19113 (java) S 19109 19111 18410 0 -1 4202560 34242 0 1 0 3440 5 0 0 25 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19114] ppid=19109 vsize=1538292 CPUtime=1.58
/proc/19111/task/19114/stat : 19114 (java) S 19109 19111 18410 0 -1 4202560 5249 0 0 0 124 34 0 0 16 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19115] ppid=19109 vsize=1538292 CPUtime=1.51
/proc/19111/task/19115/stat : 19115 (java) S 19109 19111 18410 0 -1 4202560 5203 0 0 0 118 33 0 0 16 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19116] ppid=19109 vsize=1538292 CPUtime=1.48
/proc/19111/task/19116/stat : 19116 (java) S 19109 19111 18410 0 -1 4202560 4001 0 0 0 114 34 0 0 16 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19117] ppid=19109 vsize=1538292 CPUtime=1.53
/proc/19111/task/19117/stat : 19117 (java) S 19109 19111 18410 0 -1 4202560 5213 0 0 0 118 35 0 0 15 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19118] ppid=19109 vsize=1538292 CPUtime=1.52
/proc/19111/task/19118/stat : 19118 (java) S 19109 19111 18410 0 -1 4202560 5277 0 0 0 119 33 0 0 16 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19119] ppid=19109 vsize=1538292 CPUtime=1.5
/proc/19111/task/19119/stat : 19119 (java) S 19109 19111 18410 0 -1 4202560 5699 0 0 0 115 35 0 0 16 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 5 0 0 0
[pid=19111/tid=19120] ppid=19109 vsize=1538292 CPUtime=1.48
/proc/19111/task/19120/stat : 19120 (java) S 19109 19111 18410 0 -1 4202560 4568 0 0 0 117 31 0 0 15 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 1 0 0 0
[pid=19111/tid=19121] ppid=19109 vsize=1538292 CPUtime=1.44
/proc/19111/task/19121/stat : 19121 (java) S 19109 19111 18410 0 -1 4202560 4480 0 0 0 115 29 0 0 15 0 19 0 21929069 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 2 0 0 0
[pid=19111/tid=19122] ppid=19109 vsize=1538292 CPUtime=0.1
/proc/19111/task/19122/stat : 19122 (java) S 19109 19111 18410 0 -1 4202560 29 0 0 0 5 5 0 0 15 0 19 0 21929070 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 0 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19123] ppid=19109 vsize=1538292 CPUtime=0
/proc/19111/task/19123/stat : 19123 (java) S 19109 19111 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 19 0 21929071 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19124] ppid=19109 vsize=1538292 CPUtime=0
/proc/19111/task/19124/stat : 19124 (java) S 19109 19111 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 21929071 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 6 0 0 0
[pid=19111/tid=19125] ppid=19109 vsize=1538292 CPUtime=0
/proc/19111/task/19125/stat : 19125 (java) S 19109 19111 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21929073 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19126] ppid=19109 vsize=1538292 CPUtime=0.51
/proc/19111/task/19126/stat : 19126 (java) S 19109 19111 18410 0 -1 4202560 963 0 0 0 51 0 0 0 16 0 19 0 21929073 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 0 0 0 0
[pid=19111/tid=19127] ppid=19109 vsize=1538292 CPUtime=0.42
/proc/19111/task/19127/stat : 19127 (java) S 19109 19111 18410 0 -1 4202560 1385 0 0 0 42 0 0 0 15 0 19 0 21929073 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 7 0 0 0
[pid=19111/tid=19128] ppid=19109 vsize=1538292 CPUtime=0
/proc/19111/task/19128/stat : 19128 (java) S 19109 19111 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21929073 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
[pid=19111/tid=19129] ppid=19109 vsize=1538292 CPUtime=0
/proc/19111/task/19129/stat : 19129 (java) S 19109 19111 18410 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 21929073 1575211008 74572 4089446400 134512640 134550932 4294907728 18446744073709551615 4294960144 0 4 0 16800975 18446604471148204224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.66
Current children cumulated vsize (KiB) 1538292

Child status: 20
Real time (s): 38.3458
CPU time (s): 47.6878
CPU user time (s): 44.8662
CPU system time (s): 2.82157
CPU usage (%): 124.362
Max. virtual memory (cumulated for all children) (KiB): 1538372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8662
system time used= 2.82157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77380
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= 35772
involuntary context switches= 1371069

runsolver used 0.070989 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-07 23:12:32
IDJOB=2701018
IDBENCH=79510
IDSOLVER=1202
FILE ID=node123/2701018-1278537151
PBS_JOBID= 11239232
Free space on /tmp= 73620 MiB

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

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

MD5SUM BENCH= 4f875c320719168cf780e52152e22828
RANDOM SEED=908019581

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.80
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.848
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.79
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.848
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	: 5354.69
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.848
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.848
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.848
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:     32950928 kB
MemFree:      29643748 kB
Buffers:        140544 kB
Cached:        2934964 kB
SwapCached:          0 kB
Active:         974388 kB
Inactive:      2188088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29643748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7400 kB
Writeback:           0 kB
AnonPages:       87240 kB
Mapped:          15488 kB
Slab:            80468 kB
PageTables:       4524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232520 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= 73620 MiB
End job on node123 at 2010-07-07 23:13:10