Trace number 2701355

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 CuttingPlanes 2.2.0 2010-05-26? 101.177 60.336

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08_wcsp.wbo
MD5SUMbbfd21207c093d43885742df561df69b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables18100
Total number of constraints3332577
Number of soft constraints3332119
Number of constraints which are clauses3332119
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 12711
Min constraint cost 1
Max constraint cost 4
Sum of constraints costs 7905729
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.00/0.06	c version 2.2.0.v20100526
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.07/0.09	c Pseudo Boolean Optimization
0.07/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c Stops conflict analysis at the first Unique Implication Point
0.07/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.09	c No reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483s
0.07/0.09	c DB Simplification allowed=false
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-2701355-1278539379.wbo
0.07/0.09	c reading problem ... 
91.35/50.56	c ... done. Wall clock time 50.465s.
91.35/50.56	c #vars     3350219
91.35/50.56	c #constraints  3333036
91.35/50.56	c constraints type 
91.35/50.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 458
91.35/50.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3332577
91.35/50.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
101.07/60.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
101.07/60.24		at org.sat4j.core.VecInt.ensure(Unknown Source)
101.07/60.24		at org.sat4j.core.VecInt.growTo(Unknown Source)
101.07/60.24		at org.sat4j.minisat.core.Heap.setBounds(Unknown Source)
101.07/60.24		at org.sat4j.minisat.orders.VarOrderHeap.init(Unknown Source)
101.07/60.24		at org.sat4j.pb.orders.VarOrderHeapObjective.init(Unknown Source)
101.07/60.24		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
101.07/60.24		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
101.07/60.25		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
101.07/60.25		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
101.07/60.25		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
101.07/60.25		at org.sat4j.AbstractLauncher.run(Unknown Source)
101.07/60.25		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
101.07/60.25	c starts		: 0
101.07/60.25	c conflicts		: 0
101.07/60.25	c decisions		: 0
101.07/60.25	c propagations		: 0
101.07/60.25	c inspects		: 0
101.07/60.25	c learnt literals	: 0
101.07/60.25	c learnt binary clauses	: 0
101.07/60.25	c learnt ternary clauses	: 0
101.07/60.25	c learnt clauses	: 0
101.07/60.25	c ignored clauses	: 0
101.07/60.25	c root simplifications	: 0
101.07/60.25	c removed literals (reason simplification)	: 0
101.07/60.25	c reason swapping (by a shorter reason)	: 0
101.07/60.25	c Calls to reduceDB	: 0
101.07/60.25	c number of reductions to clauses (during analyze)	: 0
101.07/60.25	c number of learned constraints concerned by reduction	: 0
101.07/60.25	c number of learning phase by resolution	: 0
101.07/60.25	c number of learning phase by cutting planes	: 0
101.07/60.25	c speed (assignments/second)	: 0.0
101.07/60.25	c non guided choices	0
101.07/60.25	c learnt constraints type 
101.07/60.25	c constraints type 
101.07/60.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 458
101.07/60.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3332577
101.07/60.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
101.07/60.25	s UNKNOWN
101.07/60.25	c Total wall clock time (in seconds): 60.153

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-2701355-1278539379/watcher-2701355-1278539379 -o /tmp/evaluation-result-2701355-1278539379/solver-2701355-1278539379 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701355-1278539379.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.07 2.09 2.06 3/178 19177
/proc/meminfo: memFree=27808856/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=13164 CPUtime=0
/proc/19177/stat : 19177 (java) R 19175 19177 17729 0 -1 4194304 512 0 0 0 0 0 0 0 23 0 1 0 22152971 13479936 213 4089446400 134512640 134550932 4291539696 18446744073709551615 5490299 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19177/statm: 3291 219 141 10 0 1121 0

[startup+0.07747 s]
/proc/loadavg: 2.07 2.09 2.06 3/178 19177
/proc/meminfo: memFree=27808856/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1529980 CPUtime=0.07
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 4927 0 1 0 6 1 0 0 23 0 18 0 22152971 1566699520 4364 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 382495 4364 1329 10 0 379797 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1529980

[startup+0.102496 s]
/proc/loadavg: 2.07 2.09 2.06 3/178 19177
/proc/meminfo: memFree=27808856/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1530120 CPUtime=0.11
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 5354 0 1 0 10 1 0 0 23 0 18 0 22152971 1566842880 4791 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 382530 4792 1349 10 0 379832 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530120

