Trace number 2701682

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.14 1782.21

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-1_wcsp.wbo
MD5SUM9484feda1dfd442233b4ec59a851c185
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 variables20370
Total number of constraints1081113
Number of soft constraints1079076
Number of constraints which are clauses1079076
Number of constraints which are cardinality constraints (but not clauses)2037
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 47
Min constraint cost 1
Max constraint cost 47
Sum of constraints costs 50697528
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-2701682-1278541171.wbo
0.09/0.10	c reading problem ... 
26.14/9.92	c ... done. Wall clock time 9.818s.
26.14/9.92	c #vars     1099446
26.14/9.92	c #constraints  2161813
26.14/9.92	c constraints type 
26.14/9.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1080699
26.14/9.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 2037
26.14/9.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 414
26.14/9.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
53.39/36.03	c cleaning 2490 clauses out of 5000 with flag 5000/5000
94.41/76.92	c cleaning 4245 clauses out of 8510 with flag 11000/11000
114.43/96.96	c cleaning 5602 clauses out of 11265 with flag 18000/18000
168.86/151.37	c cleaning 6793 clauses out of 13663 with flag 26000/26000
224.40/206.80	c cleaning 7912 clauses out of 15870 with flag 35000/35000
296.83/279.28	c cleaning 8869 clauses out of 17958 with flag 45000/45000
368.95/351.39	c cleaning 9942 clauses out of 20089 with flag 56000/56000
441.09/423.49	c cleaning 10778 clauses out of 22147 with flag 68000/68000
542.32/524.68	c cleaning 12057 clauses out of 24369 with flag 81000/81000
657.65/639.96	c cleaning 13054 clauses out of 26312 with flag 95000/95000
782.89/765.11	c cleaning 14092 clauses out of 28258 with flag 110000/110000
926.22/908.47	c cleaning 15012 clauses out of 30166 with flag 126000/126000
1092.33/1074.50	c cleaning 15824 clauses out of 32154 with flag 143000/143000
1800.00/1782.11	c starts		: 105
1800.00/1782.11	c conflicts		: 155269
1800.00/1782.11	c decisions		: 23918343
1800.00/1782.11	c propagations		: 55368592
1800.00/1782.11	c inspects		: 249768187
1800.00/1782.11	c learnt literals	: 0
1800.00/1782.11	c learnt binary clauses	: 11790
1800.00/1782.11	c learnt ternary clauses	: 15499
1800.00/1782.11	c learnt clauses	: 155269
1800.00/1782.11	c ignored clauses	: 0
1800.00/1782.11	c root simplifications	: 0
1800.00/1782.11	c removed literals (reason simplification)	: 42502
1800.00/1782.11	c reason swapping (by a shorter reason)	: 0
1800.00/1782.11	c Calls to reduceDB	: 13
1800.00/1782.11	c number of reductions to clauses (during analyze)	: 0
1800.00/1782.11	c number of learned constraints concerned by reduction	: 0
1800.00/1782.11	c number of learning phase by resolution	: 0
1800.00/1782.11	c number of learning phase by cutting planes	: 0
1800.00/1782.11	c speed (assignments/second)	: 31243.12190883006
1800.00/1782.11	c non guided choices	6201419
1800.00/1782.12	c learnt constraints type 
1800.00/1782.12	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16809
1800.00/1782.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11790
1800.00/1782.12	c constraints type 
1800.00/1782.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1080699
1800.00/1782.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 2037
1800.00/1782.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 414
1800.00/1782.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.00/1782.12	s UNKNOWN
1800.00/1782.12	c Total wall clock time (in seconds): 1782.017

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 21799
/proc/meminfo: memFree=30196548/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=392 CPUtime=0
/proc/21799/stat : 21799 (java) R 21797 21799 20458 0 -1 4194304 295 0 0 0 0 0 0 0 17 0 1 0 22331547 401408 41 4089446400 134512640 134550932 4291212208 18446744073709551615 1376852 0 2147483391 4096 0 0 0 0 17 7 0 0 0
/proc/21799/statm: 98 41 32 10 0 25 0

