Trace number 2661820

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)3 1800.14 1768.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=6-P0=13-P1=23-P2=59-P3=41-P4=53-B.opb
MD5SUM84a6dc06fba278aa97da18c43cb21b39
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.403937
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables72
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)144
Sum of products size (including duplicates)288
Number of different products144
Sum of products size288

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
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.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661820-1276650500.opb
0.23/0.21	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.121s.
0.36/0.33	c #vars     216
0.36/0.33	c #constraints  301
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 157
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 157
4.54/2.49	c cleaning 2498 clauses out of 5000 with flag 5001/5001
7.30/3.81	c And the winner is Resolution
8.13/4.34	c SATISFIABLE
8.13/4.34	c OPTIMIZING...
8.13/4.34	c Got one! Elapsed wall clock time (in seconds):4.133
8.13/4.34	o 33
9.61/5.13	c cleaning 4250 clauses out of 8500 with flag 11000/11000
10.97/5.84	c And the winner is Resolution
11.07/6.42	c Got one! Elapsed wall clock time (in seconds):6.213
11.07/6.42	o 17
11.07/6.44	c And the winner is Resolution
11.11/7.43	c Got one! Elapsed wall clock time (in seconds):7.219
11.11/7.43	o 3
11.11/7.43	c And the winner is Resolution
36.39/32.41	c cleaning 0 clauses out of 5001 with flag 0/5001
140.43/135.47	c cleaning 0 clauses out of 11001 with flag 0/11001
331.52/324.41	c cleaning 0 clauses out of 18000 with flag 0/18000
781.37/768.78	c cleaning 0 clauses out of 26000 with flag 0/26000
1588.78/1561.22	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.02/1768.02	c starts		: 37
1800.02/1768.02	c conflicts		: 11827
1800.02/1768.02	c decisions		: 14067
1800.02/1768.02	c propagations		: 168882
1800.02/1768.02	c inspects		: 3232234
1800.02/1768.02	c learnt literals	: 3
1800.02/1768.02	c learnt binary clauses	: 3
1800.02/1768.02	c learnt ternary clauses	: 1
1800.02/1768.02	c learnt clauses	: 11824
1800.02/1768.02	c ignored clauses	: 0
1800.02/1768.02	c root simplifications	: 0
1800.02/1768.02	c removed literals (reason simplification)	: 164675
1800.02/1768.02	c reason swapping (by a shorter reason)	: 0
1800.02/1768.02	c Calls to reduceDB	: 2
1800.02/1768.02	c number of reductions to clauses (during analyze)	: 0
1800.02/1768.02	c number of learned constraints concerned by reduction	: 0
1800.02/1768.02	c number of learning phase by resolution	: 0
1800.02/1768.02	c number of learning phase by cutting planes	: 0
1800.02/1768.02	c speed (assignments/second)	: 95.92330770183244
1800.02/1768.02	c non guided choices	327
1800.02/1768.03	c learnt constraints type 
1800.02/1768.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5073
1800.02/1768.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.02/1768.03	c constraints type 
1800.02/1768.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
1800.02/1768.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 158
1800.02/1768.03	c constraints type 
1800.02/1768.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1800.02/1768.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 158
1800.02/1768.03	s SATISFIABLE
1800.02/1768.03	v x1 x2 -x3 -x4 -x5 -x6 x7 x8 -x9 -x10 -x11 -x12 x13 x14 -x15 x16 -x17 x18 x19 x20 -x21 -x22 -x23 -x24 x25 -x26 x27 x28 x29 -x30 x31 -x32 -x33 x34 -x35 -x36 x37 x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 
1800.02/1768.03	c objective function=3
1800.02/1768.03	c Total wall clock time (in seconds): 1767.823

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661820-1276650500/watcher-2661820-1276650500 -o /tmp/evaluation-result-2661820-1276650500/solver-2661820-1276650500 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661820-1276650500.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.00 1.00 1.00 3/105 15493
/proc/meminfo: memFree=1829488/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=248 CPUtime=0
/proc/15493/stat : 15493 (java) R 15491 15493 13972 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 6343193 253952 28 1992294400 134512640 134550932 4288787008 18446744073709551615 10461662 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15493/statm: 62 28 21 10 0 23 0

