Trace number 1856972

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.14 1793.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
MD5SUM57770cf676196c26ecb8cc01d6a682c4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81001
Total number of constraints241201
Number of constraints which are clauses241200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313498100123611208949766753886495932953416094301423590956938717964645268420282271424527841217460028761689119972815147010025
Number of bits of the biggest sum of numbers601
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856972-1244929366.opb
0.22/0.21	c reading problem ... 
8.77/7.32	c ... done. Wall clock time 7.106s.
8.77/7.32	c #vars     81001
8.77/7.32	c #constraints  261302
8.77/7.32	c constraints type 
8.77/7.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160800
8.77/7.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80400
8.77/7.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1793.41	c starts		: 1
1800.01/1793.41	c conflicts		: 3
1800.01/1793.41	c decisions		: 407
1800.01/1793.42	c propagations		: 102509
1800.01/1793.42	c inspects		: 505332
1800.01/1793.42	c learnt literals	: 0
1800.01/1793.42	c learnt binary clauses	: 0
1800.01/1793.42	c learnt ternary clauses	: 0
1800.01/1793.42	c learnt clauses	: 2
1800.01/1793.42	c ignored clauses	: 0
1800.01/1793.42	c root simplifications	: 0
1800.01/1793.42	c removed literals (reason simplification)	: 0
1800.01/1793.42	c reason swapping (by a shorter reason)	: 0
1800.01/1793.42	c Calls to reduceDB	: 0
1800.01/1793.42	c speed (assignments/second)	: 57.39280385421828
1800.01/1793.42	c non guided choices	2
1800.01/1793.42	c learnt constraints type 
1800.01/1793.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1793.42	c constraints type 
1800.01/1793.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160800
1800.01/1793.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80400
1800.01/1793.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1793.42	s UNKNOWN
1800.01/1793.42	c Total wall clock time (in seconds): 1793.206

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-1856972-1244929366/watcher-1856972-1244929366 -o /tmp/evaluation-result-1856972-1244929366/solver-1856972-1244929366 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856972-1244929366.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 13987
/proc/meminfo: memFree=1303336/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1612 CPUtime=0
/proc/13987/stat : 13987 (java6) R 13985 13987 13509 0 -1 0 174 0 0 0 0 0 0 0 20 0 1 0 160536877 1650688 146 1992294400 134512640 134550932 4294956160 18446744073709551615 8276736 0 0 4096 0 0 0 0 17 1 0 0
/proc/13987/statm: 411 148 111 9 0 53 0

