Trace number 2659311

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 18.9551 17.456

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110970444.opb
MD5SUM547c52f23b294fa7872c44b68fb45037
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.068989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
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 lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose 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-2659311-1276271744.opb
0.22/0.21	c reading problem ... 
0.34/0.33	c ... done. Wall clock time 0.116s.
0.34/0.33	c #vars     169
0.34/0.33	c #constraints  101
0.34/0.33	c constraints type 
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.34/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.34/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.34/1.47	c cleaning 2498 clauses out of 5003 with flag 5003/5003
3.02/2.09	c cleaning 4249 clauses out of 8504 with flag 11002/11002
3.72/2.74	c cleaning 5623 clauses out of 11253 with flag 18000/18000
4.43/3.49	c cleaning 6811 clauses out of 13630 with flag 26000/26000
5.37/4.32	c cleaning 7905 clauses out of 15819 with flag 35000/35000
6.37/5.30	c cleaning 8952 clauses out of 17914 with flag 45000/45000
7.27/6.24	c cleaning 9476 clauses out of 18963 with flag 55001/55001
8.19/7.19	c cleaning 9740 clauses out of 19486 with flag 65000/65000
9.11/8.01	c cleaning 9874 clauses out of 19748 with flag 75002/75002
10.12/9.01	c cleaning 9932 clauses out of 19872 with flag 85000/85000
11.03/9.91	c cleaning 9967 clauses out of 19941 with flag 95001/95001
11.82/10.78	c cleaning 9980 clauses out of 19974 with flag 105001/105001
12.72/11.63	c cleaning 9992 clauses out of 19993 with flag 115000/115000
13.83/12.75	c cleaning 9997 clauses out of 20001 with flag 125000/125000
14.73/13.70	c cleaning 9999 clauses out of 20005 with flag 135001/135001
15.82/14.65	c cleaning 9997 clauses out of 20006 with flag 145001/145001
17.10/15.60	c cleaning 10001 clauses out of 20010 with flag 155002/155002
17.91/16.43	c cleaning 9998 clauses out of 20008 with flag 165001/165001
18.82/17.35	c cleaning 10001 clauses out of 20008 with flag 175001/175001
18.82/17.38	c starts		: 112
18.82/17.38	c conflicts		: 175051
18.82/17.38	c decisions		: 255390
18.82/17.38	c propagations		: 3836977
18.82/17.38	c inspects		: 57481622
18.82/17.38	c learnt literals	: 7
18.82/17.38	c learnt binary clauses	: 13
18.82/17.38	c learnt ternary clauses	: 127
18.82/17.38	c learnt clauses	: 175043
18.82/17.38	c ignored clauses	: 0
18.82/17.38	c root simplifications	: 0
18.82/17.38	c removed literals (reason simplification)	: 1622399
18.82/17.38	c reason swapping (by a shorter reason)	: 0
18.82/17.38	c Calls to reduceDB	: 19
18.82/17.38	c number of reductions to clauses (during analyze)	: 0
18.82/17.38	c number of learned constraints concerned by reduction	: 0
18.82/17.38	c number of learning phase by resolution	: 0
18.82/17.38	c number of learning phase by cutting planes	: 0
18.82/17.38	c speed (assignments/second)	: 224963.4732645403
18.82/17.38	c non guided choices	46
18.93/17.41	c learnt constraints type 
18.93/17.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10038
18.93/17.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
18.93/17.41	c constraints type 
18.93/17.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
18.93/17.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
18.93/17.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
18.93/17.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.93/17.41	s UNSATISFIABLE
18.93/17.41	c Total wall clock time (in seconds): 17.2

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-2659311-1276271744/watcher-2659311-1276271744 -o /tmp/evaluation-result-2659311-1276271744/solver-2659311-1276271744 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659311-1276271744.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.38 1.34 1.14 3/106 4088
/proc/meminfo: memFree=1581516/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1832 CPUtime=0
/proc/4088/stat : 4088 (java6) R 4086 4088 3366 0 -1 4194304 241 0 0 0 0 0 0 0 16 0 1 0 2778254 1875968 146 1992294400 134512640 134550932 4294295008 18446744073709551615 4286064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4088/statm: 458 148 111 10 0 63 0

