Trace number 2701324

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-26? (TO) 1800.29 1225.39

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08reduc_wcsp.wbo
MD5SUMa57c8a6c45b3bda1a2096d1102135404
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 variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2701324-1278539301.wbo
0.11/0.10	c reading problem ... 
1800.16/1225.32	c starts		: 0
1800.16/1225.32	c conflicts		: 0
1800.16/1225.32	c decisions		: 0
1800.16/1225.32	c propagations		: 0
1800.16/1225.32	c inspects		: 0
1800.16/1225.32	c learnt literals	: 0
1800.16/1225.32	c learnt binary clauses	: 0
1800.16/1225.32	c learnt ternary clauses	: 0
1800.16/1225.32	c learnt clauses	: 0
1800.16/1225.32	c ignored clauses	: 0
1800.16/1225.32	c root simplifications	: 0
1800.16/1225.32	c removed literals (reason simplification)	: 0
1800.16/1225.32	c reason swapping (by a shorter reason)	: 0
1800.16/1225.32	c Calls to reduceDB	: 0
1800.16/1225.32	c number of reductions to clauses (during analyze)	: 0
1800.16/1225.32	c number of learned constraints concerned by reduction	: 0
1800.16/1225.32	c number of learning phase by resolution	: 0
1800.16/1225.32	c number of learning phase by cutting planes	: 0
1800.16/1225.32	c speed (assignments/second)	: 0.0
1800.16/1225.32	c non guided choices	0
1800.16/1225.32	c learnt constraints type 
1800.16/1225.32	c constraints type 
1800.16/1225.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 365
1800.16/1225.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1006516
1800.16/1225.32	s UNKNOWN
1800.16/1225.32	c Total wall clock time (in seconds): 1225.22

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.95 3/196 17930
/proc/meminfo: memFree=30092556/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=13164 CPUtime=0
/proc/17930/stat : 17930 (java) R 17928 17930 16901 0 -1 4194304 634 0 0 0 0 0 0 0 17 0 1 0 22142721 13479936 274 4089446400 134512640 134550932 4293271776 18446744073709551615 3430021 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17930/statm: 3291 280 140 10 0 1121 0

[startup+0.099918 s]
/proc/loadavg: 1.92 1.98 1.95 3/196 17930
/proc/meminfo: memFree=30092556/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1530000 CPUtime=0.11
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 5214 0 1 0 11 0 0 0 17 0 18 0 22142721 1566720000 4651 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 382500 4652 1347 10 0 379802 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530000

[startup+0.100911 s]
/proc/loadavg: 1.92 1.98 1.95 3/196 17930
/proc/meminfo: memFree=30092556/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1530000 CPUtime=0.11
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 5221 0 1 0 11 0 0 0 17 0 18 0 22142721 1566720000 4658 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 382500 4658 1348 10 0 379802 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530000

[startup+0.300851 s]
/proc/loadavg: 1.92 1.98 1.95 3/196 17930
/proc/meminfo: memFree=30092556/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1532328 CPUtime=0.58
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 17475 0 1 0 56 2 0 0 17 0 18 0 22142721 1569103872 16534 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383082 16535 1406 10 0 380384 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1532328

[startup+0.700784 s]
/proc/loadavg: 1.92 1.98 1.95 3/196 17930
/proc/meminfo: memFree=30092556/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1532800 CPUtime=1.23
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 45130 0 1 0 117 6 0 0 17 0 18 0 22142721 1569587200 44136 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383200 44136 1425 10 0 380502 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1532800

[startup+1.50065 s]
/proc/loadavg: 1.92 1.98 1.95 3/214 17948
/proc/meminfo: memFree=29919132/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1532832 CPUtime=2.29
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 47563 0 1 0 222 7 0 0 17 0 18 0 22142721 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383208 46379 1425 10 0 380510 0
[pid=17930/tid=17932] ppid=17928 vsize=1532832 CPUtime=1.4
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 37742 0 1 0 135 5 0 0 18 0 18 0 22142722 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1532832 CPUtime=0.03
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 1058 0 0 0 3 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1532832 CPUtime=0.03
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 770 0 0 0 3 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1532832 CPUtime=0.04
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 883 0 0 0 4 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1532832 CPUtime=0.03
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 637 0 0 0 3 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1532832 CPUtime=0.04
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 932 0 0 0 4 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1532832 CPUtime=0.04
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 1064 0 0 0 4 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1532832 CPUtime=0.04
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 808 0 0 0 4 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1532832 CPUtime=0.03
/proc/17930/task/17940/stat : 17940 (java) S 17928 17930 16901 0 -1 4202560 665 0 0 0 3 0 0 0 15 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1532832 CPUtime=0
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 18 0 22142723 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1532832 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1532832 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1532832 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1532832 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1532832 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1532832 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1532832 CPUtime=0
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22142726 1569619968 46379 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1532832

