Trace number 2701840

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-26UNSAT 1670.26 1078.27

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUMea40a0e629962acadf81be421b26ca75
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 variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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.02/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.06	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100526
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		i386
0.02/0.07	c Free memory 		1393557488
0.02/0.07	c Max memory 		1395916800
0.02/0.07	c Total memory 		1395916800
0.02/0.07	c Number of processors 	8
0.02/0.10	c Pseudo Boolean Optimization
0.02/0.10	c --- Begin Solver configuration ---
0.02/0.10	c Stops conflict analysis at the first Unique Implication Point
0.02/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.02/0.10	c Learn all clauses as in MiniSAT
0.02/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.10	c Expensive reason simplification
0.02/0.10	c Armin Biere (Picosat) restarts strategy
0.02/0.10	c Glucose learned constraints deletion strategy
0.02/0.10	c timeout=2147483s
0.02/0.10	c DB Simplification allowed=false
0.02/0.10	c --- End Solver configuration ---
0.02/0.10	c solving HOME/instance-2701840-1278541901.wbo
0.02/0.10	c reading problem ... 
1668.96/1077.51	c ... done. Wall clock time 1077.416s.
1668.96/1077.51	c #vars     983603
1668.96/1077.51	c #constraints  971359
1668.96/1077.51	c constraints type 
1668.96/1077.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 446
1668.96/1077.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 965610
1668.96/1077.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16
1668.96/1077.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1670.06/1078.19	c starts		: 0
1670.06/1078.19	c conflicts		: 0
1670.06/1078.19	c decisions		: 0
1670.06/1078.19	c propagations		: 8523
1670.06/1078.19	c inspects		: 3836
1670.06/1078.19	c learnt literals	: 0
1670.06/1078.19	c learnt binary clauses	: 0
1670.06/1078.19	c learnt ternary clauses	: 0
1670.06/1078.19	c learnt clauses	: 0
1670.06/1078.19	c ignored clauses	: 0
1670.06/1078.19	c root simplifications	: 0
1670.06/1078.19	c removed literals (reason simplification)	: 0
1670.06/1078.19	c reason swapping (by a shorter reason)	: 0
1670.06/1078.19	c Calls to reduceDB	: 0
1670.06/1078.19	c number of reductions to clauses (during analyze)	: 0
1670.06/1078.19	c number of learned constraints concerned by reduction	: 0
1670.06/1078.19	c number of learning phase by resolution	: 0
1670.06/1078.19	c number of learning phase by cutting planes	: 0
1670.06/1078.19	c speed (assignments/second)	: 12701.937406855439
1670.06/1078.19	c non guided choices	0
1670.06/1078.19	c learnt constraints type 
1670.06/1078.19	c constraints type 
1670.06/1078.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 446
1670.06/1078.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 965610
1670.06/1078.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16
1670.06/1078.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1670.06/1078.19	s UNSATISFIABLE
1670.06/1078.19	c Total wall clock time (in seconds): 1078.092

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-2701840-1278541901/watcher-2701840-1278541901 -o /tmp/evaluation-result-2701840-1278541901/solver-2701840-1278541901 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701840-1278541901.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.99 2.25 2.08 3/178 19567
/proc/meminfo: memFree=28490908/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1752 CPUtime=0
/proc/19567/stat : 19567 (java) R 19565 19567 17689 0 -1 4194304 340 0 0 0 0 0 0 0 21 0 1 0 22402401 1794048 83 4089446400 134512640 134550932 4294029920 18446744073709551615 8178917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19567/statm: 425 76 56 10 0 30 0

[startup+0.0378451 s]
/proc/loadavg: 2.99 2.25 2.08 3/178 19567
/proc/meminfo: memFree=28490908/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1525308 CPUtime=0.02
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 3789 0 1 0 2 0 0 0 21 0 13 0 22402401 1561915392 3230 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 381327 3230 1038 10 0 378637 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1525308

