Trace number 2701406

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.1? (TO) 1800.13 1792.87

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen07reduc_wcsp.wbo
MD5SUM6effabdb5f06e7cb39e8e89923338a20
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 variables4824
Total number of constraints564001
Number of soft constraints563839
Number of constraints which are clauses563839
Number of constraints which are cardinality constraints (but not clauses)162
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 343592
Min constraint cost 1
Max constraint cost 343592
Sum of constraints costs 24999659190
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-2701406-1278539894.wbo
0.00/0.10	c reading problem ... 
10.42/4.68	c ... done. Wall clock time 4.582s.
10.42/4.68	c #vars     568663
10.42/4.68	c #constraints  626211
10.42/4.68	c constraints type 
10.42/4.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 562183
10.42/4.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 159
10.42/4.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1821
10.42/4.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
312.34/305.48	c cleaning 2493 clauses out of 5000 with flag 5000/5000
669.28/662.29	c cleaning 4244 clauses out of 8507 with flag 11000/11000
1073.92/1066.86	c cleaning 5620 clauses out of 11263 with flag 18000/18000
1579.67/1572.57	c cleaning 6814 clauses out of 13643 with flag 26000/26000
1800.04/1792.81	c starts		: 55
1800.04/1792.81	c conflicts		: 29509
1800.04/1792.81	c decisions		: 3338900
1800.04/1792.81	c propagations		: 1165418755
1800.04/1792.81	c inspects		: 30923416
1800.04/1792.81	c learnt literals	: 0
1800.04/1792.81	c learnt binary clauses	: 4
1800.04/1792.81	c learnt ternary clauses	: 1
1800.04/1792.81	c learnt clauses	: 29509
1800.04/1792.81	c ignored clauses	: 0
1800.04/1792.81	c root simplifications	: 0
1800.04/1792.81	c removed literals (reason simplification)	: 474141
1800.04/1792.81	c reason swapping (by a shorter reason)	: 0
1800.04/1792.81	c Calls to reduceDB	: 4
1800.04/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.81	c number of learned constraints concerned by reduction	: 0
1800.04/1792.81	c number of learning phase by resolution	: 0
1800.04/1792.81	c number of learning phase by cutting planes	: 0
1800.04/1792.81	c speed (assignments/second)	: 651754.4320093417
1800.04/1792.81	c non guided choices	14615
1800.04/1792.82	c learnt constraints type 
1800.04/1792.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10335
1800.04/1792.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.04/1792.82	c constraints type 
1800.04/1792.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 562183
1800.04/1792.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 159
1800.04/1792.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1821
1800.04/1792.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/1792.82	s UNKNOWN
1800.04/1792.82	c Total wall clock time (in seconds): 1792.719

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-2701406-1278539894/watcher-2701406-1278539894 -o /tmp/evaluation-result-2701406-1278539894/solver-2701406-1278539894 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701406-1278539894.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.93 2.02 2.00 3/195 20992
/proc/meminfo: memFree=29141348/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=13164 CPUtime=0
/proc/20992/stat : 20992 (java) R 20990 20992 17447 0 -1 4194304 491 0 0 0 0 0 0 0 21 0 1 0 22204516 13479936 202 4089446400 134512640 134550932 4294510848 18446744073709551615 9746053 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20992/statm: 3291 208 141 10 0 1121 0

[startup+0.106838 s]
/proc/loadavg: 1.93 2.02 2.00 3/195 20992
/proc/meminfo: memFree=29141348/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1529468 CPUtime=0.11
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 5276 0 1 0 10 1 0 0 21 0 18 0 22204516 1566175232 4713 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 382367 4713 1347 10 0 379670 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529468

[startup+0.201431 s]
/proc/loadavg: 1.93 2.02 2.00 3/195 20992
/proc/meminfo: memFree=29141348/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1531768 CPUtime=0.32
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 7612 0 1 0 30 2 0 0 21 0 18 0 22204516 1568530432 7003 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 382942 7012 1391 10 0 380245 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1531768

[startup+0.302837 s]
/proc/loadavg: 1.93 2.02 2.00 3/195 20992
/proc/meminfo: memFree=29141348/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1531916 CPUtime=0.57
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 9799 0 1 0 55 2 0 0 21 0 18 0 22204516 1568681984 9123 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 382979 9124 1401 10 0 380282 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1531916

