Trace number 2663209

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-31OPT3 4.14037 4.82619

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_50_50.r.opb
MD5SUM8786be6bf033744768ef457842ce1869
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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.119981
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 variables100
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint50
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.49	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.49	c See www.sat4j.org for details.
0.16/0.50	c version 2.2.0.v20100531
0.16/0.50	c java.runtime.name	Java(TM) SE Runtime Environment
0.16/0.50	c java.vm.name		Java HotSpot(TM) Server VM
0.16/0.50	c java.vm.version	11.2-b01
0.16/0.50	c java.vm.vendor	Sun Microsystems Inc.
0.16/0.50	c sun.arch.data.model	32
0.16/0.50	c java.version		1.6.0_12
0.16/0.50	c os.name		Linux
0.16/0.50	c os.version		2.6.18-164.el5
0.16/0.50	c os.arch		i386
0.16/0.50	c Free memory 		1393557488
0.16/0.50	c Max memory 		1395916800
0.16/0.50	c Total memory 		1395916800
0.16/0.50	c Number of processors 	2
0.16/0.57	c Pseudo Boolean Optimization
0.16/0.57	c ManyCore solver with 2 solvers running in parallel
0.16/0.57	c --- Begin Solver configuration ---
0.16/0.57	c Stops conflict analysis at the first Unique Implication Point
0.16/0.57	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.16/0.57	c Learn all clauses as in MiniSAT
0.16/0.57	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.57	c Expensive reason simplification
0.16/0.57	c Armin Biere (Picosat) restarts strategy
0.16/0.57	c Glucose learned constraints deletion strategy
0.16/0.57	c timeout=2147483s
0.16/0.57	c DB Simplification allowed=false
0.16/0.57	c --- End Solver configuration ---
0.16/0.57	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.57	c --- Begin Solver configuration ---
0.16/0.57	c Stops conflict analysis at the first Unique Implication Point
0.16/0.57	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.16/0.57	c Learn all clauses as in MiniSAT
0.16/0.57	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.57	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.57	c No reason simplification
0.16/0.57	c Armin Biere (Picosat) restarts strategy
0.16/0.57	c Glucose learned constraints deletion strategy
0.16/0.57	c timeout=2147483s
0.16/0.57	c DB Simplification allowed=false
0.16/0.57	c --- End Solver configuration ---
0.16/0.57	
0.16/0.57	c solving HOME/instance-2663209-1276589883.opb
0.16/0.57	c reading problem ... 
0.48/0.74	c ... done. Wall clock time 0.172s.
0.48/0.74	c #vars     100
0.48/0.74	c #constraints  50
0.48/0.74	c constraints type 
0.48/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.48/0.74	c constraints type 
0.48/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.48/0.76	c And the winner is Resolution
0.72/1.75	c SATISFIABLE
0.72/1.75	c OPTIMIZING...
0.72/1.75	c Got one! Elapsed wall clock time (in seconds):1.181
0.72/1.75	o 4
1.21/2.07	c And the winner is Resolution
1.41/2.76	c Got one! Elapsed wall clock time (in seconds):2.193
1.41/2.76	o 3
3.66/3.92	c And the winner is CuttingPlanes
3.66/3.94	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.11/4.80	c starts		: 2
4.11/4.80	c conflicts		: 136
4.11/4.80	c decisions		: 1096
4.11/4.80	c propagations		: 2775
4.11/4.80	c inspects		: 48041
4.11/4.80	c learnt literals	: 0
4.11/4.80	c learnt binary clauses	: 0
4.11/4.80	c learnt ternary clauses	: 0
4.11/4.80	c learnt clauses	: 135
4.11/4.80	c ignored clauses	: 0
4.11/4.80	c root simplifications	: 0
4.11/4.80	c removed literals (reason simplification)	: 0
4.11/4.80	c reason swapping (by a shorter reason)	: 0
4.11/4.80	c Calls to reduceDB	: 0
4.11/4.80	c number of reductions to clauses (during analyze)	: 0
4.11/4.80	c number of learned constraints concerned by reduction	: 0
4.11/4.80	c number of learning phase by resolution	: 0
4.11/4.80	c number of learning phase by cutting planes	: 0
4.11/4.80	c speed (assignments/second)	: 1364.306784660767
4.11/4.80	c non guided choices	0
4.11/4.80	c learnt constraints type 
4.11/4.80	c constraints type 
4.11/4.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
4.11/4.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
4.11/4.80	c constraints type 
4.11/4.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
4.11/4.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
4.11/4.80	s OPTIMUM FOUND
4.11/4.80	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 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 
4.11/4.80	c objective function=3
4.11/4.80	c Total wall clock time (in seconds): 4.233

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-2663209-1276589883/watcher-2663209-1276589883 -o /tmp/evaluation-result-2663209-1276589883/solver-2663209-1276589883 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663209-1276589883.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 0.97 0.82 3/106 2522
/proc/meminfo: memFree=1692756/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=248 CPUtime=0
/proc/2522/stat : 2522 (java6) S 2520 2522 2383 0 -1 4194304 108 0 1 0 0 0 0 0 24 0 1 0 281836 253952 28 1992294400 134512640 134550932 4290370896 18446744073709551615 8925780 0 2147483391 4096 0 18446744071699268798 0 0 17 1 0 0 0
/proc/2522/statm: 62 28 21 10 0 23 0