[startup+0.101844 s]
/proc/loadavg: 2.99 2.25 2.08 3/178 19567
/proc/meminfo: memFree=28490908/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1530000 CPUtime=0.11
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 5216 0 1 0 10 1 0 0 21 0 18 0 22402401 1566720000 4652 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 382500 4652 1348 10 0 379802 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530000

[startup+0.300788 s]
/proc/loadavg: 2.99 2.25 2.08 3/178 19567
/proc/meminfo: memFree=28490908/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1532916 CPUtime=0.58
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 19903 0 1 0 56 2 0 0 21 0 18 0 22402401 1569705984 18998 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 383229 18999 1406 10 0 380531 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1532916

[startup+0.700737 s]
/proc/loadavg: 2.99 2.25 2.08 3/178 19567
/proc/meminfo: memFree=28490908/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1533344 CPUtime=1.21
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 45436 0 1 0 115 6 0 0 21 0 18 0 22402401 1570144256 44216 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 383336 44216 1425 10 0 380638 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1533344

[startup+1.5016 s]
/proc/loadavg: 2.91 2.25 2.08 3/196 19585
/proc/meminfo: memFree=28316864/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1533364 CPUtime=2.26
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 47913 0 1 0 219 7 0 0 21 0 18 0 22402401 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 383341 46452 1425 10 0 380643 0
[pid=19567/tid=19569] ppid=19565 vsize=1533364 CPUtime=1.39
/proc/19567/task/19569/stat : 19569 (java) R 19565 19567 17689 0 -1 4202560 37861 0 1 0 135 4 0 0 18 0 18 0 22402402 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1533364 CPUtime=0.04
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 1295 0 0 0 4 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1533364 CPUtime=0.03
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 1219 0 0 0 3 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1533364 CPUtime=0.01
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 556 0 0 0 1 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1533364 CPUtime=0.03
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 344 0 0 0 3 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1533364 CPUtime=0.03
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 375 0 0 0 3 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1533364 CPUtime=0.03
/proc/19567/task/19575/stat : 19575 (java) S 19565 19567 17689 0 -1 4202560 682 0 0 0 3 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1533364 CPUtime=0.05
/proc/19567/task/19576/stat : 19576 (java) S 19565 19567 17689 0 -1 4202560 1226 0 0 0 5 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1533364 CPUtime=0.03
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 1102 0 0 0 3 0 0 0 16 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 22402403 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1533364 CPUtime=0.27
/proc/19567/task/19582/stat : 19582 (java) S 19565 19567 17689 0 -1 4202560 662 0 0 0 27 0 0 0 16 0 18 0 22402406 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1533364 CPUtime=0.27
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1506 0 0 0 27 0 0 0 15 0 18 0 22402406 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22402406 1570164736 46452 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1533364

[startup+3.10126 s]
/proc/loadavg: 2.91 2.25 2.08 3/196 19585
/proc/meminfo: memFree=28308184/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1533364 CPUtime=4.08
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 50199 0 1 0 397 11 0 0 21 0 18 0 22402401 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 383341 48656 1425 10 0 380643 0
[pid=19567/tid=19569] ppid=19565 vsize=1533364 CPUtime=2.9
/proc/19567/task/19569/stat : 19569 (java) R 19565 19567 17689 0 -1 4202560 37909 0 1 0 286 4 0 0 19 0 18 0 22402402 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1533364 CPUtime=0.08
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 1492 0 0 0 8 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1533364 CPUtime=0.06
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 1455 0 0 0 6 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1533364 CPUtime=0.04
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 748 0 0 0 4 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1533364 CPUtime=0.07
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 537 0 0 0 7 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1533364 CPUtime=0.07
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 963 0 0 0 7 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1533364 CPUtime=0.06
/proc/19567/task/19575/stat : 19575 (java) S 19565 19567 17689 0 -1 4202560 1042 0 0 0 6 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1533364 CPUtime=0.07
/proc/19567/task/19576/stat : 19576 (java) S 19565 19567 17689 0 -1 4202560 1407 0 0 0 7 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1533364 CPUtime=0.06
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 1393 0 0 0 6 0 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1533364 CPUtime=0.01
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 24 0 0 0 0 1 0 0 15 0 18 0 22402403 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1533364 CPUtime=0.27
/proc/19567/task/19582/stat : 19582 (java) S 19565 19567 17689 0 -1 4202560 662 0 0 0 27 0 0 0 16 0 18 0 22402406 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1533364 CPUtime=0.27
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1506 0 0 0 27 0 0 0 15 0 18 0 22402406 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22402406 1570164736 48656 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1533364