[startup+0.109486 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15493
/proc/meminfo: memFree=1829488/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1524180 CPUtime=0.09
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 4049 0 1 0 7 2 0 0 18 0 12 0 6343193 1560760320 3487 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 381045 3487 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.201495 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15493
/proc/meminfo: memFree=1829488/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1526260 CPUtime=0.23
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 5114 0 1 0 20 3 0 0 18 0 12 0 6343193 1562890240 4550 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 381565 4550 1346 10 0 378868 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526260

[startup+0.301506 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15493
/proc/meminfo: memFree=1829488/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1526260 CPUtime=0.36
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 5402 0 1 0 33 3 0 0 18 0 12 0 6343193 1562890240 4838 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 381565 4838 1364 10 0 378868 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526260

[startup+0.767579 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15493
/proc/meminfo: memFree=1829488/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1531840 CPUtime=1.29
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 7322 0 1 0 125 4 0 0 18 0 16 0 6343193 1568604160 6555 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 382960 6555 1419 10 0 380263 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1531840

[startup+1.50266 s]
/proc/loadavg: 1.00 1.00 1.00 5/121 15509
/proc/meminfo: memFree=1798732/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1531976 CPUtime=2.75
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 11914 0 1 0 268 7 0 0 18 0 16 0 6343193 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 382994 10728 1421 10 0 380297 0
[pid=15493/tid=15495] ppid=15491 vsize=1531976 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3832 0 1 0 25 3 0 0 18 0 16 0 6343194 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6343195 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6343195 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6343197 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6343197 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6343197 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6343202 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1531976 CPUtime=0.16
/proc/15493/task/15502/stat : 15502 (java) R 15491 15493 13972 0 -1 4202560 370 0 0 0 16 0 0 0 25 0 16 0 6343202 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 105747394 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1531976 CPUtime=1.04
/proc/15493/task/15503/stat : 15503 (java) R 15491 15493 13972 0 -1 4202560 1956 0 0 0 104 0 0 0 16 0 16 0 6343202 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 106119506 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6343202 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6343202 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15506] ppid=15491 vsize=1531976 CPUtime=0.92
/proc/15493/task/15506/stat : 15506 (java) R 15491 15493 13972 0 -1 4202560 2434 0 0 0 91 1 0 0 20 0 16 0 6343226 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4109327927 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15493/tid=15507] ppid=15491 vsize=1531976 CPUtime=0.3
/proc/15493/task/15507/stat : 15507 (java) R 15491 15493 13972 0 -1 4202560 2247 0 0 0 29 1 0 0 25 0 16 0 6343226 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4108991594 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6343227 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1531976 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6343227 1568743424 10728 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1531976

[startup+3.10286 s]
/proc/loadavg: 1.00 1.00 1.00 4/121 15509
/proc/meminfo: memFree=1744172/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1546152 CPUtime=5.92
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 31989 0 1 0 570 22 0 0 18 0 16 0 6343193 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 386538 25606 1443 10 0 383841 0
[pid=15493/tid=15495] ppid=15491 vsize=1546152 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3832 0 1 0 25 3 0 0 18 0 16 0 6343194 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 409 0 0 0 0 0 0 0 18 0 16 0 6343195 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 29 0 0 0 0 0 0 0 17 0 16 0 6343195 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1546152 CPUtime=0.1
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 431 0 0 0 5 5 0 0 15 0 16 0 6343197 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6343197 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6343197 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6343202 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1546152 CPUtime=0.39
/proc/15493/task/15502/stat : 15502 (java) R 15491 15493 13972 0 -1 4202560 1626 0 0 0 39 0 0 0 25 0 16 0 6343202 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 103863441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1546152 CPUtime=2.55
/proc/15493/task/15503/stat : 15503 (java) R 15491 15493 13972 0 -1 4202560 9563 0 0 0 252 3 0 0 17 0 16 0 6343202 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6343202 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6343202 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15506] ppid=15491 vsize=1546152 CPUtime=1.62
/proc/15493/task/15506/stat : 15506 (java) R 15491 15493 13972 0 -1 4202560 5686 0 0 0 159 3 0 0 20 0 16 0 6343226 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4109328088 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15493/tid=15507] ppid=15491 vsize=1546152 CPUtime=0.9
/proc/15493/task/15507/stat : 15507 (java) R 15491 15493 13972 0 -1 4202560 9341 0 0 0 85 5 0 0 25 0 16 0 6343226 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4109001378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6343227 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1546152 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6343227 1583259648 25606 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1546152