[startup+0.300461 s]
/proc/loadavg: 2.07 2.09 2.06 3/178 19177
/proc/meminfo: memFree=27808856/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1532160 CPUtime=0.6
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 9469 0 1 0 59 1 0 0 23 0 18 0 22152971 1568931840 8570 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 383040 8570 1407 10 0 380342 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1532160

[startup+0.700391 s]
/proc/loadavg: 2.07 2.09 2.06 3/178 19177
/proc/meminfo: memFree=27808856/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1532288 CPUtime=1.29
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 40159 0 1 0 124 5 0 0 23 0 18 0 22152971 1569062912 38902 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 383072 38902 1420 10 0 380374 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1532288

[startup+1.50221 s]
/proc/loadavg: 2.07 2.09 2.06 3/196 19195
/proc/meminfo: memFree=27617264/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1533636 CPUtime=2.83
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 61195 0 1 0 274 9 0 0 23 0 18 0 22152971 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 383409 58746 1420 10 0 380711 0
[pid=19177/tid=19179] ppid=19175 vsize=1533636 CPUtime=1.32
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32048 0 1 0 128 4 0 0 18 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1533636 CPUtime=0.1
/proc/19177/task/19180/stat : 19180 (java) S 19175 19177 17729 0 -1 4202560 3351 0 0 0 10 0 0 0 16 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 3 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1533636 CPUtime=0.11
/proc/19177/task/19181/stat : 19181 (java) R 19175 19177 17729 0 -1 4202560 4489 0 0 0 11 0 0 0 15 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1533636 CPUtime=0.09
/proc/19177/task/19182/stat : 19182 (java) S 19175 19177 17729 0 -1 4202560 2342 0 0 0 9 0 0 0 15 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1533636 CPUtime=0.1
/proc/19177/task/19183/stat : 19183 (java) R 19175 19177 17729 0 -1 4202560 3609 0 0 0 10 0 0 0 15 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 103111769 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1533636 CPUtime=0.12
/proc/19177/task/19184/stat : 19184 (java) S 19175 19177 17729 0 -1 4202560 3233 0 0 0 12 0 0 0 15 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 1 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1533636 CPUtime=0.1
/proc/19177/task/19185/stat : 19185 (java) S 19175 19177 17729 0 -1 4202560 2099 0 0 0 10 0 0 0 16 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1533636 CPUtime=0.13
/proc/19177/task/19186/stat : 19186 (java) S 19175 19177 17729 0 -1 4202560 3808 0 0 0 13 0 0 0 16 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1533636 CPUtime=0.13
/proc/19177/task/19187/stat : 19187 (java) S 19175 19177 17729 0 -1 4202560 3128 0 0 0 13 0 0 0 16 0 18 0 22152972 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1533636 CPUtime=0
/proc/19177/task/19188/stat : 19188 (java) S 19175 19177 17729 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22152973 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1533636 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1533636 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1533636 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1533636 CPUtime=0.24
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 915 0 0 0 24 0 0 0 18 0 18 0 22152975 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1533636 CPUtime=0.29
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1099 0 0 0 29 0 0 0 25 0 18 0 22152975 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1533636 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1533636 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 22152975 1570443264 58746 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1533636

[startup+3.10089 s]
/proc/loadavg: 2.07 2.09 2.06 3/196 19196
/proc/meminfo: memFree=27532572/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1538796 CPUtime=6.7
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 91510 0 1 0 653 17 0 0 23 0 18 0 22152971 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 384699 86707 1420 10 0 382001 0
[pid=19177/tid=19179] ppid=19175 vsize=1538796 CPUtime=2.51
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32056 0 1 0 247 4 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1538796 CPUtime=0.49
/proc/19177/task/19180/stat : 19180 (java) R 19175 19177 17729 0 -1 4202560 7824 0 0 0 48 1 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1538796 CPUtime=0.38
/proc/19177/task/19181/stat : 19181 (java) R 19175 19177 17729 0 -1 4202560 7950 0 0 0 37 1 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1538796 CPUtime=0.38
/proc/19177/task/19182/stat : 19182 (java) R 19175 19177 17729 0 -1 4202560 6322 0 0 0 37 1 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1538796 CPUtime=0.44
/proc/19177/task/19183/stat : 19183 (java) R 19175 19177 17729 0 -1 4202560 6661 0 0 0 43 1 0 0 16 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1538796 CPUtime=0.5
/proc/19177/task/19184/stat : 19184 (java) R 19175 19177 17729 0 -1 4202560 7569 0 0 0 48 2 0 0 16 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1538796 CPUtime=0.48
/proc/19177/task/19185/stat : 19185 (java) R 19175 19177 17729 0 -1 4202560 5738 0 0 0 47 1 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1538796 CPUtime=0.43
/proc/19177/task/19186/stat : 19186 (java) R 19175 19177 17729 0 -1 4202560 7843 0 0 0 42 1 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1538796 CPUtime=0.45
/proc/19177/task/19187/stat : 19187 (java) R 19175 19177 17729 0 -1 4202560 6459 0 0 0 44 1 0 0 15 0 18 0 22152972 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1538796 CPUtime=0
/proc/19177/task/19188/stat : 19188 (java) S 19175 19177 17729 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22152973 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1538796 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1538796 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1538796 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1538796 CPUtime=0.24
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 915 0 0 0 24 0 0 0 18 0 18 0 22152975 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1538796 CPUtime=0.29
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1099 0 0 0 29 0 0 0 25 0 18 0 22152975 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1538796 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1538796 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 22152975 1575727104 86707 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1538796