[startup+6.30072 s]
/proc/loadavg: 2.91 2.25 2.08 3/196 19585
/proc/meminfo: memFree=28295576/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1533364 CPUtime=7.72
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 52775 0 1 0 755 17 0 0 21 0 18 0 22402401 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 383341 51056 1425 10 0 380643 0
[pid=19567/tid=19569] ppid=19565 vsize=1533364 CPUtime=5.92
/proc/19567/task/19569/stat : 19569 (java) R 19565 19567 17689 0 -1 4202560 38001 0 1 0 588 4 0 0 25 0 18 0 22402402 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1533364 CPUtime=0.16
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 1755 0 0 0 15 1 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1533364 CPUtime=0.13
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 1760 0 0 0 12 1 0 0 16 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1533364 CPUtime=0.12
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 1181 0 0 0 12 0 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1533364 CPUtime=0.11
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 803 0 0 0 11 0 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1533364 CPUtime=0.15
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 1233 0 0 0 14 1 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1533364 CPUtime=0.13
/proc/19567/task/19575/stat : 19575 (java) S 19565 19567 17689 0 -1 4202560 1393 0 0 0 13 0 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1533364 CPUtime=0.15
/proc/19567/task/19576/stat : 19576 (java) S 19565 19567 17689 0 -1 4202560 1700 0 0 0 15 0 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1533364 CPUtime=0.15
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 1696 0 0 0 14 1 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1533364 CPUtime=0.05
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 24 0 0 0 2 3 0 0 15 0 18 0 22402403 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1533364 CPUtime=0.27
/proc/19567/task/19582/stat : 19582 (java) S 19565 19567 17689 0 -1 4202560 662 0 0 0 27 0 0 0 16 0 18 0 22402406 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1533364 CPUtime=0.27
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1506 0 0 0 27 0 0 0 15 0 18 0 22402406 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1533364 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22402406 1570164736 51056 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1533364

[startup+12.7016 s]
/proc/loadavg: 2.77 2.24 2.08 3/196 19586
/proc/meminfo: memFree=28274420/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1534388 CPUtime=15.25
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 57945 0 1 0 1479 46 0 0 21 0 18 0 22402401 1571213312 55952 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 383597 55952 1425 10 0 380899 0
[pid=19567/tid=19569] ppid=19565 vsize=1534388 CPUtime=11.92
/proc/19567/task/19569/stat : 19569 (java) R 19565 19567 17689 0 -1 4202560 38186 0 1 0 1187 5 0 0 18 0 18 0 22402402 1571213312 55952 4089446400 134512640 134550932 4294029920 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1534388 CPUtime=0.32
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 2489 0 0 0 29 3 0 0 15 0 18 0 22402403 1571213312 55952 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1534388 CPUtime=0.33
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 2368 0 0 0 29 4 0 0 15 0 18 0 22402403 1571213312 55952 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1534388 CPUtime=0.31
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 2062 0 0 0 28 3 0 0 15 0 18 0 22402403 1571213312 55952 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1534388 CPUtime=0.27
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 1210 0 0 0 24 3 0 0 15 0 18 0 22402403 1571213312 55952 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0

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

