Trace number 2701336

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 1133.06 800.501

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen10_wcsp.wbo
MD5SUM54e92cd5947dc873b8532e16d02cdb9a
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark28742
Best CPU time to get the best result obtained on this benchmark1800.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7876
Total number of constraints873462
Number of soft constraints873262
Number of constraints which are clauses873262
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 13608940
Min constraint cost 1
Max constraint cost 100000
Sum of constraints costs 719718355
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.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.06	c version 2.2.0.v20100526
0.04/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.06	c java.vm.version	11.2-b01
0.04/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.06	c sun.arch.data.model	32
0.04/0.06	c java.version		1.6.0_12
0.04/0.06	c os.name		Linux
0.04/0.06	c os.version		2.6.18-164.el5
0.04/0.06	c os.arch		i386
0.04/0.06	c Free memory 		1393557488
0.04/0.06	c Max memory 		1395916800
0.04/0.06	c Total memory 		1395916800
0.04/0.06	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2701336-1278539323.wbo
0.04/0.09	c reading problem ... 
1131.16/799.69	c ... done. Wall clock time 799.599s.
1131.16/799.69	c #vars     881138
1131.16/799.69	c #constraints  219157
1131.16/799.69	c constraints type 
1131.16/799.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1131.16/799.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 211775
1131.16/799.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1132.98/800.42	c starts		: 0
1132.98/800.42	c conflicts		: 0
1132.98/800.42	c decisions		: 0
1132.98/800.42	c propagations		: 544
1132.98/800.42	c inspects		: 27
1132.98/800.42	c learnt literals	: 0
1132.98/800.42	c learnt binary clauses	: 0
1132.98/800.42	c learnt ternary clauses	: 0
1132.98/800.42	c learnt clauses	: 0
1132.98/800.42	c ignored clauses	: 0
1132.98/800.42	c root simplifications	: 0
1132.98/800.42	c removed literals (reason simplification)	: 0
1132.98/800.42	c reason swapping (by a shorter reason)	: 0
1132.98/800.42	c Calls to reduceDB	: 0
1132.98/800.42	c number of reductions to clauses (during analyze)	: 0
1132.98/800.42	c number of learned constraints concerned by reduction	: 0
1132.98/800.42	c number of learning phase by resolution	: 0
1132.98/800.42	c number of learning phase by cutting planes	: 0
1132.98/800.42	c speed (assignments/second)	: 750.344827586207
1132.98/800.42	c non guided choices	0
1132.98/800.42	c learnt constraints type 
1132.98/800.42	c constraints type 
1132.98/800.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1132.98/800.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 211775
1132.98/800.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1132.98/800.42	s UNSATISFIABLE
1132.98/800.42	c Total wall clock time (in seconds): 800.328

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-2701336-1278539323/watcher-2701336-1278539323 -o /tmp/evaluation-result-2701336-1278539323/solver-2701336-1278539323 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701336-1278539323.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.94 1.99 1.99 3/196 20354
/proc/meminfo: memFree=28518752/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=13508 CPUtime=0
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 1114 0 0 0 0 0 0 0 25 0 2 0 22145476 13832192 585 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 3377 585 267 10 0 1204 0
[pid=20354/tid=20355] ppid=20352 vsize=13560 CPUtime=0
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 79 0 0 0 0 0 0 0 25 0 2 0 22145477 13885440 591 4089446400 134512640 134550932 4289764352 18446744073709551615 3789987 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0459331 s]
/proc/loadavg: 1.94 1.99 1.99 3/196 20354
/proc/meminfo: memFree=28518752/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1528720 CPUtime=0.04
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 4000 0 1 0 3 1 0 0 25 0 18 0 22145476 1565409280 3440 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 382180 3441 1078 10 0 379482 0
[pid=20354/tid=20355] ppid=20352 vsize=1528720 CPUtime=0.02
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 2917 0 1 0 2 0 0 0 25 0 18 0 22145477 1565409280 3441 4089446400 134512640 134550932 4289764352 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528720

[startup+0.102957 s]
/proc/loadavg: 1.94 1.99 1.99 3/196 20354
/proc/meminfo: memFree=28518752/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1529728 CPUtime=0.12
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 5324 0 1 0 11 1 0 0 25 0 18 0 22145476 1566441472 4762 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 382432 4763 1348 10 0 379734 0
[pid=20354/tid=20355] ppid=20352 vsize=1529728 CPUtime=0.09
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 3645 0 1 0 8 1 0 0 25 0 18 0 22145477 1566441472 4763 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529728

