Trace number 2701288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26Wrong UNSAT 123.71 98.9931

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub3_wcsp.wbo
MD5SUM7147229393bb1207f35c1dba942bbf83
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4515
Best CPU time to get the best result obtained on this benchmark1800.16
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints319436
Number of soft constraints319418
Number of constraints which are clauses319418
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 58724
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 41665382
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.v20100526
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.08/0.10	c Pseudo Boolean Optimization
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483s
0.08/0.10	c DB Simplification allowed=false
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-2701288-1278539040.wbo
0.08/0.10	c reading problem ... 
121.90/98.02	c ... done. Wall clock time 97.927s.
121.90/98.02	c #vars     320194
121.90/98.02	c #constraints  319455
121.90/98.02	c constraints type 
121.90/98.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18
121.90/98.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 319436
121.90/98.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
123.58/98.95	c starts		: 4
123.58/98.95	c conflicts		: 489
123.58/98.95	c decisions		: 322816
123.58/98.95	c propagations		: 394635
123.58/98.95	c inspects		: 435881
123.58/98.95	c learnt literals	: 2
123.58/98.95	c learnt binary clauses	: 3
123.58/98.95	c learnt ternary clauses	: 3
123.58/98.95	c learnt clauses	: 486
123.58/98.95	c ignored clauses	: 0
123.58/98.95	c root simplifications	: 0
123.58/98.95	c removed literals (reason simplification)	: 1058
123.58/98.95	c reason swapping (by a shorter reason)	: 0
123.58/98.95	c Calls to reduceDB	: 0
123.58/98.95	c number of reductions to clauses (during analyze)	: 0
123.58/98.95	c number of learned constraints concerned by reduction	: 0
123.58/98.95	c number of learning phase by resolution	: 0
123.58/98.95	c number of learning phase by cutting planes	: 0
123.58/98.95	c speed (assignments/second)	: 425711.9741100323
123.58/98.95	c non guided choices	706
123.58/98.95	c learnt constraints type 
123.58/98.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 483
123.58/98.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
123.58/98.95	c constraints type 
123.58/98.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18
123.58/98.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 319436
123.58/98.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
123.58/98.95	s UNSATISFIABLE
123.58/98.95	c Total wall clock time (in seconds): 98.857

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-2701288-1278539040/watcher-2701288-1278539040 -o /tmp/evaluation-result-2701288-1278539040/solver-2701288-1278539040 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701288-1278539040.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 19384
/proc/meminfo: memFree=28971768/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=13156 CPUtime=0
/proc/19384/stat : 19384 (java) R 19382 19384 18410 0 -1 4194304 442 0 0 0 0 0 0 0 21 0 1 0 22117899 13471744 170 4089446400 134512640 134550932 4294607312 18446744073709551615 11166883 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19384/statm: 3291 179 139 10 0 1121 0