[startup+3.10138 s]
/proc/loadavg: 1.92 1.98 1.95 4/214 17948
/proc/meminfo: memFree=29909336/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1533856 CPUtime=4.04
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 49354 0 1 0 393 11 0 0 17 0 18 0 22142721 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383464 48040 1425 10 0 380766 0
[pid=17930/tid=17932] ppid=17928 vsize=1533856 CPUtime=2.91
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 37788 0 1 0 286 5 0 0 20 0 18 0 22142722 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1533856 CPUtime=0.05
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 1205 0 0 0 5 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1533856 CPUtime=0.05
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 987 0 0 0 5 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1533856 CPUtime=0.07
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 1154 0 0 0 7 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1533856 CPUtime=0.06
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 847 0 0 0 6 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1533856 CPUtime=0.07
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 1168 0 0 0 7 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1533856 CPUtime=0.06
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 1230 0 0 0 6 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1533856 CPUtime=0.07
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 1065 0 0 0 7 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1533856 CPUtime=0.06
/proc/17930/task/17940/stat : 17940 (java) S 17928 17930 16901 0 -1 4202560 906 0 0 0 6 0 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1533856 CPUtime=0.01
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 22 0 0 0 0 1 0 0 15 0 18 0 22142723 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1533856 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1533856 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1533856 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1533856 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1533856 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1533856 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1533856 CPUtime=0
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22142726 1570668544 48040 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1533856

[startup+6.30078 s]
/proc/loadavg: 1.93 1.98 1.95 3/214 17948
/proc/meminfo: memFree=29896192/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1533232 CPUtime=7.72
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 52527 0 1 0 754 18 0 0 17 0 18 0 22142721 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383308 50929 1425 10 0 380610 0
[pid=17930/tid=17932] ppid=17928 vsize=1533232 CPUtime=5.93
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 37880 0 1 0 588 5 0 0 25 0 18 0 22142722 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1533232 CPUtime=0.15
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 1550 0 0 0 14 1 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1533232 CPUtime=0.12
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 1374 0 0 0 12 0 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1533232 CPUtime=0.13
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 1626 0 0 0 13 0 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1533232 CPUtime=0.15
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 1214 0 0 0 14 1 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1533232 CPUtime=0.16
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 1766 0 0 0 15 1 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1533232 CPUtime=0.11
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 1454 0 0 0 11 0 0 0 16 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1533232 CPUtime=0.14
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 1465 0 0 0 14 0 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1533232 CPUtime=0.13
/proc/17930/task/17940/stat : 17940 (java) S 17928 17930 16901 0 -1 4202560 1194 0 0 0 13 0 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1533232 CPUtime=0.05
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 22 0 0 0 2 3 0 0 15 0 18 0 22142723 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1533232 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1533232 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1533232 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1533232 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1533232 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1533232 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1533232 CPUtime=0
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22142726 1570029568 50929 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1533232

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.95 3/214 17948
/proc/meminfo: memFree=29876796/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1533232 CPUtime=15.21
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 57832 0 1 0 1483 38 0 0 17 0 18 0 22142721 1570029568 55909 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383308 55909 1425 10 0 380610 0
[pid=17930/tid=17932] ppid=17928 vsize=1533232 CPUtime=11.98
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 38066 0 1 0 1192 6 0 0 25 0 18 0 22142722 1570029568 55909 4089446400 134512640 134550932 4293271776 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1533232 CPUtime=0.33
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 2119 0 0 0 31 2 0 0 15 0 18 0 22142723 1570029568 55909 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1533232 CPUtime=0.29
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 2192 0 0 0 27 2 0 0 15 0 18 0 22142723 1570029568 55909 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1533232 CPUtime=0.29
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 1994 0 0 0 27 2 0 0 15 0 18 0 22142723 1570029568 55909 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1533232 CPUtime=0.32
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 1835 0 0 0 29 3 0 0 16 0 18 0 22142723 1570029568 55909 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0

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