[startup+6.30134 s]
/proc/loadavg: 2.62 2.20 2.10 9/196 19196
/proc/meminfo: memFree=27324692/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1539840 CPUtime=15.76
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 140828 0 1 0 1532 44 0 0 23 0 18 0 22152971 1576796160 134124 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 384960 134125 1420 10 0 382262 0
[pid=19177/tid=19179] ppid=19175 vsize=1539840 CPUtime=4.68
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32076 0 1 0 463 5 0 0 16 0 18 0 22152972 1576796160 134125 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1539840 CPUtime=1.38
/proc/19177/task/19180/stat : 19180 (java) R 19175 19177 17729 0 -1 4202560 11730 0 0 0 134 4 0 0 15 0 18 0 22152972 1576796160 134126 4089446400 134512640 134550932 4291539696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1539840 CPUtime=1.33
/proc/19177/task/19181/stat : 19181 (java) R 19175 19177 17729 0 -1 4202560 14452 0 0 0 130 3 0 0 16 0 18 0 22152972 1576796160 134126 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1539840 CPUtime=1.1
/proc/19177/task/19182/stat : 19182 (java) R 19175 19177 17729 0 -1 4202560 11746 0 0 0 106 4 0 0 15 0 18 0 22152972 1576796160 134127 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1539840 CPUtime=1.23
/proc/19177/task/19183/stat : 19183 (java) R 19175 19177 17729 0 -1 4202560 12140 0 0 0 119 4 0 0 16 0 18 0 22152972 1576796160 134127 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1539840 CPUtime=1.36
/proc/19177/task/19184/stat : 19184 (java) R 19175 19177 17729 0 -1 4202560 15211 0 0 0 131 5 0 0 15 0 18 0 22152972 1576796160 134128 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1539840 CPUtime=1.3
/proc/19177/task/19185/stat : 19185 (java) R 19175 19177 17729 0 -1 4202560 12094 0 0 0 125 5 0 0 16 0 18 0 22152972 1576796160 134128 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1539840 CPUtime=1.35
/proc/19177/task/19186/stat : 19186 (java) R 19175 19177 17729 0 -1 4202560 16265 0 0 0 130 5 0 0 15 0 18 0 22152972 1576796160 134128 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1539840 CPUtime=1.41
/proc/19177/task/19187/stat : 19187 (java) R 19175 19177 17729 0 -1 4202560 12028 0 0 0 136 5 0 0 15 0 18 0 22152972 1576796160 134129 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1539840 CPUtime=0
/proc/19177/task/19188/stat : 19188 (java) S 19175 19177 17729 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22152973 1576796160 134129 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1539840 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1576796160 134130 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1539840 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1576796160 134130 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1539840 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1576796160 134132 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1539840 CPUtime=0.24
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 915 0 0 0 24 0 0 0 18 0 18 0 22152975 1576796160 134133 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1539840 CPUtime=0.29
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1099 0 0 0 29 0 0 0 25 0 18 0 22152975 1576796160 134134 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1539840 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1576796160 134134 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1539840 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 22152975 1576796160 134136 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1539840