[startup+0.700771 s]
/proc/loadavg: 1.93 2.02 2.00 3/195 20992
/proc/meminfo: memFree=29141348/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1535444 CPUtime=1.33
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 40330 0 1 0 126 7 0 0 21 0 18 0 22204516 1572294656 39064 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 383861 39064 1415 10 0 381164 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1535444

[startup+1.50058 s]
/proc/loadavg: 1.93 2.02 2.00 3/213 21010
/proc/meminfo: memFree=28954408/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1535444 CPUtime=2.68
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 54799 0 1 0 259 9 0 0 21 0 18 0 22204516 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 383861 53298 1415 10 0 381164 0
[pid=20992/tid=20994] ppid=20990 vsize=1535444 CPUtime=1.36
/proc/20992/task/20994/stat : 20994 (java) R 20990 20992 17447 0 -1 4202560 32029 0 1 0 131 5 0 0 18 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4108780106 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1535444 CPUtime=0.1
/proc/20992/task/20995/stat : 20995 (java) S 20990 20992 17447 0 -1 4202560 3314 0 0 0 10 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1535444 CPUtime=0.1
/proc/20992/task/20996/stat : 20996 (java) S 20990 20992 17447 0 -1 4202560 3505 0 0 0 10 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1535444 CPUtime=0.09
/proc/20992/task/20997/stat : 20997 (java) S 20990 20992 17447 0 -1 4202560 2625 0 0 0 9 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=20998] ppid=20990 vsize=1535444 CPUtime=0.1
/proc/20992/task/20998/stat : 20998 (java) S 20990 20992 17447 0 -1 4202560 2709 0 0 0 10 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=20999] ppid=20990 vsize=1535444 CPUtime=0.09
/proc/20992/task/20999/stat : 20999 (java) S 20990 20992 17447 0 -1 4202560 2269 0 0 0 9 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21000] ppid=20990 vsize=1535444 CPUtime=0.02
/proc/20992/task/21000/stat : 21000 (java) S 20990 20992 17447 0 -1 4202560 579 0 0 0 2 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1535444 CPUtime=0.08
/proc/20992/task/21001/stat : 21001 (java) S 20990 20992 17447 0 -1 4202560 1784 0 0 0 8 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1535444 CPUtime=0.08
/proc/20992/task/21002/stat : 21002 (java) S 20990 20992 17447 0 -1 4202560 2121 0 0 0 8 0 0 0 16 0 18 0 22204517 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1535444 CPUtime=0
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22204518 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1535444 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22204518 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1535444 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22204518 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1535444 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22204520 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1535444 CPUtime=0.3
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1679 0 0 0 30 0 0 0 18 0 18 0 22204520 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1535444 CPUtime=0.26
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1112 0 0 0 26 0 0 0 17 0 18 0 22204521 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1535444 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22204521 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1535444 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22204521 1572294656 53298 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1535444