[startup+0.060995 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 21799
/proc/meminfo: memFree=30196548/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1528568 CPUtime=0.03
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 4111 0 1 0 3 0 0 0 17 0 18 0 22331547 1565253632 3549 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 382142 3549 1080 10 0 379445 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528568

[startup+0.100985 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 21799
/proc/meminfo: memFree=30196548/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1529876 CPUtime=0.09
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 5119 0 1 0 9 0 0 0 17 0 18 0 22331547 1566593024 4551 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 382469 4551 1345 10 0 379772 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1529876

[startup+0.300958 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 21799
/proc/meminfo: memFree=30196548/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1532368 CPUtime=0.48
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 32788 0 1 0 44 4 0 0 17 0 18 0 22331547 1569144832 32079 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 383092 32095 1394 10 0 380395 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1532368

[startup+0.700905 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 21799
/proc/meminfo: memFree=30196548/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1532424 CPUtime=1.22
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 36861 0 1 0 118 4 0 0 17 0 18 0 22331547 1569202176 35731 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 383106 35731 1425 10 0 380409 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1532424

[startup+1.50078 s]
/proc/loadavg: 2.07 2.03 2.00 10/196 21817
/proc/meminfo: memFree=30023556/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1532424 CPUtime=2.53
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 51648 0 1 0 247 6 0 0 17 0 18 0 22331547 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 383106 50433 1425 10 0 380409 0
[pid=21799/tid=21801] ppid=21797 vsize=1532424 CPUtime=1.34
/proc/21799/task/21801/stat : 21801 (java) R 21797 21799 20458 0 -1 4202560 32024 0 1 0 130 4 0 0 25 0 18 0 22331547 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4109190853 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1532424 CPUtime=0.05
/proc/21799/task/21802/stat : 21802 (java) S 21797 21799 20458 0 -1 4202560 1780 0 0 0 5 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1532424 CPUtime=0.09
/proc/21799/task/21803/stat : 21803 (java) S 21797 21799 20458 0 -1 4202560 3118 0 0 0 9 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1532424 CPUtime=0.06
/proc/21799/task/21804/stat : 21804 (java) S 21797 21799 20458 0 -1 4202560 1248 0 0 0 6 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1532424 CPUtime=0.09
/proc/21799/task/21805/stat : 21805 (java) S 21797 21799 20458 0 -1 4202560 2865 0 0 0 9 0 0 0 15 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21806] ppid=21797 vsize=1532424 CPUtime=0.09
/proc/21799/task/21806/stat : 21806 (java) S 21797 21799 20458 0 -1 4202560 2828 0 0 0 9 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21807] ppid=21797 vsize=1532424 CPUtime=0.06
/proc/21799/task/21807/stat : 21807 (java) S 21797 21799 20458 0 -1 4202560 1249 0 0 0 6 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1532424 CPUtime=0.05
/proc/21799/task/21808/stat : 21808 (java) S 21797 21799 20458 0 -1 4202560 695 0 0 0 5 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1532424 CPUtime=0.09
/proc/21799/task/21809/stat : 21809 (java) S 21797 21799 20458 0 -1 4202560 2822 0 0 0 9 0 0 0 16 0 18 0 22331548 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1532424 CPUtime=0
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 22331549 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1532424 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22331549 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1532424 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 22331549 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1532424 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22331551 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1532424 CPUtime=0.23
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 861 0 0 0 23 0 0 0 19 0 18 0 22331551 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1532424 CPUtime=0.3
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1075 0 0 0 30 0 0 0 20 0 18 0 22331551 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1532424 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 18 0 22331551 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1532424 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22331551 1569202176 50433 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1532424

[startup+3.1015 s]
/proc/loadavg: 2.07 2.03 2.00 3/196 21818
/proc/meminfo: memFree=29943948/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1536052 CPUtime=6.25
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 80885 0 1 0 609 16 0 0 17 0 18 0 22331547 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 384013 78291 1425 10 0 381316 0
[pid=21799/tid=21801] ppid=21797 vsize=1536052 CPUtime=2.55
/proc/21799/task/21801/stat : 21801 (java) R 21797 21799 20458 0 -1 4202560 32034 0 1 0 251 4 0 0 25 0 18 0 22331547 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4109224001 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1536052 CPUtime=0.41
/proc/21799/task/21802/stat : 21802 (java) S 21797 21799 20458 0 -1 4202560 4958 0 0 0 41 0 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1536052 CPUtime=0.29
/proc/21799/task/21803/stat : 21803 (java) S 21797 21799 20458 0 -1 4202560 4310 0 0 0 28 1 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1536052 CPUtime=0.31
/proc/21799/task/21804/stat : 21804 (java) S 21797 21799 20458 0 -1 4202560 3357 0 0 0 30 1 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1536052 CPUtime=0.37
/proc/21799/task/21805/stat : 21805 (java) S 21797 21799 20458 0 -1 4202560 8281 0 0 0 36 1 0 0 15 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21806] ppid=21797 vsize=1536052 CPUtime=0.44
/proc/21799/task/21806/stat : 21806 (java) S 21797 21799 20458 0 -1 4202560 7619 0 0 0 43 1 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21807] ppid=21797 vsize=1536052 CPUtime=0.4
/proc/21799/task/21807/stat : 21807 (java) S 21797 21799 20458 0 -1 4202560 5053 0 0 0 40 0 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1536052 CPUtime=0.42
/proc/21799/task/21808/stat : 21808 (java) S 21797 21799 20458 0 -1 4202560 5313 0 0 0 41 1 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1536052 CPUtime=0.41
/proc/21799/task/21809/stat : 21809 (java) S 21797 21799 20458 0 -1 4202560 6941 0 0 0 40 1 0 0 16 0 18 0 22331548 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1536052 CPUtime=0
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 22331549 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1536052 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22331549 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1536052 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 22331549 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1536052 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22331551 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1536052 CPUtime=0.23
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 861 0 0 0 23 0 0 0 18 0 18 0 22331551 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1536052 CPUtime=0.3
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1075 0 0 0 30 0 0 0 20 0 18 0 22331551 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1536052 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 18 0 22331551 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1536052 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22331551 1572917248 78291 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 1536052