[startup+12.7475 s]
/proc/loadavg: 3.14 2.31 2.13 6/196 19196
/proc/meminfo: memFree=26927172/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1543680 CPUtime=35.17
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 240981 0 1 0 3414 103 0 0 23 0 18 0 22152971 1580728320 229859 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 385920 229860 1420 10 0 383222 0
[pid=19177/tid=19179] ppid=19175 vsize=1543680 CPUtime=8.81
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32097 0 1 0 875 6 0 0 16 0 18 0 22152972 1580728320 229860 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1543680 CPUtime=3.03
/proc/19177/task/19180/stat : 19180 (java) R 19175 19177 17729 0 -1 4202560 19387 0 0 0 292 11 0 0 15 0 18 0 22152972 1580728320 229860 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1543680 CPUtime=3.44
/proc/19177/task/19181/stat : 19181 (java) R 19175 19177 17729 0 -1 4202560 30836 0 0 0 334 10 0 0 16 0 18 0 22152972 1580728320 229860 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1543680 CPUtime=3.07
/proc/19177/task/19182/stat : 19182 (java) R 19175 19177 17729 0 -1 4202560 29817 0 0 0 294 13 0 0 15 0 18 0 22152972 1580728320 229861 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1543680 CPUtime=3.29
/proc/19177/task/19183/stat : 19183 (java) R 19175 19177 17729 0 -1 4202560 25031 0 0 0 317 12 0 0 15 0 18 0 22152972 1580728320 229861 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

[pid=19177/tid=19182] ppid=19175 vsize=1576972 CPUtime=5.62
/proc/19177/task/19182/stat : 19182 (java) S 19175 19177 17729 0 -1 4202560 44384 0 0 0 527 35 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1576972 CPUtime=5.97
/proc/19177/task/19183/stat : 19183 (java) S 19175 19177 17729 0 -1 4202560 36386 0 0 0 563 34 0 0 15 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1576972 CPUtime=5.81
/proc/19177/task/19184/stat : 19184 (java) S 19175 19177 17729 0 -1 4202560 39049 0 0 0 553 28 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1576972 CPUtime=5.61
/proc/19177/task/19185/stat : 19185 (java) S 19175 19177 17729 0 -1 4202560 34168 0 0 0 527 34 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1576972 CPUtime=5.91
/proc/19177/task/19186/stat : 19186 (java) S 19175 19177 17729 0 -1 4202560 43205 0 0 0 554 37 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 1 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1576972 CPUtime=6.11
/proc/19177/task/19187/stat : 19187 (java) S 19175 19177 17729 0 -1 4202560 37225 0 0 0 575 36 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 3 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1576972 CPUtime=29.22
/proc/19177/task/19188/stat : 19188 (java) R 19175 19177 17729 0 -1 4202560 216663 0 0 0 2896 26 0 0 25 0 18 0 22152973 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 103585141 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1576972 CPUtime=0.25
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 956 0 0 0 25 0 0 0 15 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1576972 CPUtime=0.41
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1112 0 0 0 41 0 0 0 15 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.16
Current children cumulated vsize (KiB) 1576972

[startup+57.501 s]
/proc/loadavg: 2.53 2.27 2.13 3/196 19197
/proc/meminfo: memFree=26383432/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1576972 CPUtime=98.36
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 605759 0 1 0 9530 306 0 0 23 0 18 0 22152971 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 394243 361589 1428 10 0 391545 0
[pid=19177/tid=19179] ppid=19175 vsize=1576972 CPUtime=17.88
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32155 0 1 0 1780 8 0 0 18 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1576972 CPUtime=5.91
/proc/19177/task/19180/stat : 19180 (java) S 19175 19177 17729 0 -1 4202560 38478 0 0 0 570 21 0 0 15 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1576972 CPUtime=6.35
/proc/19177/task/19181/stat : 19181 (java) S 19175 19177 17729 0 -1 4202560 60346 0 0 0 596 39 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1576972 CPUtime=5.62
/proc/19177/task/19182/stat : 19182 (java) S 19175 19177 17729 0 -1 4202560 44384 0 0 0 527 35 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1576972 CPUtime=5.97
/proc/19177/task/19183/stat : 19183 (java) S 19175 19177 17729 0 -1 4202560 36386 0 0 0 563 34 0 0 15 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1576972 CPUtime=5.81
/proc/19177/task/19184/stat : 19184 (java) S 19175 19177 17729 0 -1 4202560 39049 0 0 0 553 28 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1576972 CPUtime=5.61
/proc/19177/task/19185/stat : 19185 (java) S 19175 19177 17729 0 -1 4202560 34168 0 0 0 527 34 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1576972 CPUtime=5.91
/proc/19177/task/19186/stat : 19186 (java) S 19175 19177 17729 0 -1 4202560 43205 0 0 0 554 37 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 1 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1576972 CPUtime=6.11
/proc/19177/task/19187/stat : 19187 (java) S 19175 19177 17729 0 -1 4202560 37225 0 0 0 575 36 0 0 16 0 18 0 22152972 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 3 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1576972 CPUtime=32.41
/proc/19177/task/19188/stat : 19188 (java) R 19175 19177 17729 0 -1 4202560 237227 0 0 0 3213 28 0 0 25 0 18 0 22152973 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1576972 CPUtime=0.25
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 956 0 0 0 25 0 0 0 15 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1576972 CPUtime=0.41
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1112 0 0 0 41 0 0 0 15 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1576972 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22152975 1614819328 361589 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.36
Current children cumulated vsize (KiB) 1576972