[startup+0.300946 s]
/proc/loadavg: 1.94 1.99 1.99 3/196 20354
/proc/meminfo: memFree=28518752/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1533768 CPUtime=0.6
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 11840 0 1 0 58 2 0 0 25 0 18 0 22145476 1570578432 10994 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383442 10995 1406 10 0 380744 0
[pid=20354/tid=20355] ppid=20352 vsize=1533768 CPUtime=0.28
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 8897 0 1 0 27 1 0 0 18 0 18 0 22145477 1570578432 10996 4089446400 134512640 134550932 4289764352 18446744073709551615 4109207957 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533768

[startup+0.700877 s]
/proc/loadavg: 1.94 1.99 1.99 3/196 20354
/proc/meminfo: memFree=28518752/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1533768 CPUtime=1.25
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 44933 0 1 0 118 7 0 0 25 0 18 0 22145476 1570578432 44054 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383442 44054 1423 10 0 380744 0
[pid=20354/tid=20355] ppid=20352 vsize=1533768 CPUtime=0.64
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 35995 0 1 0 59 5 0 0 18 0 18 0 22145477 1570578432 44054 4089446400 134512640 134550932 4289764352 18446744073709551615 4108825802 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 1533768

[startup+1.50073 s]
/proc/loadavg: 1.95 1.99 1.99 3/214 20372
/proc/meminfo: memFree=28344832/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1533768 CPUtime=2.2
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 47617 0 1 0 211 9 0 0 25 0 18 0 22145476 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383442 46660 1425 10 0 380744 0
[pid=20354/tid=20355] ppid=20352 vsize=1533768 CPUtime=1.39
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 36728 0 1 0 134 5 0 0 18 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20354/tid=20357] ppid=20352 vsize=1533768 CPUtime=0.03
/proc/20354/task/20357/stat : 20357 (java) S 20352 20354 18350 0 -1 4202560 896 0 0 0 3 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20358] ppid=20352 vsize=1533768 CPUtime=0.03
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 892 0 0 0 3 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1533768 CPUtime=0.03
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 793 0 0 0 3 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1533768 CPUtime=0.03
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 676 0 0 0 3 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1533768 CPUtime=0.02
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 690 0 0 0 2 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1533768 CPUtime=0.04
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 1126 0 0 0 4 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1533768 CPUtime=0.04
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 1862 0 0 0 4 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1533768 CPUtime=0.03
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 917 0 0 0 3 0 0 0 15 0 18 0 22145477 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1533768 CPUtime=0.01
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 16 0 0 0 0 1 0 0 15 0 18 0 22145478 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1533768 CPUtime=0.24
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 833 0 0 0 24 0 0 0 15 0 18 0 22145480 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1533768 CPUtime=0.22
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1126 0 0 0 22 0 0 0 16 0 18 0 22145480 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22145480 1570578432 46660 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1533768

[startup+3.10135 s]
/proc/loadavg: 1.95 1.99 1.99 3/214 20372
/proc/meminfo: memFree=28335532/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1533768 CPUtime=4.06
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 49196 0 1 0 393 13 0 0 25 0 18 0 22145476 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383442 48076 1425 10 0 380744 0
[pid=20354/tid=20355] ppid=20352 vsize=1533768 CPUtime=2.91
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 36804 0 1 0 286 5 0 0 20 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20354/tid=20357] ppid=20352 vsize=1533768 CPUtime=0.06
/proc/20354/task/20357/stat : 20357 (java) S 20352 20354 18350 0 -1 4202560 1040 0 0 0 6 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20358] ppid=20352 vsize=1533768 CPUtime=0.07
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 1110 0 0 0 7 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1533768 CPUtime=0.07
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 942 0 0 0 7 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1533768 CPUtime=0.07
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 935 0 0 0 7 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1533768 CPUtime=0.06
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 834 0 0 0 6 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1533768 CPUtime=0.08
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 1429 0 0 0 8 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1533768 CPUtime=0.07
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 1988 0 0 0 7 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1533768 CPUtime=0.06
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 1077 0 0 0 6 0 0 0 15 0 18 0 22145477 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1533768 CPUtime=0.02
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 16 0 0 0 0 2 0 0 16 0 18 0 22145478 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1533768 CPUtime=0.24
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 833 0 0 0 24 0 0 0 15 0 18 0 22145480 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1533768 CPUtime=0.22
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1126 0 0 0 22 0 0 0 16 0 18 0 22145480 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22145480 1570578432 48076 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1533768

