Trace number 2692107

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.2 1719.58

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564824--soft-66-100-0.wbo
MD5SUMbcc83dde29b6f868056a0bfa1b1372de
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark49.4775
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints928
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
Number of bits of the biggest sum of numbers10
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.06	c version 2.2.0.v20100526
0.01/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.06	c java.vm.version	11.2-b01
0.01/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.06	c sun.arch.data.model	32
0.01/0.06	c java.version		1.6.0_12
0.01/0.06	c os.name		Linux
0.01/0.06	c os.version		2.6.18-164.el5
0.01/0.06	c os.arch		i386
0.01/0.06	c Free memory 		1393557488
0.01/0.06	c Max memory 		1395916800
0.01/0.06	c Total memory 		1395916800
0.01/0.06	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization
0.01/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@1c1ea29
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 phase appearing in latest learned clause taking into account the objective function
0.01/0.09	c No 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-2692107-1277900528.wbo
0.01/0.09	c reading problem ... 
0.30/0.29	c ... done. Wall clock time 0.192s.
0.30/0.29	c #vars     1159
0.30/0.29	c #constraints  2707
0.30/0.29	c constraints type 
0.30/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 151
0.30/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1616
0.30/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 939
0.30/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
50.68/47.80	c cleaning 0 clauses out of 5000 with flag 0/5000
258.04/249.44	c cleaning 0 clauses out of 11002 with flag 0/11002
903.57/867.70	c cleaning 0 clauses out of 18004 with flag 0/18004
1800.08/1719.51	c starts		: 52
1800.08/1719.51	c conflicts		: 23723
1800.08/1719.51	c decisions		: 47940
1800.08/1719.51	c propagations		: 1287873
1800.08/1719.51	c inspects		: 1879981293
1800.08/1719.51	c learnt literals	: 0
1800.08/1719.51	c learnt binary clauses	: 0
1800.08/1719.51	c learnt ternary clauses	: 0
1800.08/1719.51	c learnt clauses	: 23723
1800.08/1719.51	c ignored clauses	: 0
1800.08/1719.51	c root simplifications	: 0
1800.08/1719.51	c removed literals (reason simplification)	: 0
1800.08/1719.51	c reason swapping (by a shorter reason)	: 0
1800.08/1719.51	c Calls to reduceDB	: 3
1800.08/1719.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1719.51	c number of learned constraints concerned by reduction	: 0
1800.08/1719.51	c number of learning phase by resolution	: 0
1800.08/1719.51	c number of learning phase by cutting planes	: 0
1800.08/1719.51	c speed (assignments/second)	: 749.1004673033096
1800.08/1719.51	c non guided choices	152
1800.08/1719.53	c learnt constraints type 
1800.08/1719.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 64
1800.08/1719.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.08/1719.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23654
1800.08/1719.53	c constraints type 
1800.08/1719.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 151
1800.08/1719.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1616
1800.08/1719.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 939
1800.08/1719.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1719.53	s UNKNOWN
1800.08/1719.53	c Total wall clock time (in seconds): 1719.433

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 3/196 23929
/proc/meminfo: memFree=31568828/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=13652 CPUtime=0
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 1148 0 0 0 0 0 0 0 18 0 2 0 163692321 13979648 611 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 3424 615 293 10 0 1206 0
[pid=23929/tid=23930] ppid=23927 vsize=13644 CPUtime=0
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 2 0 163692321 13971456 613 4089446400 134512640 134550932 4291825536 18446744073709551615 5968468 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.019951 s]
/proc/loadavg: 1.99 1.97 1.99 3/196 23929
/proc/meminfo: memFree=31568828/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1524672 CPUtime=0.01
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 3499 0 1 0 0 1 0 0 18 0 11 0 163692321 1561264128 2943 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 381168 2943 984 10 0 378478 0
[pid=23929/tid=23930] ppid=23927 vsize=1524672 CPUtime=0
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 2448 0 1 0 0 0 0 0 22 0 11 0 163692321 1561264128 2943 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1524672