[startup+6.30086 s]
/proc/loadavg: 2.06 2.03 2.00 10/196 21818
/proc/meminfo: memFree=29766700/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1539592 CPUtime=15.53
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 125770 0 1 0 1506 47 0 0 17 0 18 0 22331547 1576542208 121516 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 384898 121516 1425 10 0 382201 0
[pid=21799/tid=21801] ppid=21797 vsize=1539592 CPUtime=4.69
/proc/21799/task/21801/stat : 21801 (java) S 21797 21799 20458 0 -1 4202560 32049 0 1 0 463 6 0 0 25 0 18 0 22331547 1576542208 121516 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1539592 CPUtime=1.17
/proc/21799/task/21802/stat : 21802 (java) R 21797 21799 20458 0 -1 4202560 9368 0 0 0 113 4 0 0 15 0 18 0 22331548 1576542208 121516 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1539592 CPUtime=1.06
/proc/21799/task/21803/stat : 21803 (java) R 21797 21799 20458 0 -1 4202560 8874 0 0 0 101 5 0 0 15 0 18 0 22331548 1576542208 121517 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1539592 CPUtime=1.17
/proc/21799/task/21804/stat : 21804 (java) R 21797 21799 20458 0 -1 4202560 8568 0 0 0 112 5 0 0 15 0 18 0 22331548 1576542208 121517 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1539592 CPUtime=1.33
/proc/21799/task/21805/stat : 21805 (java) R 21797 21799 20458 0 -1 4202560 14586 0 0 0 127 6 0 0 15 0 18 0 22331548 1576542208 121517 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21799/tid=21806] ppid=21797 vsize=1539592 CPUtime=1.39
/proc/21799/task/21806/stat : 21806 (java) R 21797 21799 20458 0 -1 4202560 12639 0 0 0 135 4 0 0 16 0 18 0 22331548 1576542208 121517 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21799/tid=21807] ppid=21797 vsize=1539592 CPUtime=1.37
/proc/21799/task/21807/stat : 21807 (java) R 21797 21799 20458 0 -1 4202560 9235 0 0 0 133 4 0 0 15 0 18 0 22331548 1576542208 121517 4089446400 134512640 134550932 4291212208 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1539592 CPUtime=1.36
/proc/21799/task/21808/stat : 21808 (java) R 21797 21799 20458 0 -1 4202560 10772 0 0 0 132 4 0 0 15 0 18 0 22331548 1576542208 121518 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1539592 CPUtime=1.34
/proc/21799/task/21809/stat : 21809 (java) R 21797 21799 20458 0 -1 4202560 16661 0 0 0 130 4 0 0 16 0 18 0 22331548 1576542208 121519 4089446400 134512640 134550932 4291212208 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1539592 CPUtime=0
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 22331549 1576542208 121519 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1539592 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 22331549 1576542208 121519 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1539592 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 22331549 1576542208 121519 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1539592 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22331551 1576542208 121521 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1539592 CPUtime=0.23
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 861 0 0 0 23 0 0 0 17 0 18 0 22331551 1576542208 121522 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1539592 CPUtime=0.3
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1075 0 0 0 30 0 0 0 20 0 18 0 22331551 1576542208 121522 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1539592 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 18 0 22331551 1576542208 121523 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1539592 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22331551 1576542208 121524 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 1539592