[startup+6.30087 s]
/proc/loadavg: 1.95 1.99 1.99 7/214 20372
/proc/meminfo: memFree=28323872/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1533768 CPUtime=7.68
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 51713 0 1 0 740 28 0 0 25 0 18 0 22145476 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383442 50398 1425 10 0 380744 0
[pid=20354/tid=20355] ppid=20352 vsize=1533768 CPUtime=5.88
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 36894 0 1 0 582 6 0 0 18 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20354/tid=20357] ppid=20352 vsize=1533768 CPUtime=0.14
/proc/20354/task/20357/stat : 20357 (java) S 20352 20354 18350 0 -1 4202560 1495 0 0 0 13 1 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20358] ppid=20352 vsize=1533768 CPUtime=0.16
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 1341 0 0 0 14 2 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 3 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1533768 CPUtime=0.14
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 1341 0 0 0 13 1 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1533768 CPUtime=0.16
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 1179 0 0 0 14 2 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1533768 CPUtime=0.13
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 1155 0 0 0 12 1 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1533768 CPUtime=0.16
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 1676 0 0 0 14 2 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1533768 CPUtime=0.16
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 2323 0 0 0 14 2 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1533768 CPUtime=0.12
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 1272 0 0 0 11 1 0 0 15 0 18 0 22145477 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1533768 CPUtime=0.05
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 16 0 0 0 2 3 0 0 15 0 18 0 22145478 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1533768 CPUtime=0.24
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 833 0 0 0 24 0 0 0 15 0 18 0 22145480 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1533768 CPUtime=0.22
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1126 0 0 0 22 0 0 0 16 0 18 0 22145480 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1533768 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22145480 1570578432 50398 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1533768

[startup+12.7007 s]
/proc/loadavg: 1.95 1.99 1.99 3/214 20372
/proc/meminfo: memFree=28312524/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1533768 CPUtime=14.78
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 54922 0 1 0 1418 60 0 0 25 0 18 0 22145476 1570578432 53340 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383442 53340 1425 10 0 380744 0

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

[pid=20354/tid=20358] ppid=20352 vsize=1535816 CPUtime=59.76
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 14570 0 0 0 5344 632 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1535816 CPUtime=59.56
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 16858 0 0 0 5289 667 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1535816 CPUtime=59.97
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 15669 0 0 0 5355 642 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 3 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1535816 CPUtime=59.25
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 17492 0 0 0 5278 647 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1535816 CPUtime=60.25
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 16077 0 0 0 5378 647 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1535816 CPUtime=59.81
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 18230 0 0 0 5358 623 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1535816 CPUtime=59.52
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 15438 0 0 0 5263 689 0 0 15 0 18 0 22145477 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1535816 CPUtime=3.56
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 156 0 0 0 144 212 0 0 16 0 18 0 22145478 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1535816 CPUtime=0.24
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 833 0 0 0 24 0 0 0 15 0 18 0 22145480 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1535816 CPUtime=0.22
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1126 0 0 0 22 0 0 0 16 0 18 0 22145480 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 22145480 1572675584 165309 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1126.81
Current children cumulated vsize (KiB) 1535816

[startup+798.301 s]
/proc/loadavg: 2.69 2.60 2.33 6/214 20546
/proc/meminfo: memFree=27681112/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1535816 CPUtime=1129.28
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 189733 0 1 0 107493 5435 0 0 25 0 18 0 22145476 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 383954 165416 1425 10 0 381256 0
[pid=20354/tid=20355] ppid=20352 vsize=1535816 CPUtime=646.42
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 56249 0 1 0 64614 28 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20354/tid=20357] ppid=20352 vsize=1535816 CPUtime=59.54
/proc/20354/task/20357/stat : 20357 (java) S 20352 20354 18350 0 -1 4202560 15846 0 0 0 5321 633 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20358] ppid=20352 vsize=1535816 CPUtime=59.91
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 14583 0 0 0 5358 633 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1535816 CPUtime=59.71
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 16870 0 0 0 5302 669 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1535816 CPUtime=60.13
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 15689 0 0 0 5369 644 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1535816 CPUtime=59.36
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 17506 0 0 0 5289 647 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1535816 CPUtime=60.38
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 16093 0 0 0 5390 648 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1535816 CPUtime=59.98
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 18241 0 0 0 5374 624 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1535816 CPUtime=59.69
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 15449 0 0 0 5279 690 0 0 15 0 18 0 22145477 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 3 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1535816 CPUtime=3.57
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 156 0 0 0 144 213 0 0 15 0 18 0 22145478 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1535816 CPUtime=0.24
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 833 0 0 0 24 0 0 0 15 0 18 0 22145480 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1535816 CPUtime=0.22
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1126 0 0 0 22 0 0 0 16 0 18 0 22145480 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1535816 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 22145480 1572675584 165416 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1129.28
Current children cumulated vsize (KiB) 1535816