[startup+6.30124 s]
/proc/loadavg: 1.32 1.07 1.02 5/121 15511
/proc/meminfo: memFree=1663448/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1552004 CPUtime=11.07
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 54796 0 1 0 1056 51 0 0 18 0 14 0 6343193 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 388001 41811 1447 10 0 385304 0
[pid=15493/tid=15495] ppid=15491 vsize=1552004 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3835 0 1 0 25 3 0 0 17 0 14 0 6343194 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1552004 CPUtime=0.02
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 724 0 0 0 2 0 0 0 18 0 14 0 6343195 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1552004 CPUtime=0.01
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 466 0 0 0 1 0 0 0 16 0 14 0 6343195 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1552004 CPUtime=0.47
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1058 0 0 0 22 25 0 0 16 0 14 0 6343197 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6343197 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6343197 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6343202 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1552004 CPUtime=1.3
/proc/15493/task/15502/stat : 15502 (java) S 15491 15493 13972 0 -1 4202560 5323 0 0 0 129 1 0 0 15 0 14 0 6343202 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1552004 CPUtime=4.3
/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14072 0 0 0 425 5 0 0 16 0 14 0 6343202 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6343202 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 6343202 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6343227 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 6343227 1589252096 41811 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 1552004

[startup+12.701 s]
/proc/loadavg: 1.29 1.06 1.02 2/120 15515
/proc/meminfo: memFree=1630720/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1552004 CPUtime=16.5
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 64598 0 1 0 1596 54 0 0 18 0 15 0 6343193 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 388001 51198 1447 10 0 385304 0
[pid=15493/tid=15495] ppid=15491 vsize=1552004 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3835 0 1 0 25 3 0 0 15 0 15 0 6343194 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1552004 CPUtime=0.11
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 2401 0 0 0 11 0 0 0 16 0 15 0 6343195 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1552004 CPUtime=0.12
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 2288 0 0 0 11 1 0 0 15 0 15 0 6343195 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1552004 CPUtime=0.48
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1058 0 0 0 23 25 0 0 15 0 15 0 6343197 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1552004 CPUtime=1.3
/proc/15493/task/15502/stat : 15502 (java) S 15491 15493 13972 0 -1 4202560 5323 0 0 0 129 1 0 0 15 0 15 0 6343202 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1552004 CPUtime=4.33
/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14072 0 0 0 428 5 0 0 15 0 15 0 6343202 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 6343202 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6343227 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 6343227 1589252096 51198 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0

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

/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14123 0 0 0 525 5 0 0 16 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0.01
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 93 0 0 0 1 0 0 0 15 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6343227 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 6343227 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15515] ppid=15491 vsize=1552004 CPUtime=1567.34
/proc/15493/task/15515/stat : 15515 (java) R 15491 15493 13972 0 -1 4202560 7479 0 0 0 156724 10 0 0 25 0 15 0 6343936 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4109632949 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.82
Current children cumulated vsize (KiB) 1552004

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 15562
/proc/meminfo: memFree=1506216/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1552004 CPUtime=1692.38
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 97603 0 1 0 169129 109 0 0 18 0 15 0 6343193 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 388001 81423 1447 10 0 385304 0
[pid=15493/tid=15495] ppid=15491 vsize=1552004 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3841 0 1 0 25 3 0 0 15 0 15 0 6343194 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1552004 CPUtime=26.36
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 17868 0 0 0 2619 17 0 0 15 0 15 0 6343195 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1552004 CPUtime=26.42
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 18124 0 0 0 2620 22 0 0 16 0 15 0 6343195 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1552004 CPUtime=2.18
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1386 0 0 0 185 33 0 0 15 0 15 0 6343197 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1552004 CPUtime=1.38
/proc/15493/task/15502/stat : 15502 (java) S 15491 15493 13972 0 -1 4202560 5323 0 0 0 137 1 0 0 15 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1552004 CPUtime=5.3
/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14123 0 0 0 525 5 0 0 16 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0.01
/proc/15493/task/15505/stat : 15505 (java) R 15491 15493 13972 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6343227 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 6343227 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15515] ppid=15491 vsize=1552004 CPUtime=1625.71
/proc/15493/task/15515/stat : 15515 (java) R 15491 15493 13972 0 -1 4202560 7523 0 0 0 162561 10 0 0 25 0 15 0 6343936 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4109633215 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1692.38
Current children cumulated vsize (KiB) 1552004