[startup+12.7008 s]
/proc/loadavg: 2.70 2.16 2.05 3/197 21819
/proc/meminfo: memFree=29497608/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1543640 CPUtime=29.98
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 183144 0 1 0 2904 94 0 0 17 0 19 0 22331547 1580687360 176065 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 385910 176065 1439 10 0 383213 0
[pid=21799/tid=21801] ppid=21797 vsize=1543640 CPUtime=9.57
/proc/21799/task/21801/stat : 21801 (java) R 21797 21799 20458 0 -1 4202560 32118 0 1 0 951 6 0 0 18 0 19 0 22331547 1580687360 176065 4089446400 134512640 134550932 4291212208 18446744073709551615 4109466685 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1543640 CPUtime=2.46
/proc/21799/task/21802/stat : 21802 (java) S 21797 21799 20458 0 -1 4202560 19240 0 0 0 237 9 0 0 16 0 19 0 22331548 1580687360 176065 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1543640 CPUtime=2.1
/proc/21799/task/21803/stat : 21803 (java) S 21797 21799 20458 0 -1 4202560 17201 0 0 0 200 10 0 0 15 0 19 0 22331548 1580687360 176065 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1543640 CPUtime=2.24
/proc/21799/task/21804/stat : 21804 (java) S 21797 21799 20458 0 -1 4202560 11416 0 0 0 212 12 0 0 16 0 19 0 22331548 1580687360 176065 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1543640 CPUtime=2.31
/proc/21799/task/21805/stat : 21805 (java) S 21797 21799 20458 0 -1 4202560 21337 0 0 0 220 11 0 0 15 0 19 0 22331548 1580687360 176065 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0

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

[pid=21799/tid=21807] ppid=21797 vsize=1544664 CPUtime=2.61
/proc/21799/task/21807/stat : 21807 (java) S 21797 21799 20458 0 -1 4202560 15950 0 0 0 250 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1544664 CPUtime=2.37
/proc/21799/task/21808/stat : 21808 (java) S 21797 21799 20458 0 -1 4202560 16343 0 0 0 225 12 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1544664 CPUtime=2.62
/proc/21799/task/21809/stat : 21809 (java) S 21797 21799 20458 0 -1 4202560 26045 0 0 0 253 9 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1544664 CPUtime=13.86
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 115129 0 0 0 1371 15 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 1442 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1563 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21819] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21819/stat : 21819 (java) S 21797 21799 20458 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 19 0 22332662 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.19
Current children cumulated vsize (KiB) 1544664