[startup+799.901 s]
/proc/loadavg: 2.69 2.60 2.33 4/214 20546
/proc/meminfo: memFree=27636084/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1538380 CPUtime=1132.1
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 210389 0 1 0 107768 5442 0 0 25 0 18 0 22145476 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 384595 185385 1429 10 0 381897 0
[pid=20354/tid=20355] ppid=20352 vsize=1538380 CPUtime=647.79
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 56280 0 1 0 64751 28 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4109429967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20354/tid=20357] ppid=20352 vsize=1538380 CPUtime=59.72
/proc/20354/task/20357/stat : 20357 (java) S 20352 20354 18350 0 -1 4202560 18057 0 0 0 5338 634 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20358] ppid=20352 vsize=1538380 CPUtime=60.09
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 15988 0 0 0 5375 634 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1538380 CPUtime=59.82
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 18228 0 0 0 5313 669 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1538380 CPUtime=60.29
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 20321 0 0 0 5384 645 0 0 16 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1538380 CPUtime=59.53
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 19926 0 0 0 5305 648 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1538380 CPUtime=60.52
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 17421 0 0 0 5403 649 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1538380 CPUtime=60.16
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 21504 0 0 0 5391 625 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1538380 CPUtime=59.85
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 19436 0 0 0 5294 691 0 0 15 0 18 0 22145477 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 3 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1538380 CPUtime=3.58
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 156 0 0 0 145 213 0 0 15 0 18 0 22145478 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1538380 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1538380 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1538380 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1538380 CPUtime=0.34
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 849 0 0 0 34 0 0 0 15 0 18 0 22145480 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1538380 CPUtime=0.29
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1131 0 0 0 29 0 0 0 15 0 18 0 22145480 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1538380 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1538380 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 22145480 1575301120 185385 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1132.1
Current children cumulated vsize (KiB) 1538380

