Trace number 2701860

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 RES // CP 2.2.0 2010-05-31UNSAT 110.708 82.0037

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11reducmore_wcsp.wbo
MD5SUM9d2ab30053c8c5defa77d9f47c64bb3c
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 variables5747
Total number of constraints283088
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2701860-1278542068.wbo
0.11/0.10	c reading problem ... 
109.47/80.97	c ... done. Wall clock time 80.871s.
109.47/80.97	c #vars     288603
109.47/80.97	c #constraints  283338
109.47/80.97	c constraints type 
109.47/80.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 226
109.47/80.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 280476
109.47/80.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12
109.47/80.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
109.47/80.97	c constraints type 
109.47/80.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12
109.47/80.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 226
109.47/80.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 280476
109.47/80.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
110.64/81.30	c And the winner is Resolution
110.68/81.97	c starts		: 0
110.68/81.97	c conflicts		: 0
110.68/81.97	c decisions		: 0
110.68/81.97	c propagations		: 3991
110.68/81.97	c inspects		: 1612
110.68/81.97	c learnt literals	: 0
110.68/81.97	c learnt binary clauses	: 0
110.68/81.97	c learnt ternary clauses	: 0
110.68/81.97	c learnt clauses	: 0
110.68/81.97	c ignored clauses	: 0
110.68/81.97	c root simplifications	: 0
110.68/81.97	c removed literals (reason simplification)	: 0
110.68/81.97	c reason swapping (by a shorter reason)	: 0
110.68/81.97	c Calls to reduceDB	: 0
110.68/81.98	c number of reductions to clauses (during analyze)	: 0
110.68/81.98	c number of learned constraints concerned by reduction	: 0
110.68/81.98	c number of learning phase by resolution	: 0
110.68/81.98	c number of learning phase by cutting planes	: 0
110.68/81.98	c speed (assignments/second)	: 3983.0339321357287
110.68/81.98	c non guided choices	0
110.68/81.98	c learnt constraints type 
110.68/81.98	c constraints type 
110.68/81.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 226
110.68/81.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 280476
110.68/81.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12
110.68/81.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
110.68/81.98	c constraints type 
110.68/81.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12
110.68/81.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 226
110.68/81.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 280476
110.68/81.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
110.68/81.98	s UNSATISFIABLE
110.68/81.98	c Total wall clock time (in seconds): 81.876

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-2701860-1278542068/watcher-2701860-1278542068 -o /tmp/evaluation-result-2701860-1278542068/solver-2701860-1278542068 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701860-1278542068.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: 1.92 1.98 1.99 3/178 19174
/proc/meminfo: memFree=29572448/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=13164 CPUtime=0
/proc/19174/stat : 19174 (java) R 19172 19174 17512 0 -1 4194304 922 0 0 0 0 0 0 0 24 0 1 0 22420987 13479936 420 4089446400 134512640 134550932 4290951088 18446744073709551615 2217624 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19174/statm: 3291 422 145 10 0 1121 0