[startup+0.100933 s]
/proc/loadavg: 1.99 1.97 1.99 3/196 23929
/proc/meminfo: memFree=31568828/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1529860 CPUtime=0.11
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 5249 0 1 0 10 1 0 0 18 0 18 0 163692321 1566576640 4687 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 382465 4687 1349 10 0 379767 0
[pid=23929/tid=23930] ppid=23927 vsize=1529860 CPUtime=0.09
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 3571 0 1 0 8 1 0 0 25 0 18 0 163692321 1566576640 4687 4089446400 134512640 134550932 4291825536 18446744073709551615 4109385603 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529860

[startup+0.301906 s]
/proc/loadavg: 1.99 1.97 1.99 3/196 23929
/proc/meminfo: memFree=31568828/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1531948 CPUtime=0.53
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 7550 0 1 0 51 2 0 0 18 0 18 0 163692321 1568714752 6863 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 382987 6863 1411 10 0 380289 0
[pid=23929/tid=23930] ppid=23927 vsize=1531948 CPUtime=0.29
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 5187 0 1 0 28 1 0 0 25 0 18 0 163692321 1568714752 6863 4089446400 134512640 134550932 4291825536 18446744073709551615 4109417332 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531948

[startup+0.700823 s]
/proc/loadavg: 1.99 1.97 1.99 3/196 23929
/proc/meminfo: memFree=31568828/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1543788 CPUtime=1.64
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 19631 0 1 0 161 3 0 0 18 0 19 0 163692321 1580838912 16611 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 385947 16611 1424 10 0 383249 0
[pid=23929/tid=23930] ppid=23927 vsize=1543788 CPUtime=0.69
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 11804 0 1 0 67 2 0 0 18 0 19 0 163692321 1580838912 16611 4089446400 134512640 134550932 4291825536 18446744073709551615 4109941892 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1543788

[startup+1.50068 s]
/proc/loadavg: 1.99 1.97 1.99 5/215 23948
/proc/meminfo: memFree=31440780/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1545328 CPUtime=3.46
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 44811 0 1 0 340 6 0 0 18 0 19 0 163692321 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 386332 38348 1438 10 0 383634 0
[pid=23929/tid=23930] ppid=23927 vsize=1545328 CPUtime=1.47
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 32082 0 1 0 143 4 0 0 18 0 19 0 163692321 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4109893816 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23929/tid=23932] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23932/stat : 23932 (java) S 23927 23929 23744 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23933] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23933/stat : 23933 (java) S 23927 23929 23744 0 -1 4202560 539 0 0 0 0 0 0 0 16 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 4 0 0 0
[pid=23929/tid=23934] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23934/stat : 23934 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23935] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23935/stat : 23935 (java) S 23927 23929 23744 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23936] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23936/stat : 23936 (java) S 23927 23929 23744 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23937] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163692322 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 163692323 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1545328 CPUtime=0.93
/proc/23929/task/23944/stat : 23944 (java) R 23927 23929 23744 0 -1 4202560 2462 0 0 0 93 0 0 0 15 0 19 0 163692325 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 105817441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1545328 CPUtime=1.03
/proc/23929/task/23945/stat : 23945 (java) R 23927 23929 23744 0 -1 4202560 7977 0 0 0 102 1 0 0 15 0 19 0 163692325 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163692325 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1545328 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1582415872 38348 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1545328