[startup+0.0881671 s]
/proc/loadavg: 1.38 1.34 1.14 3/106 4088
/proc/meminfo: memFree=1581516/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1521796 CPUtime=0.07
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 3834 0 1 0 5 2 0 0 15 0 7 0 2778254 1558319104 3276 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 380449 3276 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101165 s]
/proc/loadavg: 1.38 1.34 1.14 3/106 4088
/proc/meminfo: memFree=1581516/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1524184 CPUtime=0.08
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 2778254 1560764416 3397 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 381046 3397 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301184 s]
/proc/loadavg: 1.38 1.34 1.14 3/106 4088
/proc/meminfo: memFree=1581516/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1526068 CPUtime=0.34
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 5317 0 1 0 31 3 0 0 15 0 12 0 2778254 1562693632 4753 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 381517 4753 1361 10 0 378819 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526068

[startup+0.701227 s]
/proc/loadavg: 1.38 1.34 1.14 3/106 4088
/proc/meminfo: memFree=1581516/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1530764 CPUtime=1.12
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 7233 0 1 0 108 4 0 0 15 0 13 0 2778254 1567502336 6079 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 382691 6079 1407 10 0 379993 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530764

[startup+1.5013 s]
/proc/loadavg: 1.38 1.34 1.14 5/119 4101
/proc/meminfo: memFree=1561760/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1530904 CPUtime=2.47
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 8261 0 1 0 242 5 0 0 15 0 13 0 2778254 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 382726 7104 1440 10 0 380028 0
[pid=4088/tid=4090] ppid=4086 vsize=1530904 CPUtime=1.44
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4455 0 1 0 141 3 0 0 25 0 13 0 2778255 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4109138896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 2778257 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 92 0 0 0 0 0 0 0 18 0 13 0 2778257 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1530904 CPUtime=0.01
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 13 0 2778259 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1530904 CPUtime=0.11
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 142 0 0 0 11 0 0 0 20 0 13 0 2778263 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1530904 CPUtime=0.87
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 2212 0 0 0 86 1 0 0 15 0 13 0 2778263 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1567645696 7104 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1530904

[startup+3.1019 s]
/proc/loadavg: 1.35 1.33 1.14 3/119 4101
/proc/meminfo: memFree=1557296/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1530904 CPUtime=4.13
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 8736 0 1 0 408 5 0 0 15 0 13 0 2778254 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 382726 7577 1440 10 0 380028 0
[pid=4088/tid=4090] ppid=4086 vsize=1530904 CPUtime=3
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4458 0 1 0 297 3 0 0 25 0 13 0 2778255 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4109088346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 13 0 2778257 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 13 0 2778257 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1530904 CPUtime=0.05
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 396 0 0 0 5 0 0 0 16 0 13 0 2778259 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1530904 CPUtime=0.14
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 14 0 0 0 15 0 13 0 2778263 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1530904 CPUtime=0.9
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 2216 0 0 0 89 1 0 0 15 0 13 0 2778263 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1567645696 7577 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1530904

[startup+6.30179 s]
/proc/loadavg: 1.35 1.33 1.14 2/119 4101
/proc/meminfo: memFree=1555312/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1530904 CPUtime=7.4
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 9059 0 1 0 734 6 0 0 15 0 13 0 2778254 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 382726 7838 1440 10 0 380028 0
[pid=4088/tid=4090] ppid=4086 vsize=1530904 CPUtime=6.06
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4463 0 1 0 603 3 0 0 25 0 13 0 2778255 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4108852079 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1530904 CPUtime=0.02
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 264 0 0 0 2 0 0 0 15 0 13 0 2778257 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1530904 CPUtime=0.02
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 276 0 0 0 2 0 0 0 16 0 13 0 2778257 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1530904 CPUtime=0.14
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 622 0 0 0 14 0 0 0 16 0 13 0 2778259 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1530904 CPUtime=0.14
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 14 0 0 0 15 0 13 0 2778263 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1530904 CPUtime=0.97
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 2226 0 0 0 96 1 0 0 15 0 13 0 2778263 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1567645696 7838 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1530904