[startup+0.0280749 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 2522
/proc/meminfo: memFree=1692756/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=392 CPUtime=0
/proc/2522/stat : 2522 (java6) D 2520 2522 2383 0 -1 4194304 116 0 1 0 0 0 0 0 24 0 1 0 281836 401408 36 1992294400 134512640 134550932 4290370896 18446744073709551615 8928423 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 1
/proc/2522/statm: 98 36 29 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.101094 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 2522
/proc/meminfo: memFree=1692756/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=13164 CPUtime=0.01
/proc/2522/stat : 2522 (java) D 2520 2522 2383 0 -1 4194304 463 0 13 0 0 1 0 0 24 0 1 0 281836 13479936 194 1992294400 134512640 134550932 4290453072 18446744073709551615 8885883 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 6
/proc/2522/statm: 3291 194 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.301129 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 2522
/proc/meminfo: memFree=1692756/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1520328 CPUtime=0.04
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 3200 0 88 0 1 3 0 0 23 0 4 0 281836 1556815872 2730 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 380082 2730 943 10 0 377392 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1520328

[startup+0.701198 s]
/proc/loadavg: 1.00 0.97 0.82 3/106 2522
/proc/meminfo: memFree=1692756/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1526504 CPUtime=0.48
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 5433 0 88 0 42 6 0 0 23 0 12 0 281836 1563140096 4957 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 381626 4958 1361 10 0 378929 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1526504

[startup+1.50132 s]
/proc/loadavg: 1.00 0.97 0.82 1/120 2538
/proc/meminfo: memFree=1661620/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1533520 CPUtime=0.72
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 7155 0 88 0 65 7 0 0 23 0 14 0 281836 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 383380 6455 1396 10 0 380683 0
[pid=2522/tid=2524] ppid=2520 vsize=1533520 CPUtime=0.37
/proc/2522/task/2524/stat : 2524 (java) S 2520 2522 2383 0 -1 4202560 3943 0 54 0 34 3 0 0 19 0 14 0 281853 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 14
[pid=2522/tid=2525] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2525/stat : 2525 (java) S 2520 2522 2383 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 14 0 281864 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2526] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2526/stat : 2526 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 281864 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2527] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2527/stat : 2527 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 281867 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2528] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2528/stat : 2528 (java) S 2520 2522 2383 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 14 0 281868 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2529] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2529/stat : 2529 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 281868 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2530] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2530/stat : 2530 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 281878 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2531] ppid=2520 vsize=1533520 CPUtime=0.16
/proc/2522/task/2531/stat : 2531 (java) S 2520 2522 2383 0 -1 4202560 685 0 0 0 16 0 0 0 18 0 14 0 281878 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2532] ppid=2520 vsize=1533520 CPUtime=0.12
/proc/2522/task/2532/stat : 2532 (java) S 2520 2522 2383 0 -1 4202560 1412 0 0 0 12 0 0 0 24 0 14 0 281878 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2533] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2533/stat : 2533 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 281878 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2534] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2534/stat : 2534 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 281878 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2537] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2537/stat : 2537 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 281912 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2538] ppid=2520 vsize=1533520 CPUtime=0
/proc/2522/task/2538/stat : 2538 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 281913 1570324480 6455 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1533520