[startup+3.10142 s]
/proc/loadavg: 1.99 1.97 1.99 3/215 23948
/proc/meminfo: memFree=31416724/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1546116 CPUtime=5.26
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 53449 0 1 0 518 8 0 0 18 0 19 0 163692321 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 386529 46631 1438 10 0 383831 0
[pid=23929/tid=23930] ppid=23927 vsize=1546116 CPUtime=3.06
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 36810 0 1 0 301 5 0 0 21 0 19 0 163692321 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4109834782 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23929/tid=23932] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23932/stat : 23932 (java) S 23927 23929 23744 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23933] ppid=23927 vsize=1546116 CPUtime=0.01
/proc/23929/task/23933/stat : 23933 (java) S 23927 23929 23744 0 -1 4202560 941 0 0 0 1 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23934] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23934/stat : 23934 (java) S 23927 23929 23744 0 -1 4202560 412 0 0 0 0 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 7 0 0 0
[pid=23929/tid=23935] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23935/stat : 23935 (java) S 23927 23929 23744 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 4 0 0 0
[pid=23929/tid=23936] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23936/stat : 23936 (java) S 23927 23929 23744 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23937] ppid=23927 vsize=1546116 CPUtime=0.01
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 686 0 0 0 1 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 6 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 634 0 0 0 0 0 0 0 15 0 19 0 163692322 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 163692323 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1546116 CPUtime=0.98
/proc/23929/task/23944/stat : 23944 (java) S 23927 23929 23744 0 -1 4202560 2650 0 0 0 98 0 0 0 15 0 19 0 163692325 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1546116 CPUtime=1.12
/proc/23929/task/23945/stat : 23945 (java) S 23927 23929 23744 0 -1 4202560 8361 0 0 0 111 1 0 0 15 0 19 0 163692325 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163692325 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1546116 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1583222784 46631 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 1546116

[startup+6.30085 s]
/proc/loadavg: 1.99 1.97 1.99 3/215 23948
/proc/meminfo: memFree=31382184/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1544920 CPUtime=8.53
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 55390 0 1 0 845 8 0 0 18 0 19 0 163692321 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 386230 48049 1438 10 0 383532 0
[pid=23929/tid=23930] ppid=23927 vsize=1544920 CPUtime=6.24
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 36820 0 1 0 619 5 0 0 25 0 19 0 163692321 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4109781711 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23929/tid=23932] ppid=23927 vsize=1544920 CPUtime=0.02
/proc/23929/task/23932/stat : 23932 (java) S 23927 23929 23744 0 -1 4202560 1164 0 0 0 2 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 7 0 0 0
[pid=23929/tid=23933] ppid=23927 vsize=1544920 CPUtime=0.02
/proc/23929/task/23933/stat : 23933 (java) S 23927 23929 23744 0 -1 4202560 1087 0 0 0 2 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23934] ppid=23927 vsize=1544920 CPUtime=0.01
/proc/23929/task/23934/stat : 23934 (java) S 23927 23929 23744 0 -1 4202560 480 0 0 0 1 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23935] ppid=23927 vsize=1544920 CPUtime=0.01
/proc/23929/task/23935/stat : 23935 (java) S 23927 23929 23744 0 -1 4202560 646 0 0 0 1 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 4 0 0 0
[pid=23929/tid=23936] ppid=23927 vsize=1544920 CPUtime=0.01
/proc/23929/task/23936/stat : 23936 (java) S 23927 23929 23744 0 -1 4202560 637 0 0 0 1 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23937] ppid=23927 vsize=1544920 CPUtime=0.01
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 880 0 0 0 1 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1544920 CPUtime=0.01
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 709 0 0 0 1 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1544920 CPUtime=0.01
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 860 0 0 0 1 0 0 0 15 0 19 0 163692322 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 163692323 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1544920 CPUtime=0.98
/proc/23929/task/23944/stat : 23944 (java) S 23927 23929 23744 0 -1 4202560 2650 0 0 0 98 0 0 0 15 0 19 0 163692325 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1544920 CPUtime=1.13
/proc/23929/task/23945/stat : 23945 (java) S 23927 23929 23744 0 -1 4202560 8361 0 0 0 112 1 0 0 15 0 19 0 163692325 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163692325 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1544920 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1581998080 48049 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1544920


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