/proc/loadavg: 2.85 2.60 2.39 3/196 19614
/proc/meminfo: memFree=27581740/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1537976 CPUtime=1668.96
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 262759 0 1 0 159429 7467 0 0 21 0 18 0 22402401 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 384494 231127 1425 10 0 381796 0
[pid=19567/tid=19569] ppid=19565 vsize=1537976 CPUtime=824.72
/proc/19567/task/19569/stat : 19569 (java) R 19565 19567 17689 0 -1 4202560 62659 0 1 0 82441 31 0 0 15 0 18 0 22402402 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4109956870 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1537976 CPUtime=106.63
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 22068 0 0 0 9787 876 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1537976 CPUtime=103.96
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 22513 0 0 0 9461 935 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1537976 CPUtime=105.57
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 25480 0 0 0 9674 883 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1537976 CPUtime=104.36
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 20051 0 0 0 9549 887 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1537976 CPUtime=104.18
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 22675 0 0 0 9499 919 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1537976 CPUtime=104.17
/proc/19567/task/19575/stat : 19575 (java) S 19565 19567 17689 0 -1 4202560 24854 0 0 0 9535 882 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1537976 CPUtime=105.06
/proc/19567/task/19576/stat : 19576 (java) S 19565 19567 17689 0 -1 4202560 34711 0 0 0 9617 889 0 0 16 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1537976 CPUtime=105.07
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 24289 0 0 0 9628 879 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1537976 CPUtime=4.47
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 172 0 0 0 167 280 0 0 15 0 18 0 22402403 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1537976 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1537976 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1537976 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1537976 CPUtime=0.36
/proc/19567/task/19582/stat : 19582 (java) S 19565 19567 17689 0 -1 4202560 674 0 0 0 36 0 0 0 15 0 18 0 22402406 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1537976 CPUtime=0.3
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1508 0 0 0 30 0 0 0 15 0 18 0 22402406 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1537976 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1537976 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 22402406 1574887424 231127 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1668.96
Current children cumulated vsize (KiB) 1537976

[startup+1077.9 s]
/proc/loadavg: 2.85 2.60 2.39 10/196 19614
/proc/meminfo: memFree=27502628/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1538628 CPUtime=1669.84
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 277376 0 1 0 159513 7471 0 0 21 0 18 0 22402401 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 384657 245586 1438 10 0 381959 0
[pid=19567/tid=19569] ppid=19565 vsize=1538628 CPUtime=825.07
/proc/19567/task/19569/stat : 19569 (java) S 19565 19567 17689 0 -1 4202560 62671 0 1 0 82476 31 0 0 15 0 18 0 22402402 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1538628 CPUtime=106.67
/proc/19567/task/19570/stat : 19570 (java) R 19565 19567 17689 0 -1 4202560 26153 0 0 0 9790 877 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1538628 CPUtime=103.99
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 23474 0 0 0 9464 935 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1538628 CPUtime=105.6
/proc/19567/task/19572/stat : 19572 (java) R 19565 19567 17689 0 -1 4202560 29335 0 0 0 9677 883 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1538628 CPUtime=104.39
/proc/19567/task/19573/stat : 19573 (java) R 19565 19567 17689 0 -1 4202560 20051 0 0 0 9552 887 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1538628 CPUtime=104.22
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 23635 0 0 0 9503 919 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1538628 CPUtime=104.21
/proc/19567/task/19575/stat : 19575 (java) R 19565 19567 17689 0 -1 4202560 25815 0 0 0 9539 882 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1538628 CPUtime=105.1
/proc/19567/task/19576/stat : 19576 (java) R 19565 19567 17689 0 -1 4202560 36654 0 0 0 9621 889 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1538628 CPUtime=105.1
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 25825 0 0 0 9630 880 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1538628 CPUtime=4.47
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 172 0 0 0 167 280 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1538628 CPUtime=0.45
/proc/19567/task/19582/stat : 19582 (java) S 19565 19567 17689 0 -1 4202560 793 0 0 0 45 0 0 0 15 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1538628 CPUtime=0.42
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1693 0 0 0 42 0 0 0 15 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1669.84
Current children cumulated vsize (KiB) 1538628