[startup+59.1007 s]
/proc/loadavg: 2.53 2.27 2.13 3/196 19197
/proc/meminfo: memFree=26357764/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1585932 CPUtime=99.97
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 610245 0 1 0 9690 307 0 0 23 0 18 0 22152971 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 396483 363829 1428 10 0 393785 0
[pid=19177/tid=19179] ppid=19175 vsize=1585932 CPUtime=17.88
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32155 0 1 0 1780 8 0 0 18 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1585932 CPUtime=5.91
/proc/19177/task/19180/stat : 19180 (java) S 19175 19177 17729 0 -1 4202560 38478 0 0 0 570 21 0 0 15 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1585932 CPUtime=6.35
/proc/19177/task/19181/stat : 19181 (java) S 19175 19177 17729 0 -1 4202560 60346 0 0 0 596 39 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1585932 CPUtime=5.62
/proc/19177/task/19182/stat : 19182 (java) S 19175 19177 17729 0 -1 4202560 44384 0 0 0 527 35 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1585932 CPUtime=5.97
/proc/19177/task/19183/stat : 19183 (java) S 19175 19177 17729 0 -1 4202560 36386 0 0 0 563 34 0 0 15 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1585932 CPUtime=5.81
/proc/19177/task/19184/stat : 19184 (java) S 19175 19177 17729 0 -1 4202560 39049 0 0 0 553 28 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1585932 CPUtime=5.61
/proc/19177/task/19185/stat : 19185 (java) S 19175 19177 17729 0 -1 4202560 34168 0 0 0 527 34 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1585932 CPUtime=5.91
/proc/19177/task/19186/stat : 19186 (java) S 19175 19177 17729 0 -1 4202560 43205 0 0 0 554 37 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 1 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1585932 CPUtime=6.11
/proc/19177/task/19187/stat : 19187 (java) S 19175 19177 17729 0 -1 4202560 37225 0 0 0 575 36 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 3 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1585932 CPUtime=34.02
/proc/19177/task/19188/stat : 19188 (java) R 19175 19177 17729 0 -1 4202560 241713 0 0 0 3373 29 0 0 25 0 18 0 22152973 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1585932 CPUtime=0.25
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 956 0 0 0 25 0 0 0 15 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1585932 CPUtime=0.41
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1112 0 0 0 41 0 0 0 15 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 1585932