[pid=17930/tid=17934] ppid=17928 vsize=1535280 CPUtime=92.7
/proc/17930/task/17934/stat : 17934 (java) R 17928 17930 16901 0 -1 4202560 21754 0 0 0 8319 951 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1535280 CPUtime=94.27
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 24612 0 0 0 8458 969 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1535280 CPUtime=92.67
/proc/17930/task/17936/stat : 17936 (java) R 17928 17930 16901 0 -1 4202560 21796 0 0 0 8268 999 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1535280 CPUtime=93.77
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 22473 0 0 0 8400 977 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1535280 CPUtime=93.59
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 24695 0 0 0 8414 945 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1535280 CPUtime=94.06
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 23155 0 0 0 8422 984 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1535280 CPUtime=92.89
/proc/17930/task/17940/stat : 17940 (java) R 17928 17930 16901 0 -1 4202560 22862 0 0 0 8316 973 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1535280 CPUtime=4.62
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 172 0 0 0 189 273 0 0 15 0 18 0 22142723 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1535280 CPUtime=0.01
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 18 0 22142726 1572126720 221512 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1638.58
Current children cumulated vsize (KiB) 1535280

[startup+1182.3 s]
/proc/loadavg: 3.05 2.64 2.38 7/196 18018
/proc/meminfo: memFree=29155680/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1535280 CPUtime=1732.53
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 258517 0 1 0 164709 8544 0 0 17 0 18 0 22142721 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383820 226940 1425 10 0 381122 0
[pid=17930/tid=17932] ppid=17928 vsize=1535280 CPUtime=922.06
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 63947 0 1 0 92166 40 0 0 15 0 18 0 22142722 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1535280 CPUtime=101.65
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 25252 0 0 0 9117 1048 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1535280 CPUtime=99.72
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 22397 0 0 0 8971 1001 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1535280 CPUtime=101.32
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 25284 0 0 0 9110 1022 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 3 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1535280 CPUtime=100.01
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 22448 0 0 0 8952 1049 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 3 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1535280 CPUtime=100.83
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 23167 0 0 0 9058 1025 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1535280 CPUtime=100.29
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 25421 0 0 0 9021 1008 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 3 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1535280 CPUtime=100.91
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 23861 0 0 0 9056 1035 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1535280 CPUtime=100.16
/proc/17930/task/17940/stat : 17940 (java) S 17928 17930 16901 0 -1 4202560 23538 0 0 0 8997 1019 0 0 16 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1535280 CPUtime=4.92
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 175 0 0 0 200 292 0 0 15 0 18 0 22142723 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 3 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1535280 CPUtime=0.01
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 18 0 22142726 1572126720 226940 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.53
Current children cumulated vsize (KiB) 1535280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1225.3 s]
/proc/loadavg: 3.34 2.73 2.42 3/196 18019
/proc/meminfo: memFree=29140488/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1535280 CPUtime=1800.16
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 263043 0 1 0 171182 8834 0 0 17 0 18 0 22142721 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383820 230676 1425 10 0 381122 0
[pid=17930/tid=17932] ppid=17928 vsize=1535280 CPUtime=949.29
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 64723 0 1 0 94889 40 0 0 15 0 18 0 22142722 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 106834683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1535280 CPUtime=106.61
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 25752 0 0 0 9571 1090 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 3 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1535280 CPUtime=104.72
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 22862 0 0 0 9438 1034 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1535280 CPUtime=106.39
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 25776 0 0 0 9576 1063 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1535280 CPUtime=104.95
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 22889 0 0 0 9414 1081 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1535280 CPUtime=105.96
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 23613 0 0 0 9541 1055 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1535280 CPUtime=105.37
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 25889 0 0 0 9496 1041 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1535280 CPUtime=105.99
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 24321 0 0 0 9526 1073 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1535280 CPUtime=105.27
/proc/17930/task/17940/stat : 17940 (java) S 17928 17930 16901 0 -1 4202560 24008 0 0 0 9470 1057 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1535280 CPUtime=4.95
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 179 0 0 0 202 293 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1535280 CPUtime=0.02
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 50 0 0 0 2 0 0 0 15 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1535280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1225.3 s]
/proc/loadavg: 3.34 2.73 2.42 3/196 18019
/proc/meminfo: memFree=29140488/32951124 swapFree=67111528/67111528
[pid=17930] ppid=17928 vsize=1535280 CPUtime=1800.16
/proc/17930/stat : 17930 (java) S 17928 17930 16901 0 -1 4202496 263043 0 1 0 171182 8834 0 0 17 0 18 0 22142721 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17930/statm: 383820 230676 1425 10 0 381122 0
[pid=17930/tid=17932] ppid=17928 vsize=1535280 CPUtime=949.29
/proc/17930/task/17932/stat : 17932 (java) R 17928 17930 16901 0 -1 4202560 64723 0 1 0 94889 40 0 0 15 0 18 0 22142722 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 106834683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=1535280 CPUtime=106.61
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 16901 0 -1 4202560 25752 0 0 0 9571 1090 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 3 0 0 0
[pid=17930/tid=17934] ppid=17928 vsize=1535280 CPUtime=104.72
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 16901 0 -1 4202560 22862 0 0 0 9438 1034 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=1535280 CPUtime=106.39
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 16901 0 -1 4202560 25776 0 0 0 9576 1063 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17936] ppid=17928 vsize=1535280 CPUtime=104.95
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 16901 0 -1 4202560 22889 0 0 0 9414 1081 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17937] ppid=17928 vsize=1535280 CPUtime=105.96
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 16901 0 -1 4202560 23613 0 0 0 9541 1055 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 0 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=1535280 CPUtime=105.37
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 16901 0 -1 4202560 25889 0 0 0 9496 1041 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17939] ppid=17928 vsize=1535280 CPUtime=105.99
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 16901 0 -1 4202560 24321 0 0 0 9526 1073 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 5 0 0 0
[pid=17930/tid=17940] ppid=17928 vsize=1535280 CPUtime=105.27
/proc/17930/task/17940/stat : 17940 (java) S 17928 17930 16901 0 -1 4202560 24008 0 0 0 9470 1057 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17941] ppid=17928 vsize=1535280 CPUtime=4.95
/proc/17930/task/17941/stat : 17941 (java) S 17928 17930 16901 0 -1 4202560 179 0 0 0 202 293 0 0 15 0 18 0 22142723 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 0 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17942] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17942/stat : 17942 (java) S 17928 17930 16901 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22142724 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 1 0 0 0
[pid=17930/tid=17943] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17943/stat : 17943 (java) S 17928 17930 16901 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 22142724 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 4 0 0 0
[pid=17930/tid=17944] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17944/stat : 17944 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17945] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17945/stat : 17945 (java) S 17928 17930 16901 0 -1 4202560 1059 0 0 0 26 0 0 0 15 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 7 0 0 0
[pid=17930/tid=17946] ppid=17928 vsize=1535280 CPUtime=0.26
/proc/17930/task/17946/stat : 17946 (java) S 17928 17930 16901 0 -1 4202560 857 0 0 0 26 0 0 0 16 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 6 0 0 0
[pid=17930/tid=17947] ppid=17928 vsize=1535280 CPUtime=0
/proc/17930/task/17947/stat : 17947 (java) S 17928 17930 16901 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
[pid=17930/tid=17948] ppid=17928 vsize=1535280 CPUtime=0.02
/proc/17930/task/17948/stat : 17948 (java) S 17928 17930 16901 0 -1 4202560 50 0 0 0 2 0 0 0 15 0 18 0 22142726 1572126720 230676 4089446400 134512640 134550932 4293271776 18446744073709551615 4294960144 0 4 0 16800975 18446604453962129792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1535280

Child status: 143
Real time (s): 1225.39
CPU time (s): 1800.29
CPU user time (s): 1711.9
CPU system time (s): 88.3906
CPU usage (%): 146.916
Max. virtual memory (cumulated for all children) (KiB): 1535280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1711.9
system time used= 88.3906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263072
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= 1218325
involuntary context switches= 55385296

runsolver used 2.33264 second user time and 4.74328 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-07 23:48:22
IDJOB=2701324
IDBENCH=79561
IDSOLVER=1202
FILE ID=node137/2701324-1278539301
PBS_JOBID= 11239203
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= a57c8a6c45b3bda1a2096d1102135404
RANDOM SEED=2021653154

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30093084 kB
Buffers:        142768 kB
Cached:        2230876 kB
SwapCached:          0 kB
Active:        1443024 kB
Inactive:      1270832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30093084 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           43604 kB
Writeback:           0 kB
AnonPages:      340032 kB
Mapped:          20332 kB
Slab:            80228 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1646688 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= 73564 MiB
End job on node137 at 2010-07-08 00:08:49