[startup+1078.1 s]
/proc/loadavg: 2.85 2.60 2.39 10/196 19614
/proc/meminfo: memFree=27502628/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1538628 CPUtime=1670.06
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 277378 0 1 0 159535 7471 0 0 21 0 18 0 22402401 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 384657 245586 1438 10 0 381959 0
[pid=19567/tid=19569] ppid=19565 vsize=1538628 CPUtime=825.25
/proc/19567/task/19569/stat : 19569 (java) R 19565 19567 17689 0 -1 4202560 62673 0 1 0 82494 31 0 0 15 0 18 0 22402402 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4110015921 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1538628 CPUtime=106.67
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 26153 0 0 0 9790 877 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1538628 CPUtime=103.99
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 23474 0 0 0 9464 935 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1538628 CPUtime=105.6
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 29335 0 0 0 9677 883 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 1 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1538628 CPUtime=104.4
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 20051 0 0 0 9553 887 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1538628 CPUtime=104.23
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 23635 0 0 0 9504 919 0 0 16 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1538628 CPUtime=104.22
/proc/19567/task/19575/stat : 19575 (java) S 19565 19567 17689 0 -1 4202560 25815 0 0 0 9540 882 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1538628 CPUtime=105.1
/proc/19567/task/19576/stat : 19576 (java) S 19565 19567 17689 0 -1 4202560 36654 0 0 0 9621 889 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1538628 CPUtime=105.11
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 25825 0 0 0 9631 880 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1538628 CPUtime=4.47
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 172 0 0 0 167 280 0 0 15 0 18 0 22402403 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1538628 CPUtime=0.45
/proc/19567/task/19582/stat : 19582 (java) S 19565 19567 17689 0 -1 4202560 793 0 0 0 45 0 0 0 15 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1538628 CPUtime=0.42
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1693 0 0 0 42 0 0 0 15 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1538628 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 22402406 1575555072 245586 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1670.06
Current children cumulated vsize (KiB) 1538628