[startup+3.1026 s]
/proc/loadavg: 0.92 0.95 0.82 2/120 2540
/proc/meminfo: memFree=1659016/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1534248 CPUtime=2.09
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 9297 0 88 0 201 8 0 0 23 0 16 0 281836 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 383562 8197 1424 10 0 380865 0
[pid=2522/tid=2524] ppid=2520 vsize=1534248 CPUtime=0.38
/proc/2522/task/2524/stat : 2524 (java) S 2520 2522 2383 0 -1 4202560 3978 0 54 0 35 3 0 0 19 0 16 0 281853 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 14
[pid=2522/tid=2525] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2525/stat : 2525 (java) S 2520 2522 2383 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 281864 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2526] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2526/stat : 2526 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 281864 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2527] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2527/stat : 2527 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 281867 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2528] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2528/stat : 2528 (java) S 2520 2522 2383 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 281868 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2529] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2529/stat : 2529 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 281868 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2530] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2530/stat : 2530 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 281878 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2531] ppid=2520 vsize=1534248 CPUtime=0.56
/proc/2522/task/2531/stat : 2531 (java) S 2520 2522 2383 0 -1 4202560 1032 0 0 0 56 0 0 0 15 0 16 0 281878 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2532] ppid=2520 vsize=1534248 CPUtime=0.65
/proc/2522/task/2532/stat : 2532 (java) R 2520 2522 2383 0 -1 4202560 1884 0 0 0 64 1 0 0 15 0 16 0 281878 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 102192171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2522/tid=2533] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2533/stat : 2533 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 281878 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2534] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2534/stat : 2534 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 281878 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2537] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2537/stat : 2537 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 281912 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2538] ppid=2520 vsize=1534248 CPUtime=0
/proc/2522/task/2538/stat : 2538 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 281913 1571069952 8197 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1534248
heavy processes:

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

[startup+3.90273 s]
/proc/loadavg: 0.92 0.95 0.82 4/122 2542
/proc/meminfo: memFree=1652056/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1542900 CPUtime=3.66
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 19855 0 88 0 354 12 0 0 23 0 16 0 281836 1579929600 16530 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 385725 16534 1432 10 0 383028 0
[pid=2522/tid=2524] ppid=2520 vsize=1542900 CPUtime=0.38
/proc/2522/task/2524/stat : 2524 (java) S 2520 2522 2383 0 -1 4202560 3978 0 54 0 35 3 0 0 18 0 16 0 281853 1579929600 16535 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 14
[pid=2522/tid=2525] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2525/stat : 2525 (java) S 2520 2522 2383 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 281864 1579929600 16537 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2526] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2526/stat : 2526 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 281864 1579929600 16538 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2527] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2527/stat : 2527 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 281867 1579929600 16539 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2528] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2528/stat : 2528 (java) S 2520 2522 2383 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 281868 1579929600 16542 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2529] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2529/stat : 2529 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 281868 1579929600 16543 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2530] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2530/stat : 2530 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 281878 1579929600 16545 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2531] ppid=2520 vsize=1542900 CPUtime=0.93
/proc/2522/task/2531/stat : 2531 (java) R 2520 2522 2383 0 -1 4202560 2973 0 0 0 92 1 0 0 16 0 16 0 281878 1579929600 16547 1992294400 134512640 134550932 4290453072 18446744073709551615 105578304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2522/tid=2532] ppid=2520 vsize=1542900 CPUtime=1.28
/proc/2522/task/2532/stat : 2532 (java) R 2520 2522 2383 0 -1 4202560 4361 0 0 0 126 2 0 0 16 0 16 0 281878 1579929600 16548 1992294400 134512640 134550932 4290453072 18446744073709551615 102334040 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2522/tid=2533] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2533/stat : 2533 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 281878 1579929600 16550 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2534] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2534/stat : 2534 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 281878 1579929600 16552 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2537] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2537/stat : 2537 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 281912 1579929600 16554 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2538] ppid=2520 vsize=1542900 CPUtime=0
/proc/2522/task/2538/stat : 2538 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 281913 1579929600 16555 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2541] ppid=2520 vsize=1542900 CPUtime=0.53
/proc/2522/task/2541/stat : 2541 (java) R 2520 2522 2383 0 -1 4202560 633 0 0 0 53 0 0 0 20 0 16 0 282113 1579929600 16558 1992294400 134512640 134550932 4290453072 18446744073709551615 103241153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2522/tid=2542] ppid=2520 vsize=1542900 CPUtime=0.33
/proc/2522/task/2542/stat : 2542 (java) R 2520 2522 2383 0 -1 4202560 6543 0 0 0 31 2 0 0 18 0 16 0 282113 1579929600 16560 1992294400 134512640 134550932 4290453072 18446744073709551615 4109448304 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1542900