[startup+3.10127 s]
/proc/loadavg: 1.93 2.02 2.00 3/213 21010
/proc/meminfo: memFree=28871948/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1540064 CPUtime=6.85
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 86780 0 1 0 664 21 0 0 21 0 18 0 22204516 1577025536 83699 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 385016 83701 1415 10 0 382319 0
[pid=20992/tid=20994] ppid=20990 vsize=1540064 CPUtime=2.5
/proc/20992/task/20994/stat : 20994 (java) S 20990 20992 17447 0 -1 4202560 32037 0 1 0 245 5 0 0 15 0 18 0 22204517 1577025536 83703 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1540064 CPUtime=0.53
/proc/20992/task/20995/stat : 20995 (java) R 20990 20992 17447 0 -1 4202560 7591 0 0 0 52 1 0 0 16 0 18 0 22204517 1577025536 83704 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1540064 CPUtime=0.51
/proc/20992/task/20996/stat : 20996 (java) R 20990 20992 17447 0 -1 4202560 9560 0 0 0 49 2 0 0 16 0 18 0 22204517 1577025536 83704 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1540064 CPUtime=0.51
/proc/20992/task/20997/stat : 20997 (java) R 20990 20992 17447 0 -1 4202560 6318 0 0 0 50 1 0 0 16 0 18 0 22204517 1577025536 83704 4089446400 134512640 134550932 4294510848 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20992/tid=20998] ppid=20990 vsize=1540064 CPUtime=0.46
/proc/20992/task/20998/stat : 20998 (java) R 20990 20992 17447 0 -1 4202560 6684 0 0 0 45 1 0 0 15 0 18 0 22204517 1577025536 83704 4089446400 134512640 134550932 4294510848 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20992/tid=20999] ppid=20990 vsize=1540064 CPUtime=0.42
/proc/20992/task/20999/stat : 20999 (java) R 20990 20992 17447 0 -1 4202560 5398 0 0 0 41 1 0 0 15 0 18 0 22204517 1577025536 83704 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20992/tid=21000] ppid=20990 vsize=1540064 CPUtime=0.38
/proc/20992/task/21000/stat : 21000 (java) R 20990 20992 17447 0 -1 4202560 4505 0 0 0 37 1 0 0 15 0 18 0 22204517 1577025536 83704 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1540064 CPUtime=0.43
/proc/20992/task/21001/stat : 21001 (java) R 20990 20992 17447 0 -1 4202560 5383 0 0 0 42 1 0 0 15 0 18 0 22204517 1577025536 83705 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1540064 CPUtime=0.43
/proc/20992/task/21002/stat : 21002 (java) R 20990 20992 17447 0 -1 4202560 5446 0 0 0 41 2 0 0 16 0 18 0 22204517 1577025536 83708 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1540064 CPUtime=0
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22204518 1577025536 83709 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1540064 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 22204518 1577025536 83709 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1540064 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22204518 1577025536 83709 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1540064 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22204520 1577025536 83709 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1540064 CPUtime=0.3
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1679 0 0 0 30 0 0 0 18 0 18 0 22204520 1577025536 83709 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1540064 CPUtime=0.26
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1112 0 0 0 26 0 0 0 15 0 18 0 22204521 1577025536 83710 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1540064 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 22204521 1577025536 83711 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1540064 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22204521 1577025536 83712 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1540064

[startup+6.30072 s]
/proc/loadavg: 2.41 2.12 2.04 4/214 21011
/proc/meminfo: memFree=28699524/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1543760 CPUtime=13.07
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 115564 0 1 0 1270 37 0 0 21 0 19 0 22204516 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 385940 111237 1439 10 0 383243 0
[pid=20992/tid=20994] ppid=20990 vsize=1543760 CPUtime=5.22
/proc/20992/task/20994/stat : 20994 (java) R 20990 20992 17447 0 -1 4202560 32102 0 1 0 517 5 0 0 16 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4109347343 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1543760 CPUtime=0.88
/proc/20992/task/20995/stat : 20995 (java) S 20990 20992 17447 0 -1 4202560 10115 0 0 0 84 4 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1543760 CPUtime=0.79
/proc/20992/task/20996/stat : 20996 (java) S 20990 20992 17447 0 -1 4202560 14238 0 0 0 75 4 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1543760 CPUtime=0.9
/proc/20992/task/20997/stat : 20997 (java) S 20990 20992 17447 0 -1 4202560 12122 0 0 0 88 2 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20998] ppid=20990 vsize=1543760 CPUtime=0.82
/proc/20992/task/20998/stat : 20998 (java) S 20990 20992 17447 0 -1 4202560 9742 0 0 0 80 2 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=20999] ppid=20990 vsize=1543760 CPUtime=0.78
/proc/20992/task/20999/stat : 20999 (java) S 20990 20992 17447 0 -1 4202560 7520 0 0 0 74 4 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21000] ppid=20990 vsize=1543760 CPUtime=0.72
/proc/20992/task/21000/stat : 21000 (java) S 20990 20992 17447 0 -1 4202560 9277 0 0 0 70 2 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1543760 CPUtime=0.72
/proc/20992/task/21001/stat : 21001 (java) S 20990 20992 17447 0 -1 4202560 7156 0 0 0 69 3 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1543760 CPUtime=0.74
/proc/20992/task/21002/stat : 21002 (java) S 20990 20992 17447 0 -1 4202560 9171 0 0 0 70 4 0 0 15 0 19 0 22204517 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22204518 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 22204518 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22204518 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22204520 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1543760 CPUtime=0.62
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1756 0 0 0 62 0 0 0 16 0 19 0 22204520 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1543760 CPUtime=0.75
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1288 0 0 0 75 0 0 0 15 0 19 0 22204521 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22204521 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22204521 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
[pid=20992/tid=21011] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21011/stat : 21011 (java) S 20990 20992 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22205065 1580810240 111237 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 1543760