[startup+1078.2 s]
/proc/loadavg: 2.85 2.60 2.39 10/196 19614
/proc/meminfo: memFree=27502628/32951124 swapFree=67111528/67111528
[pid=19567] ppid=19565 vsize=1538952 CPUtime=1670.21
/proc/19567/stat : 19567 (java) S 19565 19567 17689 0 -1 4202496 277391 0 1 0 159550 7471 0 0 21 0 18 0 22402401 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19567/statm: 384738 245598 1439 10 0 382040 0
[pid=19567/tid=19569] ppid=19565 vsize=1538952 CPUtime=825.32
/proc/19567/task/19569/stat : 19569 (java) S 19565 19567 17689 0 -1 4202560 62680 0 1 0 82501 31 0 0 17 0 18 0 22402402 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19570] ppid=19565 vsize=1538952 CPUtime=106.69
/proc/19567/task/19570/stat : 19570 (java) S 19565 19567 17689 0 -1 4202560 26153 0 0 0 9792 877 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19571] ppid=19565 vsize=1538952 CPUtime=104.01
/proc/19567/task/19571/stat : 19571 (java) S 19565 19567 17689 0 -1 4202560 23474 0 0 0 9465 936 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 2 0 0 0
[pid=19567/tid=19572] ppid=19565 vsize=1538952 CPUtime=105.6
/proc/19567/task/19572/stat : 19572 (java) S 19565 19567 17689 0 -1 4202560 29335 0 0 0 9677 883 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 1 0 0 0
[pid=19567/tid=19573] ppid=19565 vsize=1538952 CPUtime=104.41
/proc/19567/task/19573/stat : 19573 (java) S 19565 19567 17689 0 -1 4202560 20051 0 0 0 9553 888 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19574] ppid=19565 vsize=1538952 CPUtime=104.24
/proc/19567/task/19574/stat : 19574 (java) S 19565 19567 17689 0 -1 4202560 23635 0 0 0 9505 919 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
[pid=19567/tid=19575] ppid=19565 vsize=1538952 CPUtime=104.23
/proc/19567/task/19575/stat : 19575 (java) S 19565 19567 17689 0 -1 4202560 25815 0 0 0 9541 882 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 4 0 0 0
[pid=19567/tid=19576] ppid=19565 vsize=1538952 CPUtime=105.11
/proc/19567/task/19576/stat : 19576 (java) S 19565 19567 17689 0 -1 4202560 36654 0 0 0 9622 889 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19577] ppid=19565 vsize=1538952 CPUtime=105.11
/proc/19567/task/19577/stat : 19577 (java) S 19565 19567 17689 0 -1 4202560 25825 0 0 0 9631 880 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19578] ppid=19565 vsize=1538952 CPUtime=4.47
/proc/19567/task/19578/stat : 19578 (java) S 19565 19567 17689 0 -1 4202560 172 0 0 0 167 280 0 0 15 0 18 0 22402403 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 0 0 16800975 18446604463670666432 0 0 -1 7 0 0 0
[pid=19567/tid=19579] ppid=19565 vsize=1538952 CPUtime=0
/proc/19567/task/19579/stat : 19579 (java) S 19565 19567 17689 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22402404 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19580] ppid=19565 vsize=1538952 CPUtime=0
/proc/19567/task/19580/stat : 19580 (java) S 19565 19567 17689 0 -1 4202560 6 0 0 0 0 0 0 0 22 0 18 0 22402404 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 0 0 0 0
[pid=19567/tid=19581] ppid=19565 vsize=1538952 CPUtime=0
/proc/19567/task/19581/stat : 19581 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19582] ppid=19565 vsize=1538952 CPUtime=0.47
/proc/19567/task/19582/stat : 19582 (java) R 19565 19567 17689 0 -1 4202560 793 0 0 0 47 0 0 0 15 0 18 0 22402406 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 102551499 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19567/tid=19583] ppid=19565 vsize=1538952 CPUtime=0.43
/proc/19567/task/19583/stat : 19583 (java) S 19565 19567 17689 0 -1 4202560 1693 0 0 0 43 0 0 0 15 0 18 0 22402406 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 3 0 0 0
[pid=19567/tid=19584] ppid=19565 vsize=1538952 CPUtime=0
/proc/19567/task/19584/stat : 19584 (java) S 19565 19567 17689 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22402406 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 6 0 0 0
[pid=19567/tid=19585] ppid=19565 vsize=1538952 CPUtime=0
/proc/19567/task/19585/stat : 19585 (java) S 19565 19567 17689 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 22402406 1575886848 245598 4089446400 134512640 134550932 4294029920 18446744073709551615 4294960144 0 4 0 16800975 18446604463670666432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1670.21
Current children cumulated vsize (KiB) 1538952

Child status: 20
Real time (s): 1078.27
CPU time (s): 1670.26
CPU user time (s): 1595.5
CPU system time (s): 74.7576
CPU usage (%): 154.902
Max. virtual memory (cumulated for all children) (KiB): 1538952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1595.5
system time used= 74.7576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277397
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= 1105252
involuntary context switches= 52223347

runsolver used 2.03469 second user time and 4.21236 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-08 00:31:42
IDJOB=2701840
IDBENCH=79646
IDSOLVER=1202
FILE ID=node145/2701840-1278541901
PBS_JOBID= 11239188
Free space on /tmp= 73568 MiB

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

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

MD5SUM BENCH= ea40a0e629962acadf81be421b26ca75
RANDOM SEED=1945526974

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
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.74
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.859
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.83
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.859
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.859
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.859
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.82
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.859
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:     32951124 kB
MemFree:      28491188 kB
Buffers:        148844 kB
Cached:        2559384 kB
SwapCached:          0 kB
Active:        2988764 kB
Inactive:      1316736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28491188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31236 kB
Writeback:           0 kB
AnonPages:     1597052 kB
Mapped:          15268 kB
Slab:            87200 kB
PageTables:       8000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1801248 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= 73568 MiB
End job on node145 at 2010-07-08 00:49:40