[startup+1722.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/120 15564
/proc/meminfo: memFree=1506092/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1552004 CPUtime=1753.46
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 97653 0 1 0 175235 111 0 0 18 0 15 0 6343193 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 388001 81423 1447 10 0 385304 0
[pid=15493/tid=15495] ppid=15491 vsize=1552004 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3841 0 1 0 25 3 0 0 15 0 15 0 6343194 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1552004 CPUtime=27.5
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 17868 0 0 0 2732 18 0 0 16 0 15 0 6343195 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1552004 CPUtime=27.55
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 18124 0 0 0 2733 22 0 0 16 0 15 0 6343195 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1552004 CPUtime=2.18
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1390 0 0 0 185 33 0 0 15 0 15 0 6343197 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1552004 CPUtime=1.38
/proc/15493/task/15502/stat : 15502 (java) S 15491 15493 13972 0 -1 4202560 5323 0 0 0 137 1 0 0 15 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1552004 CPUtime=5.3
/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14123 0 0 0 525 5 0 0 16 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0.01
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 99 0 0 0 1 0 0 0 15 0 15 0 6343202 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6343227 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 6343227 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15515] ppid=15491 vsize=1552004 CPUtime=1684.5
/proc/15493/task/15515/stat : 15515 (java) R 15491 15493 13972 0 -1 4202560 7565 0 0 0 168440 10 0 0 25 0 15 0 6343936 1589252096 81423 1992294400 134512640 134550932 4288787008 18446744073709551615 4109465593 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1753.46
Current children cumulated vsize (KiB) 1552004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.01 s]
/proc/loadavg: 1.06 1.04 1.01 2/120 15564
/proc/meminfo: memFree=1502628/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1552004 CPUtime=1800.02
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 98601 0 1 0 179890 112 0 0 18 0 15 0 6343193 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 388001 82318 1447 10 0 385304 0
[pid=15493/tid=15495] ppid=15491 vsize=1552004 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3843 0 1 0 25 3 0 0 15 0 15 0 6343194 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1552004 CPUtime=28.38
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 18296 0 0 0 2820 18 0 0 16 0 15 0 6343195 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1552004 CPUtime=28.44
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 18607 0 0 0 2821 23 0 0 15 0 15 0 6343195 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1552004 CPUtime=2.19
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1392 0 0 0 186 33 0 0 15 0 15 0 6343197 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1552004 CPUtime=1.38
/proc/15493/task/15502/stat : 15502 (java) S 15491 15493 13972 0 -1 4202560 5323 0 0 0 137 1 0 0 15 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1552004 CPUtime=5.3
/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14123 0 0 0 525 5 0 0 16 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0.01
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6343227 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 6343227 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15515] ppid=15491 vsize=1552004 CPUtime=1729.28
/proc/15493/task/15515/stat : 15515 (java) R 15491 15493 13972 0 -1 4202560 7596 0 0 0 172918 10 0 0 25 0 15 0 6343936 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4109342508 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1552004

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

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