[pid=23929/tid=23937] ppid=23927 vsize=1545944 CPUtime=10.59
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 7530 0 0 0 925 134 0 0 16 0 19 0 163692322 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 7 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1545944 CPUtime=10.81
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 5327 0 0 0 934 147 0 0 16 0 19 0 163692322 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1545944 CPUtime=10.9
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 7052 0 0 0 966 124 0 0 16 0 19 0 163692322 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1545944 CPUtime=1.13
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 373 0 0 0 67 46 0 0 15 0 19 0 163692323 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1545944 CPUtime=1.05
/proc/23929/task/23944/stat : 23944 (java) S 23927 23929 23744 0 -1 4202560 2662 0 0 0 105 0 0 0 15 0 19 0 163692325 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1545944 CPUtime=1.22
/proc/23929/task/23945/stat : 23945 (java) S 23927 23929 23744 0 -1 4202560 8373 0 0 0 121 1 0 0 15 0 19 0 163692325 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 163692325 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1583046656 91624 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1675.71
Current children cumulated vsize (KiB) 1545944

[startup+1662.3 s]
/proc/loadavg: 2.22 2.12 2.06 3/197 24023
/proc/meminfo: memFree=31062928/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1545944 CPUtime=1739.36
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 104363 0 1 0 172744 1192 0 0 18 0 19 0 163692321 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 386486 93016 1448 10 0 383788 0
[pid=23929/tid=23930] ppid=23927 vsize=1545944 CPUtime=1645.87
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 39286 0 1 0 164573 14 0 0 25 0 19 0 163692321 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4109904447 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23929/tid=23932] ppid=23927 vsize=1545944 CPUtime=11.19
/proc/23929/task/23932/stat : 23932 (java) S 23927 23929 23744 0 -1 4202560 5846 0 0 0 972 147 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23933] ppid=23927 vsize=1545944 CPUtime=11.42
/proc/23929/task/23933/stat : 23933 (java) S 23927 23929 23744 0 -1 4202560 5969 0 0 0 998 144 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23934] ppid=23927 vsize=1545944 CPUtime=11.14
/proc/23929/task/23934/stat : 23934 (java) S 23927 23929 23744 0 -1 4202560 6574 0 0 0 978 136 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23935] ppid=23927 vsize=1545944 CPUtime=10.9
/proc/23929/task/23935/stat : 23935 (java) S 23927 23929 23744 0 -1 4202560 7413 0 0 0 959 131 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23936] ppid=23927 vsize=1545944 CPUtime=11.5
/proc/23929/task/23936/stat : 23936 (java) S 23927 23929 23744 0 -1 4202560 6246 0 0 0 1009 141 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 7 0 0 0
[pid=23929/tid=23937] ppid=23927 vsize=1545944 CPUtime=11.18
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 7716 0 0 0 975 143 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 4 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1545944 CPUtime=11.25
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 5483 0 0 0 972 153 0 0 16 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1545944 CPUtime=11.4
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 7256 0 0 0 1010 130 0 0 15 0 19 0 163692322 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1545944 CPUtime=1.15
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 377 0 0 0 68 47 0 0 15 0 19 0 163692323 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1545944 CPUtime=1.05
/proc/23929/task/23944/stat : 23944 (java) S 23927 23929 23744 0 -1 4202560 2662 0 0 0 105 0 0 0 15 0 19 0 163692325 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1545944 CPUtime=1.22
/proc/23929/task/23945/stat : 23945 (java) S 23927 23929 23744 0 -1 4202560 8373 0 0 0 121 1 0 0 15 0 19 0 163692325 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 163692325 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1583046656 93016 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1739.36
Current children cumulated vsize (KiB) 1545944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1719.5 s]
/proc/loadavg: 2.08 2.10 2.05 3/197 24024
/proc/meminfo: memFree=31056940/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1545944 CPUtime=1800.08
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 105634 0 1 0 178760 1248 0 0 18 0 19 0 163692321 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 386486 94209 1448 10 0 383788 0
[pid=23929/tid=23930] ppid=23927 vsize=1545944 CPUtime=1702.37
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 39351 0 1 0 170223 14 0 0 25 0 19 0 163692321 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4109735861 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23929/tid=23932] ppid=23927 vsize=1545944 CPUtime=11.75
/proc/23929/task/23932/stat : 23932 (java) S 23927 23929 23744 0 -1 4202560 5997 0 0 0 1022 153 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23933] ppid=23927 vsize=1545944 CPUtime=11.96
/proc/23929/task/23933/stat : 23933 (java) S 23927 23929 23744 0 -1 4202560 6041 0 0 0 1048 148 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23934] ppid=23927 vsize=1545944 CPUtime=11.58
/proc/23929/task/23934/stat : 23934 (java) S 23927 23929 23744 0 -1 4202560 6733 0 0 0 1016 142 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23935] ppid=23927 vsize=1545944 CPUtime=11.38
/proc/23929/task/23935/stat : 23935 (java) S 23927 23929 23744 0 -1 4202560 7615 0 0 0 1001 137 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23936] ppid=23927 vsize=1545944 CPUtime=12.04
/proc/23929/task/23936/stat : 23936 (java) S 23927 23929 23744 0 -1 4202560 6349 0 0 0 1055 149 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23937] ppid=23927 vsize=1545944 CPUtime=11.79
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 7809 0 0 0 1025 154 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 4 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1545944 CPUtime=11.78
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 5726 0 0 0 1017 161 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 7 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1545944 CPUtime=11.91
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 7433 0 0 0 1055 136 0 0 15 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1545944 CPUtime=1.16
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 381 0 0 0 68 48 0 0 15 0 19 0 163692323 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1545944 CPUtime=1.05
/proc/23929/task/23944/stat : 23944 (java) S 23927 23929 23744 0 -1 4202560 2662 0 0 0 105 0 0 0 15 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1545944 CPUtime=1.22
/proc/23929/task/23945/stat : 23945 (java) S 23927 23929 23744 0 -1 4202560 8373 0 0 0 121 1 0 0 15 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1545944

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

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

