Trace number 2701364

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 1798.07

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-16reduc_wcsp.wbo
MD5SUMe51a1e905ff19ece48b75fd81968c4c3
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 variables1921
Total number of constraints124511
Number of soft constraints124429
Number of constraints which are clauses124429
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 44162576
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.1.v20100705
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c Stops conflict analysis at the first Unique Implication Point
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-2701364-1278539411.wbo
0.01/0.09	c reading problem ... 
2.01/1.15	c ... done. Wall clock time 1.056s.
2.01/1.15	c #vars     126350
2.01/1.15	c #constraints  124594
2.01/1.15	c constraints type 
2.01/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 123937
2.01/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
2.01/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
2.01/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
494.06/492.23	c cleaning 2489 clauses out of 5000 with flag 5000/5000
902.91/900.97	c cleaning 4247 clauses out of 8511 with flag 11000/11000
1411.03/1409.10	c cleaning 5620 clauses out of 11264 with flag 18000/18000
1800.07/1798.01	c starts		: 52
1800.07/1798.01	c conflicts		: 23234
1800.07/1798.01	c decisions		: 652007
1800.07/1798.01	c propagations		: 269258382
1800.07/1798.01	c inspects		: 14072585
1800.07/1798.01	c learnt literals	: 0
1800.07/1798.01	c learnt binary clauses	: 0
1800.07/1798.01	c learnt ternary clauses	: 121
1800.07/1798.01	c learnt clauses	: 23233
1800.07/1798.01	c ignored clauses	: 0
1800.07/1798.01	c root simplifications	: 0
1800.07/1798.01	c removed literals (reason simplification)	: 494693
1800.07/1798.01	c reason swapping (by a shorter reason)	: 0
1800.07/1798.01	c Calls to reduceDB	: 3
1800.07/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.01	c number of learned constraints concerned by reduction	: 0
1800.07/1798.01	c number of learning phase by resolution	: 0
1800.07/1798.01	c number of learning phase by cutting planes	: 0
1800.07/1798.01	c speed (assignments/second)	: 149849.47733795474
1800.07/1798.01	c non guided choices	1659
1800.07/1798.02	c learnt constraints type 
1800.07/1798.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10877
1800.07/1798.02	c constraints type 
1800.07/1798.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 123937
1800.07/1798.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.07/1798.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
1800.07/1798.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/1798.02	s UNKNOWN
1800.07/1798.02	c Total wall clock time (in seconds): 1797.922

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-2701364-1278539411/watcher-2701364-1278539411 -o /tmp/evaluation-result-2701364-1278539411/solver-2701364-1278539411 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701364-1278539411.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.00 2.00 1.94 2/178 20921
/proc/meminfo: memFree=29352628/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=13164 CPUtime=0
/proc/20921/stat : 20921 (java) R 20919 20921 19295 0 -1 4194304 924 0 0 0 0 0 0 0 25 0 1 0 22153375 13479936 421 4089446400 134512640 134550932 4293907392 18446744073709551615 2545304 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20921/statm: 3291 423 144 10 0 1121 0

[startup+0.029714 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 20921
/proc/meminfo: memFree=29352628/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1525492 CPUtime=0.01
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 3684 0 1 0 1 0 0 0 25 0 13 0 22153375 1562103808 3123 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 381373 3123 1030 10 0 378683 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525492

[startup+0.101694 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 20921
/proc/meminfo: memFree=29352628/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1529872 CPUtime=0.11
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 5245 0 1 0 10 1 0 0 25 0 18 0 22153375 1566588928 4680 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 382468 4680 1347 10 0 379771 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529872

[startup+0.300699 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 20921
/proc/meminfo: memFree=29352628/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1532064 CPUtime=0.54
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 8528 0 1 0 53 1 0 0 25 0 18 0 22153375 1568833536 7788 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 383016 7789 1401 10 0 380319 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1532064

[startup+0.700616 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 20921
/proc/meminfo: memFree=29352628/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1535584 CPUtime=1.27
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 40257 0 1 0 121 6 0 0 25 0 18 0 22153375 1572438016 38992 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 383896 38992 1415 10 0 381199 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1535584

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 1.94 5/196 20939
/proc/meminfo: memFree=29165564/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=2.89
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 54066 0 1 0 281 8 0 0 25 0 19 0 22153375 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 52417 1438 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=1.39
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32067 0 1 0 135 4 0 0 19 0 19 0 22153375 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4108785021 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 1886 0 0 0 4 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 2998 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20926] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20926/stat : 20926 (java) S 20919 20921 19295 0 -1 4202560 1926 0 0 0 4 0 0 0 15 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20927] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20927/stat : 20927 (java) S 20919 20921 19295 0 -1 4202560 2282 0 0 0 6 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20928] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20928/stat : 20928 (java) S 20919 20921 19295 0 -1 4202560 1685 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1451 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2515 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3185 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22153377 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.54
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1692 0 0 0 54 0 0 0 15 0 19 0 22153379 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.39
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1298 0 0 0 39 0 0 0 17 0 19 0 22153379 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 52417 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1536072

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.94 3/197 20940
/proc/meminfo: memFree=29147452/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=4.91
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 54129 0 1 0 483 8 0 0 25 0 19 0 22153375 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 52479 1441 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=2.99
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32073 0 1 0 295 4 0 0 22 0 19 0 22153375 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4109663354 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 1886 0 0 0 4 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 2998 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20926] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20926/stat : 20926 (java) S 20919 20921 19295 0 -1 4202560 1926 0 0 0 4 0 0 0 15 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20927] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20927/stat : 20927 (java) S 20919 20921 19295 0 -1 4202560 2282 0 0 0 6 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20928] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20928/stat : 20928 (java) S 20919 20921 19295 0 -1 4202560 1685 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1451 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2515 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3185 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22153377 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.75
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1725 0 0 0 75 0 0 0 15 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.6
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1322 0 0 0 60 0 0 0 15 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20940] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20940/stat : 20940 (java) S 20919 20921 19295 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22153521 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 1536072