[startup+1768.01 s]
/proc/loadavg: 1.06 1.04 1.01 2/120 15564
/proc/meminfo: memFree=1502628/2059040 swapFree=4164956/4192956
[pid=15493] ppid=15491 vsize=1552004 CPUtime=1800.02
/proc/15493/stat : 15493 (java) S 15491 15493 13972 0 -1 4202496 98601 0 1 0 179890 112 0 0 18 0 15 0 6343193 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15493/statm: 388001 82318 1447 10 0 385304 0
[pid=15493/tid=15495] ppid=15491 vsize=1552004 CPUtime=0.28
/proc/15493/task/15495/stat : 15495 (java) S 15491 15493 13972 0 -1 4202560 3843 0 1 0 25 3 0 0 15 0 15 0 6343194 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15496] ppid=15491 vsize=1552004 CPUtime=28.38
/proc/15493/task/15496/stat : 15496 (java) S 15491 15493 13972 0 -1 4202560 18296 0 0 0 2820 18 0 0 16 0 15 0 6343195 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15497] ppid=15491 vsize=1552004 CPUtime=28.44
/proc/15493/task/15497/stat : 15497 (java) S 15491 15493 13972 0 -1 4202560 18607 0 0 0 2821 23 0 0 15 0 15 0 6343195 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15498] ppid=15491 vsize=1552004 CPUtime=2.19
/proc/15493/task/15498/stat : 15498 (java) S 15491 15493 13972 0 -1 4202560 1392 0 0 0 186 33 0 0 15 0 15 0 6343197 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 0 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15499] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15499/stat : 15499 (java) S 15491 15493 13972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15500] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15500/stat : 15500 (java) S 15491 15493 13972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 6343197 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15501] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15501/stat : 15501 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15502] ppid=15491 vsize=1552004 CPUtime=1.38
/proc/15493/task/15502/stat : 15502 (java) S 15491 15493 13972 0 -1 4202560 5323 0 0 0 137 1 0 0 15 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15503] ppid=15491 vsize=1552004 CPUtime=5.3
/proc/15493/task/15503/stat : 15503 (java) S 15491 15493 13972 0 -1 4202560 14123 0 0 0 525 5 0 0 16 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15504] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15504/stat : 15504 (java) S 15491 15493 13972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15505] ppid=15491 vsize=1552004 CPUtime=0.01
/proc/15493/task/15505/stat : 15505 (java) S 15491 15493 13972 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 15 0 6343202 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15508] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15508/stat : 15508 (java) S 15491 15493 13972 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6343227 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 0 0 0 0
[pid=15493/tid=15509] ppid=15491 vsize=1552004 CPUtime=0
/proc/15493/task/15509/stat : 15509 (java) S 15491 15493 13972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 6343227 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4294960144 0 4 0 16800975 18446604437878323136 0 0 -1 1 0 0 0
[pid=15493/tid=15515] ppid=15491 vsize=1552004 CPUtime=1729.28
/proc/15493/task/15515/stat : 15515 (java) R 15491 15493 13972 0 -1 4202560 7596 0 0 0 172918 10 0 0 25 0 15 0 6343936 1589252096 82318 1992294400 134512640 134550932 4288787008 18446744073709551615 4109342508 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1552004

Child status: 143
Real time (s): 1768.11
CPU time (s): 1800.14
CPU user time (s): 1798.98
CPU system time (s): 1.16182
CPU usage (%): 101.811
Max. virtual memory (cumulated for all children) (KiB): 1556100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.16182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98616
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= 51067
involuntary context switches= 36276

runsolver used 3.60345 second user time and 9.71852 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-16 03:08:20
IDJOB=2661820
IDBENCH=48075
IDSOLVER=1166
FILE ID=node080/2661820-1276650500
PBS_JOBID= 11172407
Free space on /tmp= 62592 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=13-P1=23-P2=59-P3=41-P4=53-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661820-1276650500/watcher-2661820-1276650500 -o /tmp/evaluation-result-2661820-1276650500/solver-2661820-1276650500 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661820-1276650500.opb

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

MD5SUM BENCH= 84a6dc06fba278aa97da18c43cb21b39
RANDOM SEED=242390210

node080.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1829884 kB
Buffers:         27088 kB
Cached:          92724 kB
SwapCached:       1540 kB
Active:          90412 kB
Inactive:        63124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1829884 kB
SwapTotal:     4192956 kB
SwapFree:      4164956 kB
Dirty:             224 kB
Writeback:           0 kB
AnonPages:       32128 kB
Mapped:          14296 kB
Slab:            53984 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62592 MiB
End job on node080 at 2010-06-16 03:37:50