[startup+0.0801581 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19174
/proc/meminfo: memFree=29572448/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1529844 CPUtime=0.07
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 4931 0 1 0 7 0 0 0 24 0 18 0 22420987 1566560256 4368 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 382461 4369 1328 10 0 379764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1529844

[startup+0.10117 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19174
/proc/meminfo: memFree=29572448/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1530148 CPUtime=0.11
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 5263 0 1 0 11 0 0 0 24 0 18 0 22420987 1566871552 4700 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 382537 4700 1346 10 0 379840 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530148

[startup+0.301068 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19174
/proc/meminfo: memFree=29572448/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1532480 CPUtime=0.6
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 18273 0 1 0 58 2 0 0 24 0 18 0 22420987 1569259520 17522 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 383120 17525 1406 10 0 380423 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1532480

[startup+0.701061 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19174
/proc/meminfo: memFree=29572448/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1538664 CPUtime=1.58
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 47509 0 1 0 151 7 0 0 24 0 18 0 22420987 1575591936 45586 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 384666 45586 1425 10 0 381969 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1538664

[startup+1.50091 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 19192
/proc/meminfo: memFree=29387304/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1538664 CPUtime=2.57
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 52048 0 1 0 248 9 0 0 24 0 18 0 22420987 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 384666 49898 1425 10 0 381969 0
[pid=19174/tid=19176] ppid=19172 vsize=1538664 CPUtime=1.34
/proc/19174/task/19176/stat : 19176 (java) R 19172 19174 17512 0 -1 4202560 35714 0 1 0 131 3 0 0 18 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4109333779 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1538664 CPUtime=0.05
/proc/19174/task/19177/stat : 19177 (java) S 19172 19174 17512 0 -1 4202560 1377 0 0 0 5 0 0 0 15 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1538664 CPUtime=0.06
/proc/19174/task/19178/stat : 19178 (java) S 19172 19174 17512 0 -1 4202560 1801 0 0 0 6 0 0 0 15 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1538664 CPUtime=0.07
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 1543 0 0 0 7 0 0 0 15 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1538664 CPUtime=0.05
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 1681 0 0 0 5 0 0 0 16 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1538664 CPUtime=0.04
/proc/19174/task/19181/stat : 19181 (java) S 19172 19174 17512 0 -1 4202560 1323 0 0 0 4 0 0 0 15 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1538664 CPUtime=0.02
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 613 0 0 0 2 0 0 0 15 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1538664 CPUtime=0.05
/proc/19174/task/19183/stat : 19183 (java) S 19172 19174 17512 0 -1 4202560 1668 0 0 0 5 0 0 0 15 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1538664 CPUtime=0.04
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 1162 0 0 0 4 0 0 0 16 0 18 0 22420988 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 18 0 22420989 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1538664 CPUtime=0.39
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2229 0 0 0 39 0 0 0 15 0 18 0 22420992 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1538664 CPUtime=0.34
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 1849 0 0 0 34 0 0 0 16 0 18 0 22420992 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22420992 1575591936 49898 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1538664

[startup+3.10063 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 19192
/proc/meminfo: memFree=29373292/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1538664 CPUtime=4.47
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 55920 0 1 0 431 16 0 0 24 0 18 0 22420987 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 384666 53544 1425 10 0 381969 0
[pid=19174/tid=19176] ppid=19172 vsize=1538664 CPUtime=2.83
/proc/19174/task/19176/stat : 19176 (java) S 19172 19174 17512 0 -1 4202560 35766 0 1 0 279 4 0 0 19 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1538664 CPUtime=0.11
/proc/19174/task/19177/stat : 19177 (java) R 19172 19174 17512 0 -1 4202560 1706 0 0 0 10 1 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1538664 CPUtime=0.12
/proc/19174/task/19178/stat : 19178 (java) R 19172 19174 17512 0 -1 4202560 2490 0 0 0 11 1 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1538664 CPUtime=0.13
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 1903 0 0 0 12 1 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1538664 CPUtime=0.09
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 2313 0 0 0 9 0 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1538664 CPUtime=0.08
/proc/19174/task/19181/stat : 19181 (java) R 19172 19174 17512 0 -1 4202560 1741 0 0 0 8 0 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 103115888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1538664 CPUtime=0.08
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 1215 0 0 0 7 1 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1538664 CPUtime=0.09
/proc/19174/task/19183/stat : 19183 (java) R 19172 19174 17512 0 -1 4202560 2059 0 0 0 9 0 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1538664 CPUtime=0.08
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 1561 0 0 0 8 0 0 0 15 0 18 0 22420988 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1538664 CPUtime=0.01
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 27 0 0 0 0 1 0 0 15 0 18 0 22420989 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1575591936 53544 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1575591936 53547 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1575591936 53550 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1538664 CPUtime=0.39
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2229 0 0 0 39 0 0 0 15 0 18 0 22420992 1575591936 53550 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1538664 CPUtime=0.34
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 1849 0 0 0 34 0 0 0 16 0 18 0 22420992 1575591936 53550 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1575591936 53550 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22420992 1575591936 53551 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1538664

[startup+6.30096 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 19192
/proc/meminfo: memFree=29350856/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1538664 CPUtime=8.31
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 60094 0 1 0 799 32 0 0 24 0 18 0 22420987 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 384666 57378 1425 10 0 381969 0
[pid=19174/tid=19176] ppid=19172 vsize=1538664 CPUtime=5.74
/proc/19174/task/19176/stat : 19176 (java) R 19172 19174 17512 0 -1 4202560 35856 0 1 0 570 4 0 0 18 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1538664 CPUtime=0.25
/proc/19174/task/19177/stat : 19177 (java) S 19172 19174 17512 0 -1 4202560 2126 0 0 0 21 4 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1538664 CPUtime=0.21
/proc/19174/task/19178/stat : 19178 (java) S 19172 19174 17512 0 -1 4202560 2936 0 0 0 19 2 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1538664 CPUtime=0.27
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 2486 0 0 0 24 3 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1538664 CPUtime=0.19
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 2790 0 0 0 17 2 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1538664 CPUtime=0.18
/proc/19174/task/19181/stat : 19181 (java) S 19172 19174 17512 0 -1 4202560 2161 0 0 0 16 2 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 5 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1538664 CPUtime=0.2
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 1703 0 0 0 18 2 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1538664 CPUtime=0.21
/proc/19174/task/19183/stat : 19183 (java) S 19172 19174 17512 0 -1 4202560 2774 0 0 0 19 2 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1538664 CPUtime=0.16
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 2096 0 0 0 15 1 0 0 15 0 18 0 22420988 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1538664 CPUtime=0.03
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 27 0 0 0 1 2 0 0 15 0 18 0 22420989 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1538664 CPUtime=0.39
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2229 0 0 0 39 0 0 0 15 0 18 0 22420992 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1538664 CPUtime=0.34
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 1849 0 0 0 34 0 0 0 16 0 18 0 22420992 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1538664 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22420992 1575591936 57378 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 1538664

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 19192
/proc/meminfo: memFree=29318856/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1539688 CPUtime=16.31
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 68236 0 1 0 1565 66 0 0 24 0 18 0 22420987 1576640512 65249 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 384922 65249 1425 10 0 382225 0
[pid=19174/tid=19176] ppid=19172 vsize=1539688 CPUtime=11.49
/proc/19174/task/19176/stat : 19176 (java) R 19172 19174 17512 0 -1 4202560 36032 0 1 0 1145 4 0 0 18 0 18 0 22420988 1576640512 65249 4089446400 134512640 134550932 4290951088 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1539688 CPUtime=0.52
/proc/19174/task/19177/stat : 19177 (java) S 19172 19174 17512 0 -1 4202560 3083 0 0 0 44 8 0 0 15 0 18 0 22420988 1576640512 65249 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1539688 CPUtime=0.48
/proc/19174/task/19178/stat : 19178 (java) S 19172 19174 17512 0 -1 4202560 3924 0 0 0 42 6 0 0 16 0 18 0 22420988 1576640512 65249 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1539688 CPUtime=0.53
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 3080 0 0 0 47 6 0 0 15 0 18 0 22420988 1576640512 65249 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1539688 CPUtime=0.47
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 3886 0 0 0 40 7 0 0 15 0 18 0 22420988 1576640512 65249 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0

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

[pid=19174/tid=19179] ppid=19172 vsize=1539688 CPUtime=5.03
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 7148 0 0 0 439 64 0 0 15 0 18 0 22420988 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1539688 CPUtime=4.87
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 7919 0 0 0 411 76 0 0 15 0 18 0 22420988 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1539688 CPUtime=4.92
/proc/19174/task/19181/stat : 19181 (java) S 19172 19174 17512 0 -1 4202560 7002 0 0 0 427 65 0 0 15 0 18 0 22420988 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1539688 CPUtime=4.92
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 7110 0 0 0 422 70 0 0 16 0 18 0 22420988 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1539688 CPUtime=4.93
/proc/19174/task/19183/stat : 19183 (java) S 19172 19174 17512 0 -1 4202560 9534 0 0 0 427 66 0 0 15 0 18 0 22420988 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1539688 CPUtime=4.95
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 7344 0 0 0 428 67 0 0 15 0 18 0 22420988 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1539688 CPUtime=0.52
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 38 0 0 0 17 35 0 0 15 0 18 0 22420989 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1539688 CPUtime=0.39
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2229 0 0 0 39 0 0 0 15 0 18 0 22420992 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1539688 CPUtime=0.34
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 1849 0 0 0 34 0 0 0 16 0 18 0 22420992 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22420992 1576640512 98199 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 108.14
Current children cumulated vsize (KiB) 1539688

[startup+80.7012 s]
/proc/loadavg: 2.31 2.10 2.03 3/196 19194
/proc/meminfo: memFree=29182832/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1539688 CPUtime=109.27
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 104048 0 1 0 10322 605 0 0 24 0 18 0 22420987 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 384922 98822 1425 10 0 382225 0
[pid=19174/tid=19176] ppid=19172 vsize=1539688 CPUtime=68.01
/proc/19174/task/19176/stat : 19176 (java) R 19172 19174 17512 0 -1 4202560 37818 0 1 0 6795 6 0 0 16 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4109220224 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1539688 CPUtime=5
/proc/19174/task/19177/stat : 19177 (java) S 19172 19174 17512 0 -1 4202560 6446 0 0 0 418 82 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1539688 CPUtime=4.94
/proc/19174/task/19178/stat : 19178 (java) S 19172 19174 17512 0 -1 4202560 7995 0 0 0 428 66 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 5 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1539688 CPUtime=5.08
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 7211 0 0 0 443 65 0 0 16 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1539688 CPUtime=4.89
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 8232 0 0 0 413 76 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1539688 CPUtime=4.95
/proc/19174/task/19181/stat : 19181 (java) S 19172 19174 17512 0 -1 4202560 7068 0 0 0 430 65 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1539688 CPUtime=4.95
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 7124 0 0 0 425 70 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 5 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1539688 CPUtime=4.97
/proc/19174/task/19183/stat : 19183 (java) S 19172 19174 17512 0 -1 4202560 9558 0 0 0 430 67 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1539688 CPUtime=4.98
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 7398 0 0 0 431 67 0 0 15 0 18 0 22420988 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1539688 CPUtime=0.52
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 38 0 0 0 17 35 0 0 15 0 18 0 22420989 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1539688 CPUtime=0.51
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2245 0 0 0 51 0 0 0 15 0 18 0 22420992 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1539688 CPUtime=0.35
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 1851 0 0 0 35 0 0 0 15 0 18 0 22420992 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1539688 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22420992 1576640512 98822 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.27
Current children cumulated vsize (KiB) 1539688

[startup+81.5011 s]
/proc/loadavg: 2.31 2.10 2.03 4/198 19196
/proc/meminfo: memFree=29128876/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1540336 CPUtime=110.68
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 118092 0 1 0 10460 608 0 0 24 0 18 0 22420987 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 385084 111648 1439 10 0 382387 0
[pid=19174/tid=19176] ppid=19172 vsize=1540336 CPUtime=68.28
/proc/19174/task/19176/stat : 19176 (java) S 19172 19174 17512 0 -1 4202560 37822 0 1 0 6822 6 0 0 17 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1540336 CPUtime=5.02
/proc/19174/task/19177/stat : 19177 (java) S 19172 19174 17512 0 -1 4202560 6446 0 0 0 420 82 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1540336 CPUtime=4.98
/proc/19174/task/19178/stat : 19178 (java) S 19172 19174 17512 0 -1 4202560 11724 0 0 0 431 67 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1540336 CPUtime=5.12
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 9609 0 0 0 447 65 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1540336 CPUtime=4.94
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 10617 0 0 0 418 76 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1540336 CPUtime=4.96
/proc/19174/task/19181/stat : 19181 (java) S 19172 19174 17512 0 -1 4202560 7068 0 0 0 431 65 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1540336 CPUtime=5
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 9831 0 0 0 430 70 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 5 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1540336 CPUtime=5.01
/proc/19174/task/19183/stat : 19183 (java) S 19172 19174 17512 0 -1 4202560 11177 0 0 0 434 67 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1540336 CPUtime=5.03
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 7900 0 0 0 436 67 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1540336 CPUtime=0.52
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 38 0 0 0 17 35 0 0 15 0 18 0 22420989 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1540336 CPUtime=0.63
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2274 0 0 0 63 0 0 0 15 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1540336 CPUtime=0.54
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 2496 0 0 0 54 0 0 0 16 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 110.68
Current children cumulated vsize (KiB) 1540336

[startup+81.901 s]
/proc/loadavg: 2.31 2.10 2.03 4/198 19196
/proc/meminfo: memFree=29128876/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=1540336 CPUtime=110.68
/proc/19174/stat : 19174 (java) S 19172 19174 17512 0 -1 4202496 118092 0 1 0 10460 608 0 0 24 0 18 0 22420987 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 385084 111648 1439 10 0 382387 0
[pid=19174/tid=19176] ppid=19172 vsize=1540336 CPUtime=68.28
/proc/19174/task/19176/stat : 19176 (java) S 19172 19174 17512 0 -1 4202560 37822 0 1 0 6822 6 0 0 17 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19177] ppid=19172 vsize=1540336 CPUtime=5.02
/proc/19174/task/19177/stat : 19177 (java) S 19172 19174 17512 0 -1 4202560 6446 0 0 0 420 82 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
[pid=19174/tid=19178] ppid=19172 vsize=1540336 CPUtime=4.98
/proc/19174/task/19178/stat : 19178 (java) S 19172 19174 17512 0 -1 4202560 11724 0 0 0 431 67 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19179] ppid=19172 vsize=1540336 CPUtime=5.12
/proc/19174/task/19179/stat : 19179 (java) S 19172 19174 17512 0 -1 4202560 9609 0 0 0 447 65 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19180] ppid=19172 vsize=1540336 CPUtime=4.94
/proc/19174/task/19180/stat : 19180 (java) S 19172 19174 17512 0 -1 4202560 10617 0 0 0 418 76 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 2 0 0 0
[pid=19174/tid=19181] ppid=19172 vsize=1540336 CPUtime=4.96
/proc/19174/task/19181/stat : 19181 (java) S 19172 19174 17512 0 -1 4202560 7068 0 0 0 431 65 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19182] ppid=19172 vsize=1540336 CPUtime=5
/proc/19174/task/19182/stat : 19182 (java) S 19172 19174 17512 0 -1 4202560 9831 0 0 0 430 70 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 5 0 0 0
[pid=19174/tid=19183] ppid=19172 vsize=1540336 CPUtime=5.01
/proc/19174/task/19183/stat : 19183 (java) S 19172 19174 17512 0 -1 4202560 11177 0 0 0 434 67 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19184] ppid=19172 vsize=1540336 CPUtime=5.03
/proc/19174/task/19184/stat : 19184 (java) S 19172 19174 17512 0 -1 4202560 7900 0 0 0 436 67 0 0 15 0 18 0 22420988 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19185] ppid=19172 vsize=1540336 CPUtime=0.52
/proc/19174/task/19185/stat : 19185 (java) S 19172 19174 17512 0 -1 4202560 38 0 0 0 17 35 0 0 15 0 18 0 22420989 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 0 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19186] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19186/stat : 19186 (java) S 19172 19174 17512 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22420989 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19187] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19187/stat : 19187 (java) S 19172 19174 17512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22420989 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 0 0 0 0
[pid=19174/tid=19188] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19188/stat : 19188 (java) S 19172 19174 17512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19189] ppid=19172 vsize=1540336 CPUtime=0.63
/proc/19174/task/19189/stat : 19189 (java) S 19172 19174 17512 0 -1 4202560 2274 0 0 0 63 0 0 0 15 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 3 0 0 0
[pid=19174/tid=19190] ppid=19172 vsize=1540336 CPUtime=0.54
/proc/19174/task/19190/stat : 19190 (java) S 19172 19174 17512 0 -1 4202560 2496 0 0 0 54 0 0 0 16 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 4 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19191/stat : 19191 (java) S 19172 19174 17512 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 6 0 0 0
[pid=19174/tid=19192] ppid=19172 vsize=1540336 CPUtime=0
/proc/19174/task/19192/stat : 19192 (java) S 19172 19174 17512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22420992 1577304064 111648 4089446400 134512640 134550932 4290951088 18446744073709551615 4294960144 0 4 0 16800975 18446604471150998464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 110.68
Current children cumulated vsize (KiB) 1540336