[startup+12.7018 s]
/proc/loadavg: 1.30 1.32 1.13 2/119 4101
/proc/meminfo: memFree=1554568/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1530904 CPUtime=13.83
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 9119 0 1 0 1377 6 0 0 15 0 13 0 2778254 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 382726 7892 1440 10 0 380028 0
[pid=4088/tid=4090] ppid=4086 vsize=1530904 CPUtime=12.29
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4469 0 1 0 1226 3 0 0 25 0 13 0 2778255 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4109259457 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1530904 CPUtime=0.03
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 13 0 2778257 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1530904 CPUtime=0.04
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 277 0 0 0 4 0 0 0 16 0 13 0 2778257 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1530904 CPUtime=0.28
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 671 0 0 0 28 0 0 0 15 0 13 0 2778259 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1530904 CPUtime=0.14
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 14 0 0 0 15 0 13 0 2778263 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1530904 CPUtime=0.99
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 2229 0 0 0 98 1 0 0 15 0 13 0 2778263 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1530904 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1567645696 7892 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 1530904

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

[startup+15.9008 s]
/proc/loadavg: 1.30 1.32 1.13 2/119 4101
/proc/meminfo: memFree=1548740/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1533976 CPUtime=17.4
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 11307 0 1 0 1733 7 0 0 15 0 13 0 2778254 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 383494 8887 1440 10 0 380796 0
[pid=4088/tid=4090] ppid=4086 vsize=1533976 CPUtime=15.36
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4473 0 1 0 1533 3 0 0 25 0 13 0 2778255 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4109070740 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533976 CPUtime=0.04
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 266 0 0 0 4 0 0 0 15 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533976 CPUtime=0.05
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 278 0 0 0 5 0 0 0 15 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533976 CPUtime=0.38
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 724 0 0 0 38 0 0 0 16 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533976 CPUtime=0.15
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 15 0 0 0 16 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533976 CPUtime=1.36
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 4358 0 0 0 135 1 0 0 16 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.4
Current children cumulated vsize (KiB) 1533976

[startup+16.7008 s]
/proc/loadavg: 1.30 1.32 1.13 2/119 4101
/proc/meminfo: memFree=1550352/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1533976 CPUtime=18.2
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 11308 0 1 0 1813 7 0 0 15 0 13 0 2778254 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 383494 8887 1440 10 0 380796 0
[pid=4088/tid=4090] ppid=4086 vsize=1533976 CPUtime=16.14
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4474 0 1 0 1611 3 0 0 25 0 13 0 2778255 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4109139111 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533976 CPUtime=0.04
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 266 0 0 0 4 0 0 0 16 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533976 CPUtime=0.05
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 278 0 0 0 5 0 0 0 15 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533976 CPUtime=0.4
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 724 0 0 0 40 0 0 0 16 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533976 CPUtime=0.15
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 15 0 0 0 16 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533976 CPUtime=1.36
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 4358 0 0 0 135 1 0 0 16 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.2
Current children cumulated vsize (KiB) 1533976

[startup+17.1008 s]
/proc/loadavg: 1.30 1.32 1.13 2/119 4101
/proc/meminfo: memFree=1550352/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1533976 CPUtime=18.6
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 11308 0 1 0 1853 7 0 0 15 0 13 0 2778254 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 383494 8887 1440 10 0 380796 0
[pid=4088/tid=4090] ppid=4086 vsize=1533976 CPUtime=16.54
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4474 0 1 0 1651 3 0 0 25 0 13 0 2778255 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4109139111 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533976 CPUtime=0.04
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 266 0 0 0 4 0 0 0 16 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533976 CPUtime=0.05
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 278 0 0 0 5 0 0 0 15 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533976 CPUtime=0.4
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 724 0 0 0 40 0 0 0 16 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533976 CPUtime=0.15
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 15 0 0 0 16 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533976 CPUtime=1.36
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 4358 0 0 0 135 1 0 0 16 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.6
Current children cumulated vsize (KiB) 1533976