[startup+0.0645 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 13987
/proc/meminfo: memFree=1303336/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1470220 CPUtime=0.05
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 3348 0 1 0 3 2 0 0 20 0 7 0 160536877 1505505280 3093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 367555 3093 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.102503 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 13987
/proc/meminfo: memFree=1303336/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1472584 CPUtime=0.09
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 3655 0 1 0 7 2 0 0 20 0 12 0 160536877 1507926016 3398 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 368146 3398 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302521 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 13987
/proc/meminfo: memFree=1303336/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1475156 CPUtime=0.37
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 5454 0 1 0 33 4 0 0 20 0 12 0 160536877 1510559744 5191 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 368789 5191 1354 9 0 366132 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475156

[startup+0.701558 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 13987
/proc/meminfo: memFree=1303336/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1476604 CPUtime=0.98
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 7670 0 1 0 94 4 0 0 20 0 12 0 160536877 1512042496 7150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 369151 7150 1398 9 0 366494 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476604

[startup+1.50164 s]
/proc/loadavg: 1.04 1.01 1.00 2/76 13999
/proc/meminfo: memFree=1267080/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1476604 CPUtime=1.95
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 23211 0 1 0 184 11 0 0 20 0 12 0 160536877 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 369151 22567 1402 9 0 366494 0
[pid=13987/tid=13989] ppid=13985 vsize=1476604 CPUtime=1.27
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 20892 0 1 0 118 9 0 0 25 0 12 0 160536878 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4109468075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 160536880 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 160536880 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160536881 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 160536882 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 160536882 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160536886 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1476604 CPUtime=0.3
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 495 0 0 0 30 0 0 0 16 0 12 0 160536886 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1476604 CPUtime=0.34
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 1084 0 0 0 34 0 0 0 17 0 12 0 160536886 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 160536886 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160536886 1512042496 22567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1476604

[startup+3.10178 s]
/proc/loadavg: 1.04 1.01 1.00 2/76 13999
/proc/meminfo: memFree=1168072/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1476604 CPUtime=3.69
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 40168 0 1 0 349 20 0 0 20 0 12 0 160536877 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 369151 39480 1412 9 0 366494 0
[pid=13987/tid=13989] ppid=13985 vsize=1476604 CPUtime=2.73
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 30939 0 1 0 258 15 0 0 25 0 12 0 160536878 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4109482317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1476604 CPUtime=0.13
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 3911 0 0 0 12 1 0 0 17 0 12 0 160536880 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1476604 CPUtime=0.13
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 2984 0 0 0 12 1 0 0 16 0 12 0 160536880 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 160536881 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 160536882 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160536882 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160536886 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1476604 CPUtime=0.3
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 495 0 0 0 30 0 0 0 16 0 12 0 160536886 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1476604 CPUtime=0.34
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 1084 0 0 0 34 0 0 0 17 0 12 0 160536886 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 160536886 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1476604 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160536886 1512042496 39480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1476604

[startup+6.30209 s]
/proc/loadavg: 1.12 1.03 1.01 2/76 13999
/proc/meminfo: memFree=1134608/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1475744 CPUtime=7.05
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 44429 0 1 0 682 23 0 0 20 0 12 0 160536877 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 368936 43341 1415 9 0 366279 0
[pid=13987/tid=13989] ppid=13985 vsize=1475744 CPUtime=5.78
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 30942 0 1 0 563 15 0 0 25 0 12 0 160536878 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 103615339 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1475744 CPUtime=0.27
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 6377 0 0 0 24 3 0 0 18 0 12 0 160536880 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1475744 CPUtime=0.26
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 4769 0 0 0 24 2 0 0 16 0 12 0 160536880 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1475744 CPUtime=0
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 160536881 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1475744 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 160536882 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1475744 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160536882 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1475744 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160536886 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1475744 CPUtime=0.3
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 495 0 0 0 30 0 0 0 16 0 12 0 160536886 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1475744 CPUtime=0.38
/proc/13987/task/13997/stat : 13997 (java) R 13985 13987 13509 0 -1 64 1087 0 0 0 38 0 0 0 16 0 12 0 160536886 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 103377929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1475744 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 160536886 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1475744 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160536886 1511161856 43341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1475744

[startup+12.7027 s]
/proc/loadavg: 1.27 1.06 1.02 2/77 14000
/proc/meminfo: memFree=1106952/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1487252 CPUtime=15.04
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 55006 0 1 0 1476 28 0 0 20 0 13 0 160536877 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 371813 50252 1429 9 0 369156 0
[pid=13987/tid=13989] ppid=13985 vsize=1487252 CPUtime=11.77
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 31002 0 1 0 1162 15 0 0 25 0 13 0 160536878 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4109903218 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1487252 CPUtime=0.44
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 9154 0 0 0 40 4 0 0 16 0 13 0 160536880 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1487252 CPUtime=0.42
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 6377 0 0 0 40 2 0 0 18 0 13 0 160536880 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 160536881 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 160536886 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1487252 CPUtime=0.8
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 1046 0 0 0 80 0 0 0 16 0 13 0 160536886 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1487252 CPUtime=1.55
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 6663 0 0 0 152 3 0 0 15 0 13 0 160536886 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 160536886 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160536886 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=14000] ppid=13985 vsize=1487252 CPUtime=0
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13509 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 160537628 1522946048 50252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1487252

[startup+25.5029 s]
/proc/loadavg: 1.21 1.06 1.01 2/77 14000
/proc/meminfo: memFree=1087944/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1483316 CPUtime=28.34
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 61273 0 1 0 2803 31 0 0 20 0 13 0 160536877 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 370829 55053 1429 9 0 368172 0
[pid=13987/tid=13989] ppid=13985 vsize=1483316 CPUtime=24.05
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 31015 0 1 0 2389 16 0 0 18 0 13 0 160536878 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4110062984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1483316 CPUtime=0.86
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 11954 0 0 0 81 5 0 0 16 0 13 0 160536880 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1483316 CPUtime=0.88
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 9821 0 0 0 83 5 0 0 17 0 13 0 160536880 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 160536881 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 55053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1483316 CPUtime=0

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

[pid=13987] ppid=13985 vsize=1483316 CPUtime=1608.49
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 67484 0 1 0 160587 262 0 0 20 0 13 0 160536877 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 370829 56441 1429 9 0 368172 0
[pid=13987/tid=13989] ppid=13985 vsize=1483316 CPUtime=1581.55
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 34673 0 1 0 158129 26 0 0 16 0 13 0 160536878 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4110051564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1483316 CPUtime=11.74
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 13101 0 0 0 1072 102 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1483316 CPUtime=11.92
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 10436 0 0 0 1083 109 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1483316 CPUtime=0.46
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 28 18 0 0 16 0 13 0 160536881 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1483316 CPUtime=1.06
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 1840 0 0 0 105 1 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1483316 CPUtime=1.7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 6670 0 0 0 167 3 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13509 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 160537628 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.49
Current children cumulated vsize (KiB) 1483316

[startup+1662.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 14008
/proc/meminfo: memFree=1081800/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1483316 CPUtime=1668.66
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 67620 0 1 0 166594 272 0 0 20 0 13 0 160536877 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 370829 56441 1429 9 0 368172 0
[pid=13987/tid=13989] ppid=13985 vsize=1483316 CPUtime=1640.84
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 34809 0 1 0 164058 26 0 0 23 0 13 0 160536878 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4110016032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1483316 CPUtime=12.16
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 13101 0 0 0 1109 107 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1483316 CPUtime=12.35
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 10436 0 0 0 1122 113 0 0 15 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1483316 CPUtime=0.49
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 30 19 0 0 16 0 13 0 160536881 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1483316 CPUtime=1.06
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 1840 0 0 0 105 1 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1483316 CPUtime=1.7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 6670 0 0 0 167 3 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=14000] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13509 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 160537628 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.66
Current children cumulated vsize (KiB) 1483316

[startup+1722.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 14008
/proc/meminfo: memFree=1081800/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1483316 CPUtime=1728.79
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 67755 0 1 0 172599 280 0 0 20 0 13 0 160536877 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 370829 56441 1429 9 0 368172 0
[pid=13987/tid=13989] ppid=13985 vsize=1483316 CPUtime=1700.1
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 34944 0 1 0 169984 26 0 0 21 0 13 0 160536878 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608037 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1483316 CPUtime=12.6
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 13101 0 0 0 1149 111 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1483316 CPUtime=12.78
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 10436 0 0 0 1161 117 0 0 15 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1483316 CPUtime=0.5
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 31 19 0 0 16 0 13 0 160536881 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1483316 CPUtime=1.06
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 1840 0 0 0 105 1 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1483316 CPUtime=1.7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 6670 0 0 0 167 3 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=14000] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13509 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 160537628 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 1483316

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14008
/proc/meminfo: memFree=1081736/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1483316 CPUtime=1788.9
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 67889 0 1 0 178601 289 0 0 20 0 13 0 160536877 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 370829 56441 1429 9 0 368172 0
[pid=13987/tid=13989] ppid=13985 vsize=1483316 CPUtime=1759.37
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 35078 0 1 0 175910 27 0 0 18 0 13 0 160536878 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4110062793 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1483316 CPUtime=13.02
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 13101 0 0 0 1187 115 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1483316 CPUtime=13.19
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 10436 0 0 0 1198 121 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1483316 CPUtime=0.51
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 31 20 0 0 16 0 13 0 160536881 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1483316 CPUtime=1.06
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 1840 0 0 0 105 1 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1483316 CPUtime=1.7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 6670 0 0 0 167 3 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=14000] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13509 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 160537628 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.9
Current children cumulated vsize (KiB) 1483316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14008
/proc/meminfo: memFree=1081800/2055920 swapFree=4182560/4192956
[pid=13987] ppid=13985 vsize=1483316 CPUtime=1800.01
/proc/13987/stat : 13987 (java) S 13985 13987 13509 0 -1 0 67912 0 1 0 179711 290 0 0 20 0 13 0 160536877 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 370829 56441 1429 9 0 368172 0
[pid=13987/tid=13989] ppid=13985 vsize=1483316 CPUtime=1770.34
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13509 0 -1 64 35101 0 1 0 177007 27 0 0 24 0 13 0 160536878 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4110062972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=1483316 CPUtime=13.08
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13509 0 -1 64 13101 0 0 0 1193 115 0 0 16 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13991] ppid=13985 vsize=1483316 CPUtime=13.26
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13509 0 -1 64 10436 0 0 0 1205 121 0 0 15 0 13 0 160536880 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=1483316 CPUtime=0.51
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13509 0 -1 64 19 0 0 0 31 20 0 0 16 0 13 0 160536881 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13509 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13509 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160536882 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=1483316 CPUtime=1.06
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13509 0 -1 64 1840 0 0 0 105 1 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=1483316 CPUtime=1.7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13509 0 -1 64 6670 0 0 0 167 3 0 0 16 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13998] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13509 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13509 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160536886 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=14000] ppid=13985 vsize=1483316 CPUtime=0
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13509 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 160537628 1518915584 56441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1483316

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): 1793.51
CPU time (s): 1800.14
CPU user time (s): 1797.19
CPU system time (s): 2.94755
CPU usage (%): 100.369
Max. virtual memory (cumulated for all children) (KiB): 1490036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.19
system time used= 2.94755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67935
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= 85593
involuntary context switches= 44048

runsolver used 2.08668 second user time and 5.75612 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-13 23:42:47
IDJOB=1856972
IDBENCH=3048
IDSOLVER=681
FILE ID=node18/1856972-1244929366
PBS_JOBID= 9354638
Free space on /tmp= 66184 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856972-1244929366/watcher-1856972-1244929366 -o /tmp/evaluation-result-1856972-1244929366/solver-1856972-1244929366 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856972-1244929366.opb

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

MD5SUM BENCH= 57770cf676196c26ecb8cc01d6a682c4
RANDOM SEED=1095623366

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1303816 kB
Buffers:         60440 kB
Cached:         623096 kB
SwapCached:       4148 kB
Active:          56472 kB
Inactive:       634436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303816 kB
SwapTotal:     4192956 kB
SwapFree:      4182560 kB
Dirty:           14680 kB
Writeback:           0 kB
Mapped:          13060 kB
Slab:            47240 kB
Committed_AS:   119652 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66184 MiB
End job on node18 at 2009-06-14 00:12:43