[startup+1719.5 s]
/proc/loadavg: 2.08 2.10 2.05 3/197 24024
/proc/meminfo: memFree=31056940/32951124 swapFree=67111528/67111528
[pid=23929] ppid=23927 vsize=1545944 CPUtime=1800.08
/proc/23929/stat : 23929 (java) S 23927 23929 23744 0 -1 4202496 105634 0 1 0 178760 1248 0 0 18 0 19 0 163692321 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23929/statm: 386486 94209 1448 10 0 383788 0
[pid=23929/tid=23930] ppid=23927 vsize=1545944 CPUtime=1702.37
/proc/23929/task/23930/stat : 23930 (java) R 23927 23929 23744 0 -1 4202560 39351 0 1 0 170223 14 0 0 25 0 19 0 163692321 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4109735861 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23929/tid=23932] ppid=23927 vsize=1545944 CPUtime=11.75
/proc/23929/task/23932/stat : 23932 (java) S 23927 23929 23744 0 -1 4202560 5997 0 0 0 1022 153 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23933] ppid=23927 vsize=1545944 CPUtime=11.96
/proc/23929/task/23933/stat : 23933 (java) S 23927 23929 23744 0 -1 4202560 6041 0 0 0 1048 148 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23934] ppid=23927 vsize=1545944 CPUtime=11.58
/proc/23929/task/23934/stat : 23934 (java) S 23927 23929 23744 0 -1 4202560 6733 0 0 0 1016 142 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23935] ppid=23927 vsize=1545944 CPUtime=11.38
/proc/23929/task/23935/stat : 23935 (java) S 23927 23929 23744 0 -1 4202560 7615 0 0 0 1001 137 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23936] ppid=23927 vsize=1545944 CPUtime=12.04
/proc/23929/task/23936/stat : 23936 (java) S 23927 23929 23744 0 -1 4202560 6349 0 0 0 1055 149 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23937] ppid=23927 vsize=1545944 CPUtime=11.79
/proc/23929/task/23937/stat : 23937 (java) S 23927 23929 23744 0 -1 4202560 7809 0 0 0 1025 154 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 4 0 0 0
[pid=23929/tid=23938] ppid=23927 vsize=1545944 CPUtime=11.78
/proc/23929/task/23938/stat : 23938 (java) S 23927 23929 23744 0 -1 4202560 5726 0 0 0 1017 161 0 0 16 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 7 0 0 0
[pid=23929/tid=23939] ppid=23927 vsize=1545944 CPUtime=11.91
/proc/23929/task/23939/stat : 23939 (java) S 23927 23929 23744 0 -1 4202560 7433 0 0 0 1055 136 0 0 15 0 19 0 163692322 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23940] ppid=23927 vsize=1545944 CPUtime=1.16
/proc/23929/task/23940/stat : 23940 (java) S 23927 23929 23744 0 -1 4202560 381 0 0 0 68 48 0 0 15 0 19 0 163692323 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 0 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23941] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23941/stat : 23941 (java) S 23927 23929 23744 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23942] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23942/stat : 23942 (java) S 23927 23929 23744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163692323 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23943] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23943/stat : 23943 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 1 0 0 0
[pid=23929/tid=23944] ppid=23927 vsize=1545944 CPUtime=1.05
/proc/23929/task/23944/stat : 23944 (java) S 23927 23929 23744 0 -1 4202560 2662 0 0 0 105 0 0 0 15 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 0 0 0 0
[pid=23929/tid=23945] ppid=23927 vsize=1545944 CPUtime=1.22
/proc/23929/task/23945/stat : 23945 (java) S 23927 23929 23744 0 -1 4202560 8373 0 0 0 121 1 0 0 15 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 5 0 0 0
[pid=23929/tid=23946] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23946/stat : 23946 (java) S 23927 23929 23744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 3 0 0 0
[pid=23929/tid=23947] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23947/stat : 23947 (java) S 23927 23929 23744 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 163692325 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
[pid=23929/tid=23948] ppid=23927 vsize=1545944 CPUtime=0
/proc/23929/task/23948/stat : 23948 (java) S 23927 23929 23744 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163692352 1583046656 94209 4089446400 134512640 134550932 4291825536 18446744073709551615 4294960144 0 4 0 16800975 18446604471124243392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1545944