[startup+1722.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/189 22820
/proc/meminfo: memFree=29558532/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1544664 CPUtime=1740.2
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 298860 0 1 0 173903 117 0 0 17 0 19 0 22331547 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 386166 176396 1446 10 0 383469 0
[pid=21799/tid=21801] ppid=21797 vsize=1544664 CPUtime=1705.17
/proc/21799/task/21801/stat : 21801 (java) R 21797 21799 20458 0 -1 4202560 32135 0 1 0 170511 6 0 0 25 0 19 0 22331547 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4109700239 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1544664 CPUtime=2.52
/proc/21799/task/21802/stat : 21802 (java) S 21797 21799 20458 0 -1 4202560 19240 0 0 0 242 10 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1544664 CPUtime=2.17
/proc/21799/task/21803/stat : 21803 (java) S 21797 21799 20458 0 -1 4202560 17201 0 0 0 206 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1544664 CPUtime=2.29
/proc/21799/task/21804/stat : 21804 (java) S 21797 21799 20458 0 -1 4202560 11416 0 0 0 216 13 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1544664 CPUtime=2.38
/proc/21799/task/21805/stat : 21805 (java) S 21797 21799 20458 0 -1 4202560 21337 0 0 0 226 12 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21806] ppid=21797 vsize=1544664 CPUtime=2.59
/proc/21799/task/21806/stat : 21806 (java) S 21797 21799 20458 0 -1 4202560 19890 0 0 0 247 12 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21807] ppid=21797 vsize=1544664 CPUtime=2.61
/proc/21799/task/21807/stat : 21807 (java) S 21797 21799 20458 0 -1 4202560 15950 0 0 0 250 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1544664 CPUtime=2.37
/proc/21799/task/21808/stat : 21808 (java) S 21797 21799 20458 0 -1 4202560 16343 0 0 0 225 12 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1544664 CPUtime=2.62
/proc/21799/task/21809/stat : 21809 (java) S 21797 21799 20458 0 -1 4202560 26045 0 0 0 253 9 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1544664 CPUtime=13.86
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 115129 0 0 0 1371 15 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 1442 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1563 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21819] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21819/stat : 21819 (java) S 21797 21799 20458 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 19 0 22332662 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.2
Current children cumulated vsize (KiB) 1544664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.1 s]
/proc/loadavg: 1.00 1.04 1.36 2/189 22822
/proc/meminfo: memFree=29558492/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1544664 CPUtime=1800
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 298862 0 1 0 179883 117 0 0 17 0 19 0 22331547 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 386166 176396 1446 10 0 383469 0
[pid=21799/tid=21801] ppid=21797 vsize=1544664 CPUtime=1764.98
/proc/21799/task/21801/stat : 21801 (java) R 21797 21799 20458 0 -1 4202560 32135 0 1 0 176492 6 0 0 25 0 19 0 22331547 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4109700188 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1544664 CPUtime=2.52
/proc/21799/task/21802/stat : 21802 (java) S 21797 21799 20458 0 -1 4202560 19240 0 0 0 242 10 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1544664 CPUtime=2.17
/proc/21799/task/21803/stat : 21803 (java) S 21797 21799 20458 0 -1 4202560 17201 0 0 0 206 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1544664 CPUtime=2.29
/proc/21799/task/21804/stat : 21804 (java) S 21797 21799 20458 0 -1 4202560 11416 0 0 0 216 13 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1544664 CPUtime=2.38
/proc/21799/task/21805/stat : 21805 (java) S 21797 21799 20458 0 -1 4202560 21337 0 0 0 226 12 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21806] ppid=21797 vsize=1544664 CPUtime=2.59
/proc/21799/task/21806/stat : 21806 (java) S 21797 21799 20458 0 -1 4202560 19890 0 0 0 247 12 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21807] ppid=21797 vsize=1544664 CPUtime=2.61
/proc/21799/task/21807/stat : 21807 (java) S 21797 21799 20458 0 -1 4202560 15950 0 0 0 250 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1544664 CPUtime=2.37
/proc/21799/task/21808/stat : 21808 (java) S 21797 21799 20458 0 -1 4202560 16343 0 0 0 225 12 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1544664 CPUtime=2.62
/proc/21799/task/21809/stat : 21809 (java) S 21797 21799 20458 0 -1 4202560 26045 0 0 0 253 9 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1544664 CPUtime=13.86
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 115129 0 0 0 1371 15 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 1442 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1563 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21819] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21819/stat : 21819 (java) S 21797 21799 20458 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 19 0 22332662 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1544664

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

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