[startup+800.301 s]
/proc/loadavg: 2.69 2.60 2.33 4/214 20546
/proc/meminfo: memFree=27636084/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=1538420 CPUtime=1132.86
/proc/20354/stat : 20354 (java) S 20352 20354 18350 0 -1 4202496 217178 0 1 0 107843 5443 0 0 25 0 18 0 22145476 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 384605 192086 1438 10 0 381907 0
[pid=20354/tid=20355] ppid=20352 vsize=1538420 CPUtime=648.15
/proc/20354/task/20355/stat : 20355 (java) R 20352 20354 18350 0 -1 4202560 56288 0 1 0 64787 28 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4109477216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20354/tid=20357] ppid=20352 vsize=1538420 CPUtime=59.73
/proc/20354/task/20357/stat : 20357 (java) S 20352 20354 18350 0 -1 4202560 18057 0 0 0 5339 634 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20358] ppid=20352 vsize=1538420 CPUtime=60.12
/proc/20354/task/20358/stat : 20358 (java) S 20352 20354 18350 0 -1 4202560 16476 0 0 0 5378 634 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20359] ppid=20352 vsize=1538420 CPUtime=59.82
/proc/20354/task/20359/stat : 20359 (java) S 20352 20354 18350 0 -1 4202560 19088 0 0 0 5313 669 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20360] ppid=20352 vsize=1538420 CPUtime=60.33
/proc/20354/task/20360/stat : 20360 (java) S 20352 20354 18350 0 -1 4202560 20322 0 0 0 5388 645 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 1 0 0 0
[pid=20354/tid=20361] ppid=20352 vsize=1538420 CPUtime=59.53
/proc/20354/task/20361/stat : 20361 (java) S 20352 20354 18350 0 -1 4202560 19926 0 0 0 5305 648 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20362] ppid=20352 vsize=1538420 CPUtime=60.56
/proc/20354/task/20362/stat : 20362 (java) S 20352 20354 18350 0 -1 4202560 17421 0 0 0 5407 649 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20363] ppid=20352 vsize=1538420 CPUtime=60.18
/proc/20354/task/20363/stat : 20363 (java) S 20352 20354 18350 0 -1 4202560 26697 0 0 0 5393 625 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20364] ppid=20352 vsize=1538420 CPUtime=59.89
/proc/20354/task/20364/stat : 20364 (java) S 20352 20354 18350 0 -1 4202560 19436 0 0 0 5298 691 0 0 15 0 18 0 22145477 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 3 0 0 0
[pid=20354/tid=20365] ppid=20352 vsize=1538420 CPUtime=3.58
/proc/20354/task/20365/stat : 20365 (java) S 20352 20354 18350 0 -1 4202560 156 0 0 0 145 213 0 0 15 0 18 0 22145478 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 0 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
[pid=20354/tid=20366] ppid=20352 vsize=1538420 CPUtime=0
/proc/20354/task/20366/stat : 20366 (java) S 20352 20354 18350 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22145478 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 4 0 0 0
[pid=20354/tid=20367] ppid=20352 vsize=1538420 CPUtime=0
/proc/20354/task/20367/stat : 20367 (java) S 20352 20354 18350 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22145478 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 0 0 0 0
[pid=20354/tid=20368] ppid=20352 vsize=1538420 CPUtime=0
/proc/20354/task/20368/stat : 20368 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 6 0 0 0
[pid=20354/tid=20369] ppid=20352 vsize=1538420 CPUtime=0.42
/proc/20354/task/20369/stat : 20369 (java) S 20352 20354 18350 0 -1 4202560 960 0 0 0 42 0 0 0 15 0 18 0 22145480 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 7 0 0 0
[pid=20354/tid=20370] ppid=20352 vsize=1538420 CPUtime=0.42
/proc/20354/task/20370/stat : 20370 (java) S 20352 20354 18350 0 -1 4202560 1259 0 0 0 42 0 0 0 16 0 18 0 22145480 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20371] ppid=20352 vsize=1538420 CPUtime=0
/proc/20354/task/20371/stat : 20371 (java) S 20352 20354 18350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22145480 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 2 0 0 0
[pid=20354/tid=20372] ppid=20352 vsize=1538420 CPUtime=0
/proc/20354/task/20372/stat : 20372 (java) S 20352 20354 18350 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 22145480 1575342080 192086 4089446400 134512640 134550932 4289764352 18446744073709551615 4294960144 0 4 0 16800975 18446604453945471936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1132.86
Current children cumulated vsize (KiB) 1538420

[startup+800.501 s]
/proc/loadavg: 2.69 2.60 2.33 4/214 20546
/proc/meminfo: memFree=27636084/32951124 swapFree=67111528/67111528
[pid=20354] ppid=20352 vsize=0 CPUtime=1133.06
/proc/20354/stat : 20354 (java) R 20352 20354 18350 0 -1 4203524 217197 0 1 0 107859 5447 0 0 18 0 1 0 22145476 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20354/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1133.06
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 800.501
CPU time (s): 1133.06
CPU user time (s): 1078.59
CPU system time (s): 54.4717
CPU usage (%): 141.544
Max. virtual memory (cumulated for all children) (KiB): 1538420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1078.59
system time used= 54.4717
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217197
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= 783049
involuntary context switches= 34324895

runsolver used 1.55276 second user time and 3.14252 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-07 23:48:44
IDJOB=2701336
IDBENCH=79563
IDSOLVER=1202
FILE ID=node138/2701336-1278539323
PBS_JOBID= 11239201
Free space on /tmp= 73588 MiB

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

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

MD5SUM BENCH= 54e92cd5947dc873b8532e16d02cdb9a
RANDOM SEED=215125634

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28519032 kB
Buffers:        135680 kB
Cached:        4000816 kB
SwapCached:          0 kB
Active:        1721888 kB
Inactive:      2560688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28519032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26732 kB
Writeback:           0 kB
AnonPages:      146056 kB
Mapped:          20332 kB
Slab:            85680 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1644544 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= 73584 MiB
End job on node138 at 2010-07-08 00:02:04