Child status: 143
Real time (s): 1719.58
CPU time (s): 1800.2
CPU user time (s): 1787.7
CPU system time (s): 12.5011
CPU usage (%): 104.689
Max. virtual memory (cumulated for all children) (KiB): 1548400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.7
system time used= 12.5011
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105666
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= 101691
involuntary context switches= 2898725

runsolver used 3.14052 second user time and 6.45902 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 14:22:08
IDJOB=2692107
IDBENCH=78883
IDSOLVER=1203
FILE ID=node119/2692107-1277900528
PBS_JOBID= 11197232
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564824--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692107-1277900528/watcher-2692107-1277900528 -o /tmp/evaluation-result-2692107-1277900528/solver-2692107-1277900528 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2692107-1277900528.wbo

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

MD5SUM BENCH= bcc83dde29b6f868056a0bfa1b1372de
RANDOM SEED=432229367

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
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.73
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.802
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.802
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.802
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:      31569340 kB
Buffers:        184916 kB
Cached:         948460 kB
SwapCached:          0 kB
Active:         615452 kB
Inactive:       624288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31569340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1280 kB
Writeback:           0 kB
AnonPages:      105948 kB
Mapped:          20456 kB
Slab:            78456 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1644004 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= 74208 MiB
End job on node119 at 2010-06-30 14:50:50