[startup+4.30179 s]
/proc/loadavg: 0.92 0.95 0.82 1/120 2542
/proc/meminfo: memFree=1612144/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1543504 CPUtime=4.1
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 22840 0 88 0 396 14 0 0 23 0 14 0 281836 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 385876 18375 1443 10 0 383179 0
[pid=2522/tid=2524] ppid=2520 vsize=1543504 CPUtime=0.38
/proc/2522/task/2524/stat : 2524 (java) S 2520 2522 2383 0 -1 4202560 3978 0 54 0 35 3 0 0 18 0 14 0 281853 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 14
[pid=2522/tid=2525] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2525/stat : 2525 (java) S 2520 2522 2383 0 -1 4202560 420 0 0 0 0 0 0 0 17 0 14 0 281864 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2526] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2526/stat : 2526 (java) S 2520 2522 2383 0 -1 4202560 111 0 0 0 0 0 0 0 18 0 14 0 281864 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2527] ppid=2520 vsize=1543504 CPUtime=0.02
/proc/2522/task/2527/stat : 2527 (java) S 2520 2522 2383 0 -1 4202560 521 0 0 0 2 0 0 0 15 0 14 0 281867 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2528] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2528/stat : 2528 (java) S 2520 2522 2383 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 281868 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2529] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2529/stat : 2529 (java) S 2520 2522 2383 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 281868 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2530] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2530/stat : 2530 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2531] ppid=2520 vsize=1543504 CPUtime=1.07
/proc/2522/task/2531/stat : 2531 (java) S 2520 2522 2383 0 -1 4202560 3343 0 0 0 106 1 0 0 16 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2532] ppid=2520 vsize=1543504 CPUtime=1.49
/proc/2522/task/2532/stat : 2532 (java) S 2520 2522 2383 0 -1 4202560 5289 0 0 0 146 3 0 0 16 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2533] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2533/stat : 2533 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2534] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2534/stat : 2534 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2537] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2537/stat : 2537 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 281912 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2538] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2538/stat : 2538 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 281913 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 1543504

[startup+4.70186 s]
/proc/loadavg: 0.92 0.95 0.82 1/120 2542
/proc/meminfo: memFree=1612144/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1543504 CPUtime=4.1
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 22840 0 88 0 396 14 0 0 23 0 14 0 281836 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 385876 18375 1443 10 0 383179 0
[pid=2522/tid=2524] ppid=2520 vsize=1543504 CPUtime=0.38
/proc/2522/task/2524/stat : 2524 (java) S 2520 2522 2383 0 -1 4202560 3978 0 54 0 35 3 0 0 18 0 14 0 281853 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 14
[pid=2522/tid=2525] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2525/stat : 2525 (java) S 2520 2522 2383 0 -1 4202560 420 0 0 0 0 0 0 0 17 0 14 0 281864 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2526] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2526/stat : 2526 (java) S 2520 2522 2383 0 -1 4202560 111 0 0 0 0 0 0 0 18 0 14 0 281864 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2527] ppid=2520 vsize=1543504 CPUtime=0.02
/proc/2522/task/2527/stat : 2527 (java) S 2520 2522 2383 0 -1 4202560 521 0 0 0 2 0 0 0 15 0 14 0 281867 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2528] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2528/stat : 2528 (java) S 2520 2522 2383 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 281868 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2529] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2529/stat : 2529 (java) S 2520 2522 2383 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 281868 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2530] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2530/stat : 2530 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2531] ppid=2520 vsize=1543504 CPUtime=1.07
/proc/2522/task/2531/stat : 2531 (java) S 2520 2522 2383 0 -1 4202560 3343 0 0 0 106 1 0 0 16 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2532] ppid=2520 vsize=1543504 CPUtime=1.49
/proc/2522/task/2532/stat : 2532 (java) S 2520 2522 2383 0 -1 4202560 5289 0 0 0 146 3 0 0 16 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2533] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2533/stat : 2533 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2534] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2534/stat : 2534 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 281878 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2537] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2537/stat : 2537 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 281912 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2538] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2538/stat : 2538 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 281913 1580548096 18375 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 1543504

[startup+4.80188 s]
/proc/loadavg: 0.92 0.95 0.82 1/120 2542
/proc/meminfo: memFree=1612144/2059040 swapFree=4192956/4192956
[pid=2522] ppid=2520 vsize=1543504 CPUtime=4.11
/proc/2522/stat : 2522 (java) S 2520 2522 2383 0 -1 4202496 22844 0 88 0 397 14 0 0 23 0 15 0 281836 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 12
/proc/2522/statm: 385876 18378 1443 10 0 383179 0
[pid=2522/tid=2524] ppid=2520 vsize=1543504 CPUtime=0.39
/proc/2522/task/2524/stat : 2524 (java) S 2520 2522 2383 0 -1 4202560 3981 0 54 0 36 3 0 0 19 0 15 0 281853 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 14
[pid=2522/tid=2525] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2525/stat : 2525 (java) S 2520 2522 2383 0 -1 4202560 420 0 0 0 0 0 0 0 17 0 15 0 281864 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2526] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2526/stat : 2526 (java) S 2520 2522 2383 0 -1 4202560 111 0 0 0 0 0 0 0 18 0 15 0 281864 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2527] ppid=2520 vsize=1543504 CPUtime=0.02
/proc/2522/task/2527/stat : 2527 (java) S 2520 2522 2383 0 -1 4202560 521 0 0 0 2 0 0 0 15 0 15 0 281867 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 0 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2528] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2528/stat : 2528 (java) S 2520 2522 2383 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 281868 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2529] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2529/stat : 2529 (java) S 2520 2522 2383 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 281868 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2530] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2530/stat : 2530 (java) S 2520 2522 2383 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 281878 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2531] ppid=2520 vsize=1543504 CPUtime=1.07
/proc/2522/task/2531/stat : 2531 (java) S 2520 2522 2383 0 -1 4202560 3343 0 0 0 106 1 0 0 16 0 15 0 281878 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2532] ppid=2520 vsize=1543504 CPUtime=1.5
/proc/2522/task/2532/stat : 2532 (java) R 2520 2522 2383 0 -1 4202560 5289 0 0 0 147 3 0 0 15 0 15 0 281878 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 103864018 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2522/tid=2533] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2533/stat : 2533 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 281878 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 0 0 0 0
[pid=2522/tid=2534] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2534/stat : 2534 (java) S 2520 2522 2383 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 281878 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2537] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2537/stat : 2537 (java) S 2520 2522 2383 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 281912 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
[pid=2522/tid=2538] ppid=2520 vsize=1543504 CPUtime=0
/proc/2522/task/2538/stat : 2538 (java) S 2520 2522 2383 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 15 0 281913 1580548096 18378 1992294400 134512640 134550932 4290453072 18446744073709551615 4294960144 0 4 0 16800975 18446604437513774976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 1543504

Child status: 30
Real time (s): 4.82619
CPU time (s): 4.14037
CPU user time (s): 3.98939
CPU system time (s): 0.150977
CPU usage (%): 85.7895
Max. virtual memory (cumulated for all children) (KiB): 1544920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.98939
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22849
page faults= 88
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 934
involuntary context switches= 462

runsolver used 0.014997 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-15 10:18:03
IDJOB=2663209
IDBENCH=2839
IDSOLVER=1166
FILE ID=node082/2663209-1276589883
PBS_JOBID= 11173552
Free space on /tmp= 62552 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_50_50.r.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663209-1276589883/watcher-2663209-1276589883 -o /tmp/evaluation-result-2663209-1276589883/solver-2663209-1276589883 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663209-1276589883.opb

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

MD5SUM BENCH= 8786be6bf033744768ef457842ce1869
RANDOM SEED=2039057638

node082.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.215
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.43
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.215
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.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1693152 kB
Buffers:         15684 kB
Cached:         244512 kB
SwapCached:          0 kB
Active:          92300 kB
Inactive:       227132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1693152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             248 kB
Writeback:           0 kB
AnonPages:       59136 kB
Mapped:          15440 kB
Slab:            24596 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182272 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node082 at 2010-06-15 10:18:08