[startup+6.30154 s]
/proc/loadavg: 2.00 2.00 1.94 3/197 20940
/proc/meminfo: memFree=29147156/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=8.11
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 54130 0 1 0 803 8 0 0 25 0 19 0 22153375 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 52479 1441 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=6.19
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32074 0 1 0 615 4 0 0 25 0 19 0 22153375 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4109599332 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 1886 0 0 0 4 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 2998 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20926] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20926/stat : 20926 (java) S 20919 20921 19295 0 -1 4202560 1926 0 0 0 4 0 0 0 15 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20927] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20927/stat : 20927 (java) S 20919 20921 19295 0 -1 4202560 2282 0 0 0 6 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20928] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20928/stat : 20928 (java) S 20919 20921 19295 0 -1 4202560 1685 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1451 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2515 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3185 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22153377 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.76
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1725 0 0 0 76 0 0 0 15 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.6
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1322 0 0 0 60 0 0 0 15 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) R 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20921/tid=20940] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20940/stat : 20940 (java) S 20919 20921 19295 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22153521 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 1536072

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 1.94 3/197 20940
/proc/meminfo: memFree=29146916/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=14.51
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 54130 0 1 0 1443 8 0 0 25 0 19 0 22153375 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 52479 1441 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=12.59
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32074 0 1 0 1255 4 0 0 25 0 19 0 22153375 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4109782004 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.04
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 1886 0 0 0 4 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 2998 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 52479 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0

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

[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1484 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2544 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.09
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3204 0 0 0 9 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0.38
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 5740 0 0 0 38 0 0 0 15 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.83
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1741 0 0 0 83 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.64
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1337 0 0 0 64 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) S 20919 20921 19295 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20940] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20940/stat : 20940 (java) S 20919 20921 19295 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22153521 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.36
Current children cumulated vsize (KiB) 1536072

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.96 4/198 20998
/proc/meminfo: memFree=28939016/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=1724.36
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 60275 0 1 0 172426 10 0 0 25 0 19 0 22153375 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 57729 1446 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=1721.85
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32078 0 1 0 172180 5 0 0 25 0 19 0 22153375 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4109663340 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 2025 0 0 0 6 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 3014 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20926] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20926/stat : 20926 (java) S 20919 20921 19295 0 -1 4202560 1927 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20927] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20927/stat : 20927 (java) S 20919 20921 19295 0 -1 4202560 2299 0 0 0 7 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20928] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20928/stat : 20928 (java) S 20919 20921 19295 0 -1 4202560 1713 0 0 0 6 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1484 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2544 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.09
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3204 0 0 0 9 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0.38
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 5740 0 0 0 38 0 0 0 15 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.83
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1741 0 0 0 83 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.64
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1337 0 0 0 64 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) S 20919 20921 19295 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20940] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20940/stat : 20940 (java) S 20919 20921 19295 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22153521 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.36
Current children cumulated vsize (KiB) 1536072