[startup+0.084278 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19384
/proc/meminfo: memFree=28971768/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1529916 CPUtime=0.08
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 5032 0 1 0 7 1 0 0 21 0 18 0 22117899 1566633984 4468 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 382479 4471 1337 10 0 379781 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529916

[startup+0.100274 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19384
/proc/meminfo: memFree=28971768/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1530080 CPUtime=0.1
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 5219 0 1 0 9 1 0 0 21 0 18 0 22117899 1566801920 4655 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 382520 4655 1348 10 0 379822 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530080

[startup+0.300248 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19384
/proc/meminfo: memFree=28971768/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1532348 CPUtime=0.52
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 17807 0 1 0 49 3 0 0 21 0 18 0 22117899 1569124352 17103 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383087 17110 1403 10 0 380389 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532348

[startup+0.701162 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19384
/proc/meminfo: memFree=28971768/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1532348 CPUtime=1.27
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 45473 0 1 0 119 8 0 0 21 0 18 0 22117899 1569124352 44413 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383087 44413 1425 10 0 380389 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1532348

[startup+1.50099 s]
/proc/loadavg: 1.92 1.98 1.99 8/196 19402
/proc/meminfo: memFree=28795472/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1532348 CPUtime=2.17
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 47885 0 1 0 208 9 0 0 21 0 18 0 22117899 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383087 46719 1425 10 0 380389 0
[pid=19384/tid=19386] ppid=19382 vsize=1532348 CPUtime=1.4
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 37755 0 1 0 135 5 0 0 19 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 103119886 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1532348 CPUtime=0.02
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 901 0 0 0 2 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1532348 CPUtime=0.03
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 1564 0 0 0 3 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 3 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1532348 CPUtime=0.02
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 746 0 0 0 2 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1532348 CPUtime=0.03
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 946 0 0 0 3 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1532348 CPUtime=0.03
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 1042 0 0 0 3 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1532348 CPUtime=0.01
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 309 0 0 0 1 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1532348 CPUtime=0.02
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 529 0 0 0 2 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1532348 CPUtime=0.03
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 1146 0 0 0 3 0 0 0 15 0 18 0 22117900 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 22117901 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22117901 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 18 0 22117901 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1532348 CPUtime=0.25
/proc/19384/task/19399/stat : 19399 (java) S 19382 19384 18410 0 -1 4202560 701 0 0 0 25 0 0 0 17 0 18 0 22117904 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1532348 CPUtime=0.22
/proc/19384/task/19400/stat : 19400 (java) S 19382 19384 18410 0 -1 4202560 1157 0 0 0 22 0 0 0 24 0 18 0 22117904 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22117904 1569124352 46719 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1532348

[startup+3.10071 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 19402
/proc/meminfo: memFree=28787288/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1532348 CPUtime=3.95
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 50459 0 1 0 384 11 0 0 21 0 18 0 22117899 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383087 49157 1425 10 0 380389 0
[pid=19384/tid=19386] ppid=19382 vsize=1532348 CPUtime=2.94
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 37801 0 1 0 288 6 0 0 21 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1532348 CPUtime=0.05
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 1067 0 0 0 5 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1532348 CPUtime=0.06
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 1867 0 0 0 6 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1532348 CPUtime=0.05
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 920 0 0 0 5 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1532348 CPUtime=0.06
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 1333 0 0 0 6 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1532348 CPUtime=0.06
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 1463 0 0 0 6 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 3 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1532348 CPUtime=0.03
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 619 0 0 0 3 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1532348 CPUtime=0.04
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 966 0 0 0 4 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1532348 CPUtime=0.05
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 1476 0 0 0 5 0 0 0 15 0 18 0 22117900 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1532348 CPUtime=0.01
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 18 0 22117901 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22117901 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 18 0 22117901 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1532348 CPUtime=0.25
/proc/19384/task/19399/stat : 19399 (java) S 19382 19384 18410 0 -1 4202560 701 0 0 0 25 0 0 0 17 0 18 0 22117904 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1532348 CPUtime=0.22
/proc/19384/task/19400/stat : 19400 (java) S 19382 19384 18410 0 -1 4202560 1157 0 0 0 22 0 0 0 24 0 18 0 22117904 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22117904 1569124352 49157 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1532348

[startup+6.30116 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 19403
/proc/meminfo: memFree=28774636/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1532348 CPUtime=7.52
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 52861 0 1 0 738 14 0 0 21 0 18 0 22117899 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383087 51362 1425 10 0 380389 0
[pid=19384/tid=19386] ppid=19382 vsize=1532348 CPUtime=6.03
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 37895 0 1 0 597 6 0 0 25 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1532348 CPUtime=0.11
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 1358 0 0 0 11 0 0 0 16 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1532348 CPUtime=0.11
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 2119 0 0 0 11 0 0 0 15 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1532348 CPUtime=0.12
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 1157 0 0 0 11 1 0 0 15 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1532348 CPUtime=0.12
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 1610 0 0 0 12 0 0 0 15 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1532348 CPUtime=0.13
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 1711 0 0 0 12 1 0 0 15 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1532348 CPUtime=0.09
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 976 0 0 0 9 0 0 0 15 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1532348 CPUtime=0.12
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 1301 0 0 0 11 1 0 0 15 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1532348 CPUtime=0.1
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 1787 0 0 0 10 0 0 0 16 0 18 0 22117900 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1532348 CPUtime=0.01
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 18 0 22117901 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22117901 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 18 0 22117901 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1532348 CPUtime=0.25
/proc/19384/task/19399/stat : 19399 (java) S 19382 19384 18410 0 -1 4202560 701 0 0 0 25 0 0 0 17 0 18 0 22117904 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1532348 CPUtime=0.22
/proc/19384/task/19400/stat : 19400 (java) S 19382 19384 18410 0 -1 4202560 1157 0 0 0 22 0 0 0 24 0 18 0 22117904 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1532348 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22117904 1569124352 51362 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 1532348

[startup+12.701 s]
/proc/loadavg: 1.94 1.98 1.99 3/196 19403
/proc/meminfo: memFree=28754348/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1533372 CPUtime=14.94
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 57950 0 1 0 1447 47 0 0 21 0 18 0 22117899 1570172928 56178 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383343 56178 1425 10 0 380645 0
[pid=19384/tid=19386] ppid=19382 vsize=1533372 CPUtime=11.94
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 38078 0 1 0 1188 6 0 0 25 0 18 0 22117900 1570172928 56178 4089446400 134512640 134550932 4294607312 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1533372 CPUtime=0.3
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 2129 0 0 0 27 3 0 0 15 0 18 0 22117900 1570172928 56178 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1533372 CPUtime=0.3
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 2536 0 0 0 26 4 0 0 15 0 18 0 22117900 1570172928 56178 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1533372 CPUtime=0.31
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 1917 0 0 0 27 4 0 0 16 0 18 0 22117900 1570172928 56178 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1533372 CPUtime=0.29
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 2068 0 0 0 25 4 0 0 15 0 18 0 22117900 1570172928 56178 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0

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

[pid=19384] ppid=19382 vsize=1534396 CPUtime=121.25
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 85823 0 1 0 11243 882 0 0 21 0 18 0 22117899 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 383599 81194 1425 10 0 380901 0
[pid=19384/tid=19386] ppid=19382 vsize=1534396 CPUtime=84.41
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 40353 0 1 0 8432 9 0 0 25 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1534396 CPUtime=4.46
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 5926 0 0 0 338 108 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1534396 CPUtime=4.1
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 5265 0 0 0 304 106 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1534396 CPUtime=4.48
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 5035 0 0 0 333 115 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1534396 CPUtime=4.5
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 5314 0 0 0 351 99 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1534396 CPUtime=4.58
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 4545 0 0 0 344 114 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1534396 CPUtime=4.76
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 4671 0 0 0 367 109 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1534396 CPUtime=4.53
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 5291 0 0 0 347 106 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1534396 CPUtime=4.63
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 6447 0 0 0 361 102 0 0 15 0 18 0 22117900 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1534396 CPUtime=0.23
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 48 0 0 0 13 10 0 0 15 0 18 0 22117901 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1534396 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22117901 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1534396 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 18 0 22117901 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1534396 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1534396 CPUtime=0.25
/proc/19384/task/19399/stat : 19399 (java) S 19382 19384 18410 0 -1 4202560 701 0 0 0 25 0 0 0 17 0 18 0 22117904 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1534396 CPUtime=0.22
/proc/19384/task/19400/stat : 19400 (java) S 19382 19384 18410 0 -1 4202560 1157 0 0 0 22 0 0 0 24 0 18 0 22117904 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1534396 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1534396 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22117904 1571221504 81194 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 121.25
Current children cumulated vsize (KiB) 1534396

[startup+98.3009 s]
/proc/loadavg: 2.19 2.09 2.03 3/196 19405
/proc/meminfo: memFree=28653152/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1536444 CPUtime=122.57
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 93823 0 1 0 11373 884 0 0 21 0 18 0 22117899 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 384111 88388 1438 10 0 381413 0
[pid=19384/tid=19386] ppid=19382 vsize=1536444 CPUtime=85.16
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 40386 0 1 0 8507 9 0 0 25 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4109721184 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1536444 CPUtime=4.46
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 5929 0 0 0 338 108 0 0 15 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1536444 CPUtime=4.11
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 5265 0 0 0 305 106 0 0 15 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1536444 CPUtime=4.48
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 5038 0 0 0 333 115 0 0 15 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1536444 CPUtime=4.53
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 6026 0 0 0 354 99 0 0 16 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1536444 CPUtime=4.6
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 7021 0 0 0 346 114 0 0 16 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1536444 CPUtime=4.78
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 5769 0 0 0 369 109 0 0 16 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1536444 CPUtime=4.55
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 6035 0 0 0 349 106 0 0 16 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1536444 CPUtime=4.67
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 8230 0 0 0 365 102 0 0 16 0 18 0 22117900 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1536444 CPUtime=0.23
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 48 0 0 0 13 10 0 0 15 0 18 0 22117901 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1536444 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22117901 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1536444 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 18 0 22117901 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1536444 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1536444 CPUtime=0.48
/proc/19384/task/19399/stat : 19399 (java) S 19382 19384 18410 0 -1 4202560 747 0 0 0 48 0 0 0 15 0 18 0 22117904 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1536444 CPUtime=0.39
/proc/19384/task/19400/stat : 19400 (java) S 19382 19384 18410 0 -1 4202560 2259 0 0 0 39 0 0 0 15 0 18 0 22117904 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1536444 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22117904 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1536444 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22117904 1573318656 88388 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 122.57
Current children cumulated vsize (KiB) 1536444

[startup+98.7009 s]
/proc/loadavg: 2.19 2.09 2.03 3/196 19405
/proc/meminfo: memFree=28653152/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1536768 CPUtime=123.15
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 94860 0 1 0 11430 885 0 0 21 0 19 0 22117899 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 384192 89418 1439 10 0 381494 0
[pid=19384/tid=19386] ppid=19382 vsize=1536768 CPUtime=85.54
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 40399 0 1 0 8545 9 0 0 25 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4109117400 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1536768 CPUtime=4.47
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 5932 0 0 0 339 108 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1536768 CPUtime=4.11
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 5890 0 0 0 305 106 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1536768 CPUtime=4.49
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 5069 0 0 0 334 115 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1536768 CPUtime=4.54
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 6340 0 0 0 355 99 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1536768 CPUtime=4.62
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 7021 0 0 0 348 114 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1536768 CPUtime=4.79
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 5770 0 0 0 370 109 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1536768 CPUtime=4.56
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 6035 0 0 0 350 106 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1536768 CPUtime=4.67
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 8230 0 0 0 365 102 0 0 15 0 19 0 22117900 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1536768 CPUtime=0.24
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 48 0 0 0 14 10 0 0 16 0 19 0 22117901 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 19 0 22117901 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 19 0 22117901 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22117904 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1536768 CPUtime=0.55
/proc/19384/task/19399/stat : 19399 (java) R 19382 19384 18410 0 -1 4202560 757 0 0 0 55 0 0 0 16 0 19 0 22117904 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 105817441 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1536768 CPUtime=0.45
/proc/19384/task/19400/stat : 19400 (java) R 19382 19384 18410 0 -1 4202560 2295 0 0 0 45 0 0 0 15 0 19 0 22117904 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 104161424 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22117904 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 22117904 1573650432 89418 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 123.15
Current children cumulated vsize (KiB) 1536768

[startup+98.9008 s]
/proc/loadavg: 2.19 2.09 2.03 4/197 19406
/proc/meminfo: memFree=28620284/32950928 swapFree=67111528/67111528
[pid=19384] ppid=19382 vsize=1536768 CPUtime=123.58
/proc/19384/stat : 19384 (java) S 19382 19384 18410 0 -1 4202496 94911 0 1 0 11473 885 0 0 21 0 19 0 22117899 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19384/statm: 384192 89434 1442 10 0 381494 0
[pid=19384/tid=19386] ppid=19382 vsize=1536768 CPUtime=85.75
/proc/19384/task/19386/stat : 19386 (java) R 19382 19384 18410 0 -1 4202560 40404 0 1 0 8566 9 0 0 25 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4109108922 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=1536768 CPUtime=4.47
/proc/19384/task/19387/stat : 19387 (java) S 19382 19384 18410 0 -1 4202560 5932 0 0 0 339 108 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=1536768 CPUtime=4.11
/proc/19384/task/19388/stat : 19388 (java) S 19382 19384 18410 0 -1 4202560 5890 0 0 0 305 106 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=1536768 CPUtime=4.49
/proc/19384/task/19389/stat : 19389 (java) S 19382 19384 18410 0 -1 4202560 5069 0 0 0 334 115 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=1536768 CPUtime=4.54
/proc/19384/task/19390/stat : 19390 (java) S 19382 19384 18410 0 -1 4202560 6340 0 0 0 355 99 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=1536768 CPUtime=4.62
/proc/19384/task/19391/stat : 19391 (java) S 19382 19384 18410 0 -1 4202560 7021 0 0 0 348 114 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 7 0 0 0
[pid=19384/tid=19392] ppid=19382 vsize=1536768 CPUtime=4.79
/proc/19384/task/19392/stat : 19392 (java) S 19382 19384 18410 0 -1 4202560 5770 0 0 0 370 109 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 0 0 0 0
[pid=19384/tid=19393] ppid=19382 vsize=1536768 CPUtime=4.56
/proc/19384/task/19393/stat : 19393 (java) S 19382 19384 18410 0 -1 4202560 6035 0 0 0 350 106 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19394] ppid=19382 vsize=1536768 CPUtime=4.67
/proc/19384/task/19394/stat : 19394 (java) S 19382 19384 18410 0 -1 4202560 8230 0 0 0 365 102 0 0 15 0 19 0 22117900 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19395] ppid=19382 vsize=1536768 CPUtime=0.24
/proc/19384/task/19395/stat : 19395 (java) S 19382 19384 18410 0 -1 4202560 48 0 0 0 14 10 0 0 16 0 19 0 22117901 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 0 0 16800975 18446604471139771392 0 0 -1 2 0 0 0
[pid=19384/tid=19396] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19396/stat : 19396 (java) S 19382 19384 18410 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 19 0 22117901 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19397] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19397/stat : 19397 (java) S 19382 19384 18410 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 19 0 22117901 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19398] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19398/stat : 19398 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22117904 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
[pid=19384/tid=19399] ppid=19382 vsize=1536768 CPUtime=0.68
/proc/19384/task/19399/stat : 19399 (java) R 19382 19384 18410 0 -1 4202560 778 0 0 0 68 0 0 0 15 0 19 0 22117904 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 103148031 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19384/tid=19400] ppid=19382 vsize=1536768 CPUtime=0.54
/proc/19384/task/19400/stat : 19400 (java) R 19382 19384 18410 0 -1 4202560 2320 0 0 0 54 0 0 0 15 0 19 0 22117904 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19384/tid=19401] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19401/stat : 19401 (java) S 19382 19384 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22117904 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 6 0 0 0
[pid=19384/tid=19402] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19402/stat : 19402 (java) S 19382 19384 18410 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 22117904 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 1 0 0 0
[pid=19384/tid=19406] ppid=19382 vsize=1536768 CPUtime=0
/proc/19384/task/19406/stat : 19406 (java) S 19382 19384 18410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22127750 1573650432 89434 4089446400 134512640 134550932 4294607312 18446744073709551615 4294960144 0 4 0 16800975 18446604471139771392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 123.58
Current children cumulated vsize (KiB) 1536768

Child status: 20
Real time (s): 98.9931
CPU time (s): 123.71
CPU user time (s): 114.84
CPU system time (s): 8.87065
CPU usage (%): 124.968
Max. virtual memory (cumulated for all children) (KiB): 1536768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.84
system time used= 8.87065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95045
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= 99116
involuntary context switches= 5053842

runsolver used 0.187971 second user time and 0.377942 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-07 23:44:00
IDJOB=2701288
IDBENCH=79555
IDSOLVER=1202
FILE ID=node123/2701288-1278539040
PBS_JOBID= 11239232
Free space on /tmp= 73616 MiB

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

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

MD5SUM BENCH= 7147229393bb1207f35c1dba942bbf83
RANDOM SEED=1307867296

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28972172 kB
Buffers:        141996 kB
Cached:        2941288 kB
SwapCached:          0 kB
Active:        1642832 kB
Inactive:      2188712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28972172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9368 kB
Writeback:           0 kB
AnonPages:      748644 kB
Mapped:          15568 kB
Slab:            80884 kB
PageTables:       6116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   925868 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= 73616 MiB
End job on node123 at 2010-07-07 23:45:39