[startup+1782.1 s]
/proc/loadavg: 1.00 1.04 1.36 2/189 22822
/proc/meminfo: memFree=29558492/32951124 swapFree=67111528/67111528
[pid=21799] ppid=21797 vsize=1544664 CPUtime=1800
/proc/21799/stat : 21799 (java) S 21797 21799 20458 0 -1 4202496 298862 0 1 0 179883 117 0 0 17 0 19 0 22331547 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21799/statm: 386166 176396 1446 10 0 383469 0
[pid=21799/tid=21801] ppid=21797 vsize=1544664 CPUtime=1764.98
/proc/21799/task/21801/stat : 21801 (java) R 21797 21799 20458 0 -1 4202560 32135 0 1 0 176492 6 0 0 25 0 19 0 22331547 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4109700188 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21799/tid=21802] ppid=21797 vsize=1544664 CPUtime=2.52
/proc/21799/task/21802/stat : 21802 (java) S 21797 21799 20458 0 -1 4202560 19240 0 0 0 242 10 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 0 0 0 0
[pid=21799/tid=21803] ppid=21797 vsize=1544664 CPUtime=2.17
/proc/21799/task/21803/stat : 21803 (java) S 21797 21799 20458 0 -1 4202560 17201 0 0 0 206 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21804] ppid=21797 vsize=1544664 CPUtime=2.29
/proc/21799/task/21804/stat : 21804 (java) S 21797 21799 20458 0 -1 4202560 11416 0 0 0 216 13 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21805] ppid=21797 vsize=1544664 CPUtime=2.38
/proc/21799/task/21805/stat : 21805 (java) S 21797 21799 20458 0 -1 4202560 21337 0 0 0 226 12 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21806] ppid=21797 vsize=1544664 CPUtime=2.59
/proc/21799/task/21806/stat : 21806 (java) S 21797 21799 20458 0 -1 4202560 19890 0 0 0 247 12 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21807] ppid=21797 vsize=1544664 CPUtime=2.61
/proc/21799/task/21807/stat : 21807 (java) S 21797 21799 20458 0 -1 4202560 15950 0 0 0 250 11 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21808] ppid=21797 vsize=1544664 CPUtime=2.37
/proc/21799/task/21808/stat : 21808 (java) S 21797 21799 20458 0 -1 4202560 16343 0 0 0 225 12 0 0 16 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21809] ppid=21797 vsize=1544664 CPUtime=2.62
/proc/21799/task/21809/stat : 21809 (java) S 21797 21799 20458 0 -1 4202560 26045 0 0 0 253 9 0 0 15 0 19 0 22331548 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 2 0 0 0
[pid=21799/tid=21810] ppid=21797 vsize=1544664 CPUtime=13.86
/proc/21799/task/21810/stat : 21810 (java) S 21797 21799 20458 0 -1 4202560 115129 0 0 0 1371 15 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 0 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21811] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21811/stat : 21811 (java) S 21797 21799 20458 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21812] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21812/stat : 21812 (java) S 21797 21799 20458 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 19 0 22331549 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 3 0 0 0
[pid=21799/tid=21813] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21813/stat : 21813 (java) S 21797 21799 20458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21814] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21814/stat : 21814 (java) S 21797 21799 20458 0 -1 4202560 1442 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 7 0 0 0
[pid=21799/tid=21815] ppid=21797 vsize=1544664 CPUtime=0.75
/proc/21799/task/21815/stat : 21815 (java) S 21797 21799 20458 0 -1 4202560 1563 0 0 0 75 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
[pid=21799/tid=21816] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21816/stat : 21816 (java) S 21797 21799 20458 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 5 0 0 0
[pid=21799/tid=21817] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21817/stat : 21817 (java) S 21797 21799 20458 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22331551 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 4 0 0 0
[pid=21799/tid=21819] ppid=21797 vsize=1544664 CPUtime=0
/proc/21799/task/21819/stat : 21819 (java) S 21797 21799 20458 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 19 0 22332662 1581735936 176396 4089446400 134512640 134550932 4291212208 18446744073709551615 4294960144 0 4 0 16800975 18446604471129467776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1544664

Child status: 143
Real time (s): 1782.21
CPU time (s): 1800.14
CPU user time (s): 1798.93
CPU system time (s): 1.20582
CPU usage (%): 101.006
Max. virtual memory (cumulated for all children) (KiB): 1571240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.20582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298884
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= 39540
involuntary context switches= 335091

runsolver used 3.3055 second user time and 6.48601 second system time

The end

Launcher Data

Begin job on node103 at 2010-07-08 00:19:32
IDJOB=2701682
IDBENCH=79619
IDSOLVER=1211
FILE ID=node103/2701682-1278541171
PBS_JOBID= 11239272
Free space on /tmp= 73700 MiB

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

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

MD5SUM BENCH= 9484feda1dfd442233b4ec59a851c185
RANDOM SEED=152691925

node103.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.793
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.58
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.793
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.82
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.793
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.793
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.86
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.793
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.75
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.793
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.82
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.793
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.793
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	: 5408.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30196828 kB
Buffers:        135976 kB
Cached:        2350692 kB
SwapCached:          0 kB
Active:        1132876 kB
Inactive:      1477084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30196828 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           43848 kB
Writeback:           0 kB
AnonPages:      123180 kB
Mapped:          15504 kB
Slab:            80152 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   266092 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= 73700 MiB
End job on node103 at 2010-07-08 00:49:16