[startup+1782.3 s]
/proc/loadavg: 2.46 2.10 2.00 10/214 21091
/proc/meminfo: memFree=29325844/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=1784.36
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 60279 0 1 0 178426 10 0 0 25 0 19 0 22153375 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 57729 1446 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=1781.86
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32078 0 1 0 178180 6 0 0 25 0 19 0 22153375 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4109599344 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 2025 0 0 0 6 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 3014 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20926] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20926/stat : 20926 (java) S 20919 20921 19295 0 -1 4202560 1927 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20927] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20927/stat : 20927 (java) S 20919 20921 19295 0 -1 4202560 2299 0 0 0 7 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20928] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20928/stat : 20928 (java) S 20919 20921 19295 0 -1 4202560 1713 0 0 0 6 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1484 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2544 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.09
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3204 0 0 0 9 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0.38
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 5740 0 0 0 38 0 0 0 15 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.83
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1741 0 0 0 83 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.64
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1337 0 0 0 64 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) S 20919 20921 19295 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20940] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20940/stat : 20940 (java) S 20919 20921 19295 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22153521 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.36
Current children cumulated vsize (KiB) 1536072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.42 2.11 2.00 4/214 21091
/proc/meminfo: memFree=28683472/32951124 swapFree=67111528/67111528
[pid=20921] ppid=20919 vsize=1536072 CPUtime=1800.07
/proc/20921/stat : 20921 (java) S 20919 20921 19295 0 -1 4202496 60279 0 1 0 179996 11 0 0 25 0 19 0 22153375 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20921/statm: 384018 57729 1446 10 0 381321 0
[pid=20921/tid=20923] ppid=20919 vsize=1536072 CPUtime=1797.56
/proc/20921/task/20923/stat : 20923 (java) R 20919 20921 19295 0 -1 4202560 32078 0 1 0 179750 6 0 0 25 0 19 0 22153375 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4109599362 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20921/tid=20924] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20924/stat : 20924 (java) S 20919 20921 19295 0 -1 4202560 2025 0 0 0 6 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20925] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20925/stat : 20925 (java) S 20919 20921 19295 0 -1 4202560 3014 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20926] ppid=20919 vsize=1536072 CPUtime=0.05
/proc/20921/task/20926/stat : 20926 (java) S 20919 20921 19295 0 -1 4202560 1927 0 0 0 5 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20927] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20927/stat : 20927 (java) S 20919 20921 19295 0 -1 4202560 2299 0 0 0 7 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20928] ppid=20919 vsize=1536072 CPUtime=0.06
/proc/20921/task/20928/stat : 20928 (java) S 20919 20921 19295 0 -1 4202560 1713 0 0 0 6 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 3 0 0 0
[pid=20921/tid=20929] ppid=20919 vsize=1536072 CPUtime=0.07
/proc/20921/task/20929/stat : 20929 (java) S 20919 20921 19295 0 -1 4202560 1484 0 0 0 7 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 1 0 0 0
[pid=20921/tid=20930] ppid=20919 vsize=1536072 CPUtime=0.08
/proc/20921/task/20930/stat : 20930 (java) S 20919 20921 19295 0 -1 4202560 2544 0 0 0 8 0 0 0 15 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20931] ppid=20919 vsize=1536072 CPUtime=0.09
/proc/20921/task/20931/stat : 20931 (java) S 20919 20921 19295 0 -1 4202560 3204 0 0 0 9 0 0 0 16 0 19 0 22153376 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20932] ppid=20919 vsize=1536072 CPUtime=0.38
/proc/20921/task/20932/stat : 20932 (java) S 20919 20921 19295 0 -1 4202560 5740 0 0 0 38 0 0 0 15 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 0 0 16800975 18446604471139056448 0 0 -1 2 0 0 0
[pid=20921/tid=20933] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20933/stat : 20933 (java) S 20919 20921 19295 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20934] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20934/stat : 20934 (java) S 20919 20921 19295 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 22153377 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20935] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20935/stat : 20935 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20936] ppid=20919 vsize=1536072 CPUtime=0.83
/proc/20921/task/20936/stat : 20936 (java) S 20919 20921 19295 0 -1 4202560 1741 0 0 0 83 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 4 0 0 0
[pid=20921/tid=20937] ppid=20919 vsize=1536072 CPUtime=0.64
/proc/20921/task/20937/stat : 20937 (java) S 20919 20921 19295 0 -1 4202560 1337 0 0 0 64 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 5 0 0 0
[pid=20921/tid=20938] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20938/stat : 20938 (java) S 20919 20921 19295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 6 0 0 0
[pid=20921/tid=20939] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20939/stat : 20939 (java) S 20919 20921 19295 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22153379 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
[pid=20921/tid=20940] ppid=20919 vsize=1536072 CPUtime=0
/proc/20921/task/20940/stat : 20940 (java) S 20919 20921 19295 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 22153521 1572937728 57729 4089446400 134512640 134550932 4293907392 18446744073709551615 4294960144 0 4 0 16800975 18446604471139056448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1536072

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

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

Child status: 143
Real time (s): 1798.07
CPU time (s): 1800.13
CPU user time (s): 1800.01
CPU system time (s): 0.122981
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 1537076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60301
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= 36788
involuntary context switches= 3571

runsolver used 3.3215 second user time and 6.51801 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-07 23:50:12
IDJOB=2701364
IDBENCH=79567
IDSOLVER=1211
FILE ID=node141/2701364-1278539411
PBS_JOBID= 11239195
Free space on /tmp= 73640 MiB

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

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

MD5SUM BENCH= e51a1e905ff19ece48b75fd81968c4c3
RANDOM SEED=1704675299

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29353032 kB
Buffers:        148896 kB
Cached:        2653472 kB
SwapCached:          0 kB
Active:        1838920 kB
Inactive:      1607276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29353032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4972 kB
Writeback:           0 kB
AnonPages:      643644 kB
Mapped:          15240 kB
Slab:            88216 kB
PageTables:       6096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   803908 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= 73600 MiB
End job on node141 at 2010-07-08 00:20:12