[startup+59.9016 s]
/proc/loadavg: 2.53 2.27 2.13 3/196 19197
/proc/meminfo: memFree=26357764/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=1585932 CPUtime=100.77
/proc/19177/stat : 19177 (java) S 19175 19177 17729 0 -1 4202496 610245 0 1 0 9770 307 0 0 23 0 18 0 22152971 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 396483 363829 1428 10 0 393785 0
[pid=19177/tid=19179] ppid=19175 vsize=1585932 CPUtime=17.88
/proc/19177/task/19179/stat : 19179 (java) S 19175 19177 17729 0 -1 4202560 32155 0 1 0 1780 8 0 0 18 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19180] ppid=19175 vsize=1585932 CPUtime=5.91
/proc/19177/task/19180/stat : 19180 (java) S 19175 19177 17729 0 -1 4202560 38478 0 0 0 570 21 0 0 15 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19181] ppid=19175 vsize=1585932 CPUtime=6.35
/proc/19177/task/19181/stat : 19181 (java) S 19175 19177 17729 0 -1 4202560 60346 0 0 0 596 39 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19182] ppid=19175 vsize=1585932 CPUtime=5.62
/proc/19177/task/19182/stat : 19182 (java) S 19175 19177 17729 0 -1 4202560 44384 0 0 0 527 35 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 0 0 0 0
[pid=19177/tid=19183] ppid=19175 vsize=1585932 CPUtime=5.97
/proc/19177/task/19183/stat : 19183 (java) S 19175 19177 17729 0 -1 4202560 36386 0 0 0 563 34 0 0 15 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19184] ppid=19175 vsize=1585932 CPUtime=5.81
/proc/19177/task/19184/stat : 19184 (java) S 19175 19177 17729 0 -1 4202560 39049 0 0 0 553 28 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19185] ppid=19175 vsize=1585932 CPUtime=5.61
/proc/19177/task/19185/stat : 19185 (java) S 19175 19177 17729 0 -1 4202560 34168 0 0 0 527 34 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19186] ppid=19175 vsize=1585932 CPUtime=5.91
/proc/19177/task/19186/stat : 19186 (java) S 19175 19177 17729 0 -1 4202560 43205 0 0 0 554 37 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 1 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=1585932 CPUtime=6.11
/proc/19177/task/19187/stat : 19187 (java) S 19175 19177 17729 0 -1 4202560 37225 0 0 0 575 36 0 0 16 0 18 0 22152972 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 3 0 0 0
[pid=19177/tid=19188] ppid=19175 vsize=1585932 CPUtime=34.82
/proc/19177/task/19188/stat : 19188 (java) R 19175 19177 17729 0 -1 4202560 241713 0 0 0 3453 29 0 0 25 0 18 0 22152973 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 106159120 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=19177/tid=19189] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19189/stat : 19189 (java) S 19175 19177 17729 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22152973 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19190] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19190/stat : 19190 (java) S 19175 19177 17729 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22152973 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 6 0 0 0
[pid=19177/tid=19191] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19191/stat : 19191 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19192] ppid=19175 vsize=1585932 CPUtime=0.25
/proc/19177/task/19192/stat : 19192 (java) S 19175 19177 17729 0 -1 4202560 956 0 0 0 25 0 0 0 15 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
[pid=19177/tid=19193] ppid=19175 vsize=1585932 CPUtime=0.41
/proc/19177/task/19193/stat : 19193 (java) S 19175 19177 17729 0 -1 4202560 1112 0 0 0 41 0 0 0 15 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 2 0 0 0
[pid=19177/tid=19194] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19194/stat : 19194 (java) S 19175 19177 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 4 0 0 0
[pid=19177/tid=19195] ppid=19175 vsize=1585932 CPUtime=0
/proc/19177/task/19195/stat : 19195 (java) S 19175 19177 17729 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22152975 1623994368 363829 4089446400 134512640 134550932 4291539696 18446744073709551615 4294960144 0 4 0 16800975 18446604449240992704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.77
Current children cumulated vsize (KiB) 1585932

[startup+60.3015 s]
/proc/loadavg: 2.53 2.27 2.13 3/196 19197
/proc/meminfo: memFree=26357764/32951124 swapFree=67111528/67111528
[pid=19177] ppid=19175 vsize=0 CPUtime=101.13
/proc/19177/stat : 19177 (java) Z 19175 19177 17729 0 -1 4202524 610261 0 1 0 9804 309 0 0 18 0 2 0 22152971 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19177/statm: 0 0 0 0 0 0 0
[pid=19177/tid=19187] ppid=19175 vsize=0 CPUtime=6.13
/proc/19177/task/19187/stat : 19187 (java) R 19175 19177 17729 0 -1 4203588 37225 0 0 0 575 38 0 0 15 0 2 0 22152972 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 60.336
CPU time (s): 101.177
CPU user time (s): 98.0491
CPU system time (s): 3.12752
CPU usage (%): 167.689
Max. virtual memory (cumulated for all children) (KiB): 1616652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.0491
system time used= 3.12752
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 610261
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= 30789
involuntary context switches= 406236

runsolver used 0.123981 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node110 at 2010-07-07 23:49:42
IDJOB=2701355
IDBENCH=79566
IDSOLVER=1203
FILE ID=node110/2701355-1278539379
PBS_JOBID= 11239257
Free space on /tmp= 73404 MiB

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

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

MD5SUM BENCH= bbfd21207c093d43885742df561df69b
RANDOM SEED=1046439121

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27809260 kB
Buffers:        141644 kB
Cached:        4389364 kB
SwapCached:          0 kB
Active:        2538964 kB
Inactive:      2440104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27809260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          100576 kB
Writeback:           0 kB
AnonPages:      448016 kB
Mapped:          15508 kB
Slab:            97860 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   609336 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= 73404 MiB
End job on node110 at 2010-07-07 23:50:42