[startup+17.3008 s]
/proc/loadavg: 1.30 1.32 1.13 2/119 4101
/proc/meminfo: memFree=1550352/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1533976 CPUtime=18.82
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 11308 0 1 0 1875 7 0 0 15 0 13 0 2778254 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 383494 8887 1440 10 0 380796 0
[pid=4088/tid=4090] ppid=4086 vsize=1533976 CPUtime=16.73
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3366 0 -1 4202560 4474 0 1 0 1670 3 0 0 25 0 13 0 2778255 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4109398127 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533976 CPUtime=0.04
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 266 0 0 0 4 0 0 0 16 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533976 CPUtime=0.05
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 278 0 0 0 5 0 0 0 15 0 13 0 2778257 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533976 CPUtime=0.4
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 724 0 0 0 40 0 0 0 16 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2778259 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533976 CPUtime=0.16
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 16 0 0 0 15 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533976 CPUtime=1.38
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 4358 0 0 0 137 1 0 0 15 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2778263 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2778264 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533976 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2778288 1570791424 8887 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.82
Current children cumulated vsize (KiB) 1533976

[startup+17.4018 s]
/proc/loadavg: 1.30 1.32 1.13 2/119 4101
/proc/meminfo: memFree=1550352/2059040 swapFree=4192956/4192956
[pid=4088] ppid=4086 vsize=1534300 CPUtime=18.93
/proc/4088/stat : 4088 (java) S 4086 4088 3366 0 -1 4202496 11320 0 1 0 1886 7 0 0 15 0 14 0 2778254 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4088/statm: 383575 8898 1440 10 0 380877 0
[pid=4088/tid=4090] ppid=4086 vsize=1534300 CPUtime=16.79
/proc/4088/task/4090/stat : 4090 (java) S 4086 4088 3366 0 -1 4202560 4479 0 1 0 1676 3 0 0 25 0 14 0 2778255 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1534300 CPUtime=0.05
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3366 0 -1 4202560 266 0 0 0 5 0 0 0 16 0 14 0 2778257 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1534300 CPUtime=0.05
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3366 0 -1 4202560 279 0 0 0 5 0 0 0 15 0 14 0 2778257 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1534300 CPUtime=0.42
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3366 0 -1 4202560 724 0 0 0 42 0 0 0 15 0 14 0 2778259 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 0 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1534300 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2778259 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1534300 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 2778259 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1534300 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3366 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2778263 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1534300 CPUtime=0.16
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3366 0 -1 4202560 144 0 0 0 16 0 0 0 15 0 14 0 2778263 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1534300 CPUtime=1.38
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3366 0 -1 4202560 4358 0 0 0 137 1 0 0 15 0 14 0 2778263 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1534300 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 2778263 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1534300 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2778264 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1534300 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 2778288 1571123200 8898 1992294400 134512640 134550932 4293217696 18446744073709551615 4294960144 0 4 0 16800975 18446604437857593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.93
Current children cumulated vsize (KiB) 1534300

Child status: 20
Real time (s): 17.456
CPU time (s): 18.9551
CPU user time (s): 18.8751
CPU system time (s): 0.079987
CPU usage (%): 108.588
Max. virtual memory (cumulated for all children) (KiB): 1536696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8751
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11326
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= 715
involuntary context switches= 529

runsolver used 0.041993 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-11 17:55:44
IDJOB=2659311
IDBENCH=1174
IDSOLVER=1164
FILE ID=node004/2659311-1276271744
PBS_JOBID= 11172206
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970444.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659311-1276271744/watcher-2659311-1276271744 -o /tmp/evaluation-result-2659311-1276271744/solver-2659311-1276271744 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659311-1276271744.opb

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

MD5SUM BENCH= 547c52f23b294fa7872c44b68fb45037
RANDOM SEED=335402292

node004.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.210
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.42
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.210
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	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581788 kB
Buffers:         47240 kB
Cached:         304060 kB
SwapCached:          0 kB
Active:         152944 kB
Inactive:       257736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581788 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       59392 kB
Mapped:          15352 kB
Slab:            44544 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181796 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= 62532 MiB
End job on node004 at 2010-06-11 17:56:01