[startup+12.7015 s]
/proc/loadavg: 2.38 2.12 2.03 10/214 21011
/proc/meminfo: memFree=28696996/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1543760 CPUtime=19.6
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 115583 0 1 0 1923 37 0 0 21 0 19 0 22204516 1580810240 111254 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 385940 111254 1441 10 0 383243 0
[pid=20992/tid=20994] ppid=20990 vsize=1543760 CPUtime=11.62
/proc/20992/task/20994/stat : 20994 (java) R 20990 20992 17447 0 -1 4202560 32104 0 1 0 1157 5 0 0 25 0 19 0 22204517 1580810240 111254 4089446400 134512640 134550932 4294510848 18446744073709551615 4109060945 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1543760 CPUtime=0.88
/proc/20992/task/20995/stat : 20995 (java) S 20990 20992 17447 0 -1 4202560 10115 0 0 0 84 4 0 0 15 0 19 0 22204517 1580810240 111254 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1543760 CPUtime=0.79
/proc/20992/task/20996/stat : 20996 (java) S 20990 20992 17447 0 -1 4202560 14238 0 0 0 75 4 0 0 15 0 19 0 22204517 1580810240 111254 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1543760 CPUtime=0.9
/proc/20992/task/20997/stat : 20997 (java) S 20990 20992 17447 0 -1 4202560 12122 0 0 0 88 2 0 0 15 0 19 0 22204517 1580810240 111254 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0

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

