Trace number 1855185

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 Pseudo Resolution 2.1.1? (TO) 1801.08 1800.19

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
MD5SUMcb676620fd2a6e3770a1e7936dc60453
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.019996
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables540
Total number of constraints416
Number of constraints which are clauses378
Number of constraints which are cardinality constraints (but not clauses)38
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-2008 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.1.1.v20090612
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.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855185-1244870105.opb
0.22/0.22	c reading problem ... 
0.49/0.47	c ... done. Wall clock time 0.253s.
0.49/0.47	c #vars     540
0.49/0.47	c #constraints  416
0.49/0.47	c constraints type 
0.49/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 38
0.49/0.47	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 378
1800.63/1799.97	c starts		: 19
1800.63/1799.97	c conflicts		: 320291
1800.63/1799.97	c decisions		: 347992
1800.63/1799.97	c propagations		: 5821612
1800.63/1799.97	c inspects		: 2613544927
1800.63/1799.97	c learnt literals	: 0
1800.63/1799.97	c learnt binary clauses	: 0
1800.63/1799.97	c learnt ternary clauses	: 0
1800.63/1799.97	c learnt clauses	: 320291
1800.63/1799.97	c ignored clauses	: 0
1800.63/1799.97	c root simplifications	: 0
1800.63/1799.97	c removed literals (reason simplification)	: 2704993
1800.63/1799.97	c reason swapping (by a shorter reason)	: 0
1800.63/1799.97	c Calls to reduceDB	: 0
1800.63/1799.97	c speed (assignments/second)	: 3235.1455134510334
1800.63/1799.97	c non guided choices	163
1800.79/1800.09	c learnt constraints type 
1800.79/1800.09	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 320299
1800.79/1800.09	c constraints type 
1800.79/1800.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 38
1800.79/1800.09	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 378
1800.79/1800.09	s UNKNOWN
1800.79/1800.09	c Total wall clock time (in seconds): 1799.87

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6712
/proc/meminfo: memFree=1257856/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=0 CPUtime=0
/proc/6712/stat : 6712 (runsolver) R 6710 6712 5749 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154611372 0 0 1992294400 0 0 0 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6712/statm: 0 0 0 0 0 0 0