[startup+82.001 s]
/proc/loadavg: 2.31 2.10 2.03 4/198 19196
/proc/meminfo: memFree=29128876/32950928 swapFree=67111528/67111528
[pid=19174] ppid=19172 vsize=0 CPUtime=110.7
/proc/19174/stat : 19174 (java) Z 19172 19174 17512 0 -1 4203548 118098 0 1 0 10461 609 0 0 18 0 2 0 22420987 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19174/statm: 0 0 0 0 0 0 0
[pid=19174/tid=19191] ppid=19172 vsize=0 CPUtime=0.01
/proc/19174/task/19191/stat : 19191 (java) R 19172 19174 17512 0 -1 4203588 0 0 0 0 0 1 0 0 18 0 2 0 22420992 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 110.7
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 82.0037
CPU time (s): 110.708
CPU user time (s): 104.61
CPU system time (s): 6.09807
CPU usage (%): 135.004
Max. virtual memory (cumulated for all children) (KiB): 1540336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.61
system time used= 6.09807
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118098
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= 75224
involuntary context switches= 3041347

runsolver used 0.166974 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-08 00:34:28
IDJOB=2701860
IDBENCH=79649
IDSOLVER=1207
FILE ID=node113/2701860-1278542068
PBS_JOBID= 11239252
Free space on /tmp= 73736 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph11reducmore_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701860-1278542068/watcher-2701860-1278542068 -o /tmp/evaluation-result-2701860-1278542068/solver-2701860-1278542068 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701860-1278542068.wbo

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

MD5SUM BENCH= 9d2ab30053c8c5defa77d9f47c64bb3c
RANDOM SEED=1239206246

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29572852 kB
Buffers:        144192 kB
Cached:        2798812 kB
SwapCached:          0 kB
Active:        1866736 kB
Inactive:      1362112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29572852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8992 kB
Writeback:           0 kB
AnonPages:      285972 kB
Mapped:          16100 kB
Slab:            86000 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   431976 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= 73736 MiB
End job on node113 at 2010-07-08 00:35:50