[pid=20992/tid=21000] ppid=20990 vsize=1543760 CPUtime=0.74
/proc/20992/task/21000/stat : 21000 (java) S 20990 20992 17447 0 -1 4202560 9277 0 0 0 72 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1543760 CPUtime=0.75
/proc/20992/task/21001/stat : 21001 (java) S 20990 20992 17447 0 -1 4202560 7156 0 0 0 71 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1543760 CPUtime=0.76
/proc/20992/task/21002/stat : 21002 (java) S 20990 20992 17447 0 -1 4202560 9171 0 0 0 71 5 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1543760 CPUtime=2.65
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 15033 0 0 0 263 2 0 0 15 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1543760 CPUtime=0.73
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1780 0 0 0 72 1 0 0 15 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1543760 CPUtime=0.9
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1316 0 0 0 90 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21011] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21011/stat : 21011 (java) S 20990 20992 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22205065 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.53
Current children cumulated vsize (KiB) 1543760

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/215 21164
/proc/meminfo: memFree=28839792/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1543760 CPUtime=1789.54
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 130751 0 1 0 178912 42 0 0 21 0 19 0 22204516 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 385940 111279 1446 10 0 383243 0
[pid=20992/tid=20994] ppid=20990 vsize=1543760 CPUtime=1778.61
/proc/20992/task/20994/stat : 20994 (java) R 20990 20992 17447 0 -1 4202560 32112 0 1 0 177856 5 0 0 25 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4109434196 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1543760 CPUtime=0.91
/proc/20992/task/20995/stat : 20995 (java) S 20990 20992 17447 0 -1 4202560 10115 0 0 0 86 5 0 0 16 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1543760 CPUtime=0.81
/proc/20992/task/20996/stat : 20996 (java) S 20990 20992 17447 0 -1 4202560 14238 0 0 0 77 4 0 0 16 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1543760 CPUtime=0.92
/proc/20992/task/20997/stat : 20997 (java) S 20990 20992 17447 0 -1 4202560 12122 0 0 0 90 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20998] ppid=20990 vsize=1543760 CPUtime=0.84
/proc/20992/task/20998/stat : 20998 (java) S 20990 20992 17447 0 -1 4202560 9742 0 0 0 82 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=20999] ppid=20990 vsize=1543760 CPUtime=0.81
/proc/20992/task/20999/stat : 20999 (java) S 20990 20992 17447 0 -1 4202560 7520 0 0 0 77 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21000] ppid=20990 vsize=1543760 CPUtime=0.74
/proc/20992/task/21000/stat : 21000 (java) S 20990 20992 17447 0 -1 4202560 9277 0 0 0 72 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1543760 CPUtime=0.75
/proc/20992/task/21001/stat : 21001 (java) S 20990 20992 17447 0 -1 4202560 7156 0 0 0 71 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1543760 CPUtime=0.76
/proc/20992/task/21002/stat : 21002 (java) S 20990 20992 17447 0 -1 4202560 9171 0 0 0 71 5 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1543760 CPUtime=2.65
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 15033 0 0 0 263 2 0 0 15 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1543760 CPUtime=0.73
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1780 0 0 0 72 1 0 0 15 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1543760 CPUtime=0.9
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1316 0 0 0 90 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21011] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21011/stat : 21011 (java) S 20990 20992 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22205065 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 1543760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 21164
/proc/meminfo: memFree=28839760/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1543760 CPUtime=1800.04
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 130751 0 1 0 179962 42 0 0 21 0 19 0 22204516 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 385940 111279 1446 10 0 383243 0
[pid=20992/tid=20994] ppid=20990 vsize=1543760 CPUtime=1789.11
/proc/20992/task/20994/stat : 20994 (java) R 20990 20992 17447 0 -1 4202560 32112 0 1 0 178906 5 0 0 25 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4109060948 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1543760 CPUtime=0.91
/proc/20992/task/20995/stat : 20995 (java) S 20990 20992 17447 0 -1 4202560 10115 0 0 0 86 5 0 0 16 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1543760 CPUtime=0.81
/proc/20992/task/20996/stat : 20996 (java) S 20990 20992 17447 0 -1 4202560 14238 0 0 0 77 4 0 0 16 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1543760 CPUtime=0.92
/proc/20992/task/20997/stat : 20997 (java) S 20990 20992 17447 0 -1 4202560 12122 0 0 0 90 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20998] ppid=20990 vsize=1543760 CPUtime=0.84
/proc/20992/task/20998/stat : 20998 (java) S 20990 20992 17447 0 -1 4202560 9742 0 0 0 82 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=20999] ppid=20990 vsize=1543760 CPUtime=0.81
/proc/20992/task/20999/stat : 20999 (java) S 20990 20992 17447 0 -1 4202560 7520 0 0 0 77 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21000] ppid=20990 vsize=1543760 CPUtime=0.74
/proc/20992/task/21000/stat : 21000 (java) S 20990 20992 17447 0 -1 4202560 9277 0 0 0 72 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1543760 CPUtime=0.75
/proc/20992/task/21001/stat : 21001 (java) S 20990 20992 17447 0 -1 4202560 7156 0 0 0 71 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1543760 CPUtime=0.76
/proc/20992/task/21002/stat : 21002 (java) S 20990 20992 17447 0 -1 4202560 9171 0 0 0 71 5 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1543760 CPUtime=2.65
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 15033 0 0 0 263 2 0 0 15 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1543760 CPUtime=0.73
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1780 0 0 0 72 1 0 0 15 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1543760 CPUtime=0.9
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1316 0 0 0 90 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21011] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21011/stat : 21011 (java) S 20990 20992 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22205065 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1543760

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

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

[startup+1792.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 21164
/proc/meminfo: memFree=28839760/32951124 swapFree=67111528/67111528
[pid=20992] ppid=20990 vsize=1543760 CPUtime=1800.04
/proc/20992/stat : 20992 (java) S 20990 20992 17447 0 -1 4202496 130751 0 1 0 179962 42 0 0 21 0 19 0 22204516 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20992/statm: 385940 111279 1446 10 0 383243 0
[pid=20992/tid=20994] ppid=20990 vsize=1543760 CPUtime=1789.11
/proc/20992/task/20994/stat : 20994 (java) R 20990 20992 17447 0 -1 4202560 32112 0 1 0 178906 5 0 0 25 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4109060948 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1543760 CPUtime=0.91
/proc/20992/task/20995/stat : 20995 (java) S 20990 20992 17447 0 -1 4202560 10115 0 0 0 86 5 0 0 16 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20996] ppid=20990 vsize=1543760 CPUtime=0.81
/proc/20992/task/20996/stat : 20996 (java) S 20990 20992 17447 0 -1 4202560 14238 0 0 0 77 4 0 0 16 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
[pid=20992/tid=20997] ppid=20990 vsize=1543760 CPUtime=0.92
/proc/20992/task/20997/stat : 20997 (java) S 20990 20992 17447 0 -1 4202560 12122 0 0 0 90 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 3 0 0 0
[pid=20992/tid=20998] ppid=20990 vsize=1543760 CPUtime=0.84
/proc/20992/task/20998/stat : 20998 (java) S 20990 20992 17447 0 -1 4202560 9742 0 0 0 82 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=20999] ppid=20990 vsize=1543760 CPUtime=0.81
/proc/20992/task/20999/stat : 20999 (java) S 20990 20992 17447 0 -1 4202560 7520 0 0 0 77 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21000] ppid=20990 vsize=1543760 CPUtime=0.74
/proc/20992/task/21000/stat : 21000 (java) S 20990 20992 17447 0 -1 4202560 9277 0 0 0 72 2 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21001] ppid=20990 vsize=1543760 CPUtime=0.75
/proc/20992/task/21001/stat : 21001 (java) S 20990 20992 17447 0 -1 4202560 7156 0 0 0 71 4 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21002] ppid=20990 vsize=1543760 CPUtime=0.76
/proc/20992/task/21002/stat : 21002 (java) S 20990 20992 17447 0 -1 4202560 9171 0 0 0 71 5 0 0 15 0 19 0 22204517 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21003] ppid=20990 vsize=1543760 CPUtime=2.65
/proc/20992/task/21003/stat : 21003 (java) S 20990 20992 17447 0 -1 4202560 15033 0 0 0 263 2 0 0 15 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 0 0 16800975 18446604453940839744 0 0 -1 7 0 0 0
[pid=20992/tid=21004] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21004/stat : 21004 (java) S 20990 20992 17447 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21005] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21005/stat : 21005 (java) S 20990 20992 17447 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 22204518 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 4 0 0 0
[pid=20992/tid=21006] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21006/stat : 21006 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21007] ppid=20990 vsize=1543760 CPUtime=0.73
/proc/20992/task/21007/stat : 21007 (java) S 20990 20992 17447 0 -1 4202560 1780 0 0 0 72 1 0 0 15 0 19 0 22204520 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 5 0 0 0
[pid=20992/tid=21008] ppid=20990 vsize=1543760 CPUtime=0.9
/proc/20992/task/21008/stat : 21008 (java) S 20990 20992 17447 0 -1 4202560 1316 0 0 0 90 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 1 0 0 0
[pid=20992/tid=21009] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21009/stat : 21009 (java) S 20990 20992 17447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 6 0 0 0
[pid=20992/tid=21010] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21010/stat : 21010 (java) S 20990 20992 17447 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22204521 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 2 0 0 0
[pid=20992/tid=21011] ppid=20990 vsize=1543760 CPUtime=0
/proc/20992/task/21011/stat : 21011 (java) S 20990 20992 17447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 22205065 1580810240 111279 4089446400 134512640 134550932 4294510848 18446744073709551615 4294960144 0 4 0 16800975 18446604453940839744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1543760

Child status: 143
Real time (s): 1792.87
CPU time (s): 1800.13
CPU user time (s): 1799.68
CPU system time (s): 0.446932
CPU usage (%): 100.405
Max. virtual memory (cumulated for all children) (KiB): 1551764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130774
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= 37877
involuntary context switches= 98677

runsolver used 2.94755 second user time and 6.88395 second system time

The end

Launcher Data

Begin job on node102 at 2010-07-07 23:58:15
IDJOB=2701406
IDBENCH=79574
IDSOLVER=1211
FILE ID=node102/2701406-1278539894
PBS_JOBID= 11239274
Free space on /tmp= 72960 MiB

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

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

MD5SUM BENCH= 6effabdb5f06e7cb39e8e89923338a20
RANDOM SEED=1189556676

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29141504 kB
Buffers:        144452 kB
Cached:        3008392 kB
SwapCached:          0 kB
Active:        1560688 kB
Inactive:      2054684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29141504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17984 kB
Writeback:           0 kB
AnonPages:      462640 kB
Mapped:          20256 kB
Slab:           128600 kB
PageTables:       6004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1638236 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= 72972 MiB
End job on node102 at 2010-07-08 00:28:10