[startup+0.0679139 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6712
/proc/meminfo: memFree=1257856/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1471244 CPUtime=0.05
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 3321 0 1 0 4 1 0 0 18 0 7 0 154611372 1506553856 3066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 367811 3066 1029 9 0 365162 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1471244

[startup+0.101919 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6712
/proc/meminfo: memFree=1257856/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1473608 CPUtime=0.08
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 3599 0 1 0 7 1 0 0 18 0 12 0 154611372 1508974592 3342 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 368402 3342 1066 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301955 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6712
/proc/meminfo: memFree=1257856/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1474840 CPUtime=0.33
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 4976 0 1 0 31 2 0 0 18 0 12 0 154611372 1510236160 4714 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 368710 4714 1352 9 0 366053 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474840

[startup+0.701033 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6712
/proc/meminfo: memFree=1257856/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478724 CPUtime=1.03
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 7233 0 1 0 100 3 0 0 18 0 13 0 154611372 1514213376 6227 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369681 6227 1409 9 0 367024 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1478724

[startup+1.50219 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=1237272/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478724 CPUtime=1.93
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 7975 0 1 0 189 4 0 0 18 0 13 0 154611372 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369681 6941 1409 9 0 367024 0
[pid=6712/tid=6714] ppid=6710 vsize=1478724 CPUtime=1.27
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 4874 0 1 0 125 2 0 0 25 0 13 0 154611374 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4109099152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 154611375 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154611375 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154611377 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 154611377 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154611377 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154611382 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1478724 CPUtime=0.33
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 574 0 0 0 33 0 0 0 16 0 13 0 154611382 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1478724 CPUtime=0.3
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1782 0 0 0 29 1 0 0 17 0 13 0 154611382 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611382 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154611382 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154611420 1514213376 6941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1478724

[startup+3.1025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=1233432/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478724 CPUtime=3.64
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 9132 0 1 0 360 4 0 0 18 0 13 0 154611372 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369681 7942 1413 9 0 367024 0
[pid=6712/tid=6714] ppid=6710 vsize=1478724 CPUtime=2.86
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 5860 0 1 0 284 2 0 0 25 0 13 0 154611374 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4109496594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 154611375 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154611375 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154611377 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 154611377 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154611377 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154611382 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1478724 CPUtime=0.33
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 574 0 0 0 33 0 0 0 16 0 13 0 154611382 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1478724 CPUtime=0.43
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1953 0 0 0 42 1 0 0 16 0 13 0 154611382 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611382 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154611382 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1478724 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154611420 1514213376 7942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1478724

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=1227416/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478400 CPUtime=6.87
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 10420 0 1 0 681 6 0 0 18 0 13 0 154611372 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369600 9106 1413 9 0 366943 0
[pid=6712/tid=6714] ppid=6710 vsize=1478400 CPUtime=6.01
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 7128 0 1 0 597 4 0 0 25 0 13 0 154611374 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4109509052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 154611375 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154611375 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154611377 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 154611377 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154611377 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154611382 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1478400 CPUtime=0.36
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 593 0 0 0 36 0 0 0 16 0 13 0 154611382 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1478400 CPUtime=0.47
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1954 0 0 0 46 1 0 0 17 0 13 0 154611382 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611382 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154611382 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154611420 1513881600 9106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1478400

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=1219032/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478400 CPUtime=13.26
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 12354 0 1 0 1319 7 0 0 18 0 13 0 154611372 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369600 11040 1413 9 0 366943 0
[pid=6712/tid=6714] ppid=6710 vsize=1478400 CPUtime=12.41
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 9062 0 1 0 1236 5 0 0 25 0 13 0 154611374 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4109496077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 154611375 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154611375 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154611377 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 154611377 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154611377 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154611382 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1478400 CPUtime=0.36
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 593 0 0 0 36 0 0 0 16 0 13 0 154611382 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1478400 CPUtime=0.47
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1954 0 0 0 46 1 0 0 17 0 13 0 154611382 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611382 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154611382 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154611420 1513881600 11040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1478400

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=1207192/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478400 CPUtime=26.06
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 15220 0 1 0 2596 10 0 0 18 0 13 0 154611372 1513881600 13906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369600 13906 1413 9 0 366943 0
[pid=6712/tid=6714] ppid=6710 vsize=1478400 CPUtime=25.21
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 11928 0 1 0 2513 8 0 0 25 0 13 0 154611374 1513881600 13906 1992294400 134512640 134550932 4294956016 18446744073709551615 4109495858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 154611375 1513881600 13906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154611375 1513881600 13906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478400 CPUtime=0

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

[pid=6712] ppid=6710 vsize=1478400 CPUtime=1782.75
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 106249 0 1 0 178206 69 0 0 18 0 13 0 154611372 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369600 90910 1422 9 0 366943 0
[pid=6712/tid=6714] ppid=6710 vsize=1478400 CPUtime=1780.88
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 30950 0 1 0 178057 31 0 0 25 0 13 0 154611374 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4109570047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478400 CPUtime=0.49
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 33589 0 0 0 33 16 0 0 16 0 13 0 154611375 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478400 CPUtime=0.48
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 38411 0 0 0 30 18 0 0 16 0 13 0 154611375 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154611377 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 154611377 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154611377 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1478400 CPUtime=0.36
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 593 0 0 0 36 0 0 0 16 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1478400 CPUtime=0.49
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1955 0 0 0 48 1 0 0 17 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154611420 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.75
Current children cumulated vsize (KiB) 1478400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=897880/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1478400 CPUtime=1800.05
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 106249 0 1 0 179936 69 0 0 18 0 13 0 154611372 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6712/statm: 369600 90910 1422 9 0 366943 0
[pid=6712/tid=6714] ppid=6710 vsize=1478400 CPUtime=1798.18
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 30950 0 1 0 179787 31 0 0 25 0 13 0 154611374 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4109495670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1478400 CPUtime=0.49
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 33589 0 0 0 33 16 0 0 16 0 13 0 154611375 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1478400 CPUtime=0.48
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 38411 0 0 0 30 18 0 0 16 0 13 0 154611375 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154611377 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 154611377 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154611377 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1478400 CPUtime=0.36
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 593 0 0 0 36 0 0 0 16 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1478400 CPUtime=0.49
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1955 0 0 0 48 1 0 0 17 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154611382 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1478400 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154611420 1513881600 90910 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1478400

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

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

[startup+1799.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=897880/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1479048 CPUtime=1800.43
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 131797 0 1 0 179962 81 0 0 16 0 15 0 154611372 1514545152 108805 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6712/statm: 369762 108811 1422 9 0 367105 0
[pid=6712/tid=6714] ppid=6710 vsize=1479048 CPUtime=1798.19
/proc/6712/task/6714/stat : 6714 (java) S 6710 6712 5749 0 -1 64 30950 0 1 0 179788 31 0 0 25 0 15 0 154611374 1514545152 108814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1479048 CPUtime=0.67
/proc/6712/task/6715/stat : 6715 (java) R 6710 6712 5749 0 -1 64 45671 0 0 0 45 22 0 0 18 0 15 0 154611375 1514545152 108818 1992294400 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1479048 CPUtime=0.67
/proc/6712/task/6716/stat : 6716 (java) R 6710 6712 5749 0 -1 64 51875 0 0 0 42 25 0 0 18 0 15 0 154611375 1514545152 108823 1992294400 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 15 0 15 0 154611377 1514545152 108828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 154611377 1514545152 108833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 154611377 1514545152 108836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 154611382 1514545152 108841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1479048 CPUtime=0.36
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 593 0 0 0 36 0 0 0 16 0 15 0 154611382 1514545152 108845 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1479048 CPUtime=0.49
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1955 0 0 0 48 1 0 0 17 0 15 0 154611382 1514545152 108849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 15 0 154611382 1514545152 108855 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 154611382 1514545152 108860 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 154611420 1514545152 108864 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 1479048

[startup+1800 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=897880/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1479048 CPUtime=1800.79
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 141180 0 1 0 179994 85 0 0 16 0 15 0 154611372 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6712/statm: 369762 117079 1424 9 0 367105 0
[pid=6712/tid=6714] ppid=6710 vsize=1479048 CPUtime=1798.22
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 30950 0 1 0 179791 31 0 0 17 0 15 0 154611374 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4109570047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1479048 CPUtime=0.8
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 49713 0 0 0 57 23 0 0 18 0 15 0 154611375 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1479048 CPUtime=0.83
/proc/6712/task/6716/stat : 6716 (java) R 6710 6712 5749 0 -1 64 57197 0 0 0 56 27 0 0 20 0 15 0 154611375 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 15 0 15 0 154611377 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 154611377 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 154611377 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 154611382 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1479048 CPUtime=0.36
/proc/6712/task/6721/stat : 6721 (java) R 6710 6712 5749 0 -1 64 593 0 0 0 36 0 0 0 16 0 15 0 154611382 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1479048 CPUtime=0.5
/proc/6712/task/6722/stat : 6722 (java) R 6710 6712 5749 0 -1 64 1957 0 0 0 49 1 0 0 16 0 15 0 154611382 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 104144628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 15 0 154611382 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 154611382 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 154611420 1514545152 117079 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 1479048

[startup+1800.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6725
/proc/meminfo: memFree=897880/2055920 swapFree=4183064/4192956
[pid=6712] ppid=6710 vsize=1479048 CPUtime=1800.98
/proc/6712/stat : 6712 (java) S 6710 6712 5749 0 -1 0 141193 0 1 0 180013 85 0 0 16 0 14 0 154611372 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6712/statm: 369762 117092 1425 9 0 367105 0
[pid=6712/tid=6714] ppid=6710 vsize=1479048 CPUtime=1798.32
/proc/6712/task/6714/stat : 6714 (java) R 6710 6712 5749 0 -1 64 30950 0 1 0 179801 31 0 0 17 0 14 0 154611374 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4109570047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6715] ppid=6710 vsize=1479048 CPUtime=0.8
/proc/6712/task/6715/stat : 6715 (java) S 6710 6712 5749 0 -1 64 49713 0 0 0 57 23 0 0 16 0 14 0 154611375 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6716] ppid=6710 vsize=1479048 CPUtime=0.83
/proc/6712/task/6716/stat : 6716 (java) S 6710 6712 5749 0 -1 64 57197 0 0 0 56 27 0 0 20 0 14 0 154611375 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6717] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6717/stat : 6717 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 15 0 14 0 154611377 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6718] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6718/stat : 6718 (java) S 6710 6712 5749 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 154611377 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6719] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6719/stat : 6719 (java) S 6710 6712 5749 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 154611377 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6720] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6720/stat : 6720 (java) S 6710 6712 5749 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 154611382 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6721] ppid=6710 vsize=1479048 CPUtime=0.38
/proc/6712/task/6721/stat : 6721 (java) S 6710 6712 5749 0 -1 64 602 0 0 0 38 0 0 0 16 0 14 0 154611382 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6722] ppid=6710 vsize=1479048 CPUtime=0.5
/proc/6712/task/6722/stat : 6722 (java) S 6710 6712 5749 0 -1 64 1958 0 0 0 49 1 0 0 16 0 14 0 154611382 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6723] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6723/stat : 6723 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 23 0 14 0 154611382 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6712/tid=6724] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6724/stat : 6724 (java) S 6710 6712 5749 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 154611382 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6712/tid=6725] ppid=6710 vsize=1479048 CPUtime=0
/proc/6712/task/6725/stat : 6725 (java) S 6710 6712 5749 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 154611420 1514545152 117092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 1479048

Child status: 143
Real time (s): 1800.19
CPU time (s): 1801.08
CPU user time (s): 1800.15
CPU system time (s): 0.927858
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 1479132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.15
system time used= 0.927858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141193
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= 36895
involuntary context switches= 37381

runsolver used 2.01069 second user time and 4.55631 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-13 07:15:05
IDJOB=1855185
IDBENCH=1443
IDSOLVER=682
FILE ID=node5/1855185-1244870105
PBS_JOBID= 9354362
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855185-1244870105/watcher-1855185-1244870105 -o /tmp/evaluation-result-1855185-1244870105/solver-1855185-1244870105 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855185-1244870105.opb

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

MD5SUM BENCH= cb676620fd2a6e3770a1e7936dc60453
RANDOM SEED=463341063

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1258336 kB
Buffers:         71736 kB
Cached:         635988 kB
SwapCached:       4304 kB
Active:          64084 kB
Inactive:       652148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258336 kB
SwapTotal:     4192956 kB
SwapFree:      4183064 kB
Dirty:             328 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            67468 kB
Committed_AS:   120112 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node5 at 2009-06-13 07:45:06