Trace number 1855233

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.1UNSAT 13.096 11.8566

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.3.accl.ucl.opb
MD5SUM03090e2b7426cc03a4be73b62ee3d658
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.52461
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4622
Total number of constraints12569
Number of constraints which are clauses11753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints816
Minimum length of a constraint1
Maximum length of a constraint11
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 130
Number of bits of the biggest sum of numbers8
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.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1855233-1244870390.opb
0.22/0.21	c reading problem ... 
1.57/1.13	c ... done. Wall clock time 0.923s.
1.57/1.13	c #vars     4622
1.57/1.13	c #constraints  12569
1.57/1.13	c constraints type 
1.57/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8000
1.57/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 816
1.57/1.13	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 3752
12.92/11.78	c starts		: 12
12.92/11.78	c conflicts		: 21252
12.92/11.78	c decisions		: 57877
12.92/11.78	c propagations		: 5575060
12.92/11.78	c inspects		: 23570562
12.92/11.78	c learnt literals	: 13
12.92/11.78	c learnt binary clauses	: 81
12.92/11.78	c learnt ternary clauses	: 223
12.92/11.78	c learnt clauses	: 21238
12.92/11.78	c ignored clauses	: 0
12.92/11.78	c root simplifications	: 0
12.92/11.78	c removed literals (reason simplification)	: 333993
12.92/11.78	c reason swapping (by a shorter reason)	: 0
12.92/11.78	c Calls to reduceDB	: 0
12.92/11.78	c speed (assignments/second)	: 523578.13673929375
12.92/11.78	c non guided choices	667
13.02/11.81	c learnt constraints type 
13.02/11.81	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21157
13.02/11.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81
13.02/11.81	c constraints type 
13.02/11.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8000
13.02/11.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 816
13.02/11.81	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 3752
13.02/11.81	s UNSATISFIABLE
13.02/11.81	c Total wall clock time (in seconds): 11.604

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-1855233-1244870390/watcher-1855233-1244870390 -o /tmp/evaluation-result-1855233-1244870390/solver-1855233-1244870390 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855233-1244870390.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 11007
/proc/meminfo: memFree=1321456/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=18576 CPUtime=0
/proc/11007/stat : 11007 (runsolver) R 11005 11007 10080 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154638687 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11007/statm: 4644 284 249 26 0 2626 0

[startup+0.0584271 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11007
/proc/meminfo: memFree=1321456/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1470088 CPUtime=0.03
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 3220 0 1 0 2 1 0 0 20 0 7 0 154638687 1505370112 2965 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 367522 2965 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101433 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11007
/proc/meminfo: memFree=1321456/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1472584 CPUtime=0.08
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 3589 0 1 0 6 2 0 0 20 0 12 0 154638687 1507926016 3332 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 368146 3332 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301465 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11007
/proc/meminfo: memFree=1321456/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1474976 CPUtime=0.35
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 5031 0 1 0 32 3 0 0 20 0 12 0 154638687 1510375424 4767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 368744 4767 1355 9 0 366087 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474976

[startup+0.701529 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11007
/proc/meminfo: memFree=1321456/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1476000 CPUtime=0.98
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 7371 0 1 0 94 4 0 0 20 0 12 0 154638687 1511424000 6617 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369000 6617 1396 9 0 366343 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476000

[startup+1.50266 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 11019
/proc/meminfo: memFree=1291728/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1480728 CPUtime=2.32
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 14243 0 1 0 224 8 0 0 20 0 13 0 154638687 1516265472 11786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 370182 11788 1418 9 0 367525 0
[pid=11007/tid=11009] ppid=11005 vsize=1480728 CPUtime=1.04
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 9234 0 1 0 99 5 0 0 18 0 13 0 154638689 1516265472 11788 1992294400 134512640 134550932 4294956016 18446744073709551615 4109705921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 154638690 1516265472 11788 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154638690 1516265472 11788 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154638692 1516265472 11790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 154638692 1516265472 11791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154638692 1516265472 11792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1516265472 11792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1480728 CPUtime=0.59
/proc/11007/task/11016/stat : 11016 (java) R 11005 11007 10080 0 -1 64 1963 0 0 0 58 1 0 0 17 0 13 0 154638697 1516265472 11792 1992294400 134512640 134550932 4294956016 18446744073709551615 104163585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1480728 CPUtime=0.66
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2299 0 0 0 66 0 0 0 18 0 13 0 154638697 1516265472 11793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1516265472 11795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1516265472 11796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1480728

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1237840/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1480728 CPUtime=4.14
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 36736 0 1 0 399 15 0 0 20 0 13 0 154638687 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 370182 34272 1427 9 0 367525 0
[pid=11007/tid=11009] ppid=11005 vsize=1480728 CPUtime=2.59
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 30967 0 1 0 247 12 0 0 18 0 13 0 154638689 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4109697648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1480728 CPUtime=0.01
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 345 0 0 0 1 0 0 0 16 0 13 0 154638690 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1480728 CPUtime=0.01
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 358 0 0 0 1 0 0 0 16 0 13 0 154638690 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154638692 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154638692 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154638692 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1480728 CPUtime=0.75
/proc/11007/task/11016/stat : 11016 (java) S 11005 11007 10080 0 -1 64 1978 0 0 0 74 1 0 0 15 0 13 0 154638697 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1480728 CPUtime=0.74
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2333 0 0 0 74 0 0 0 16 0 13 0 154638697 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1480728 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154638803 1516265472 34272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1480728

[startup+6.30242 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1186128/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1479644 CPUtime=7.48
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 37924 0 1 0 732 16 0 0 20 0 13 0 154638687 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369911 35277 1431 9 0 367254 0
[pid=11007/tid=11009] ppid=11005 vsize=1479644 CPUtime=5.72
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 30973 0 1 0 560 12 0 0 19 0 13 0 154638689 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4109711743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1479644 CPUtime=0.03
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 871 0 0 0 3 0 0 0 17 0 13 0 154638690 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1479644 CPUtime=0.03
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 985 0 0 0 3 0 0 0 16 0 13 0 154638690 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11016/stat : 11016 (java) S 11005 11007 10080 0 -1 64 1995 0 0 0 82 1 0 0 16 0 13 0 154638697 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1479644 CPUtime=0.82
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2338 0 0 0 82 0 0 0 16 0 13 0 154638697 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154638803 1515155456 35277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 1479644

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

[startup+9.50193 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1183888/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1479644 CPUtime=10.71
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 38539 0 1 0 1054 17 0 0 20 0 13 0 154638687 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369911 35884 1431 9 0 367254 0
[pid=11007/tid=11009] ppid=11005 vsize=1479644 CPUtime=8.88
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 30976 0 1 0 876 12 0 0 25 0 13 0 154638689 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4109684990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1479644 CPUtime=0.06
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 1163 0 0 0 6 0 0 0 16 0 13 0 154638690 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1479644 CPUtime=0.05
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 1298 0 0 0 5 0 0 0 17 0 13 0 154638690 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11016/stat : 11016 (java) S 11005 11007 10080 0 -1 64 1995 0 0 0 82 1 0 0 16 0 13 0 154638697 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1479644 CPUtime=0.82
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2338 0 0 0 82 0 0 0 16 0 13 0 154638697 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154638803 1515155456 35884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 1479644

[startup+11.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1177616/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1479644 CPUtime=12.32
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 39969 0 1 0 1215 17 0 0 20 0 13 0 154638687 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369911 37145 1431 9 0 367254 0
[pid=11007/tid=11009] ppid=11005 vsize=1479644 CPUtime=10.45
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 30977 0 1 0 1033 12 0 0 18 0 13 0 154638689 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4109697234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1479644 CPUtime=0.07
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 1837 0 0 0 7 0 0 0 16 0 13 0 154638690 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1479644 CPUtime=0.08
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 2050 0 0 0 7 1 0 0 16 0 13 0 154638690 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11016/stat : 11016 (java) S 11005 11007 10080 0 -1 64 1995 0 0 0 82 1 0 0 16 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2338 0 0 0 83 0 0 0 17 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154638803 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1479644

[startup+11.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1177616/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1479644 CPUtime=12.72
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 39969 0 1 0 1255 17 0 0 20 0 13 0 154638687 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369911 37145 1431 9 0 367254 0
[pid=11007/tid=11009] ppid=11005 vsize=1479644 CPUtime=10.85
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 30977 0 1 0 1073 12 0 0 21 0 13 0 154638689 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4109680551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1479644 CPUtime=0.07
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 1837 0 0 0 7 0 0 0 16 0 13 0 154638690 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1479644 CPUtime=0.08
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 2050 0 0 0 7 1 0 0 16 0 13 0 154638690 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11016/stat : 11016 (java) S 11005 11007 10080 0 -1 64 1995 0 0 0 82 1 0 0 16 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2338 0 0 0 83 0 0 0 17 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154638803 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 1479644

[startup+11.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1177616/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1479644 CPUtime=12.92
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 39969 0 1 0 1275 17 0 0 20 0 13 0 154638687 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369911 37145 1431 9 0 367254 0
[pid=11007/tid=11009] ppid=11005 vsize=1479644 CPUtime=11.05
/proc/11007/task/11009/stat : 11009 (java) R 11005 11007 10080 0 -1 64 30977 0 1 0 1093 12 0 0 23 0 13 0 154638689 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4109667691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1479644 CPUtime=0.07
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 1837 0 0 0 7 0 0 0 16 0 13 0 154638690 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1479644 CPUtime=0.08
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 2050 0 0 0 7 1 0 0 16 0 13 0 154638690 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154638692 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11016/stat : 11016 (java) S 11005 11007 10080 0 -1 64 1995 0 0 0 82 1 0 0 16 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1479644 CPUtime=0.83
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2338 0 0 0 83 0 0 0 17 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154638697 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1479644 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154638803 1515155456 37145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 1479644

[startup+11.8023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11020
/proc/meminfo: memFree=1177616/2055920 swapFree=4192952/4192956
[pid=11007] ppid=11005 vsize=1479968 CPUtime=13.02
/proc/11007/stat : 11007 (java) S 11005 11007 10080 0 -1 0 39978 0 1 0 1285 17 0 0 20 0 14 0 154638687 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11007/statm: 369992 37154 1431 9 0 367335 0
[pid=11007/tid=11009] ppid=11005 vsize=1479968 CPUtime=11.13
/proc/11007/task/11009/stat : 11009 (java) S 11005 11007 10080 0 -1 64 30980 0 1 0 1101 12 0 0 25 0 14 0 154638689 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11010] ppid=11005 vsize=1479968 CPUtime=0.07
/proc/11007/task/11010/stat : 11010 (java) S 11005 11007 10080 0 -1 64 1837 0 0 0 7 0 0 0 16 0 14 0 154638690 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11011] ppid=11005 vsize=1479968 CPUtime=0.08
/proc/11007/task/11011/stat : 11011 (java) S 11005 11007 10080 0 -1 64 2050 0 0 0 7 1 0 0 16 0 14 0 154638690 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11012] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11012/stat : 11012 (java) S 11005 11007 10080 0 -1 64 26 0 0 0 0 0 0 0 16 0 14 0 154638692 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11013] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11013/stat : 11013 (java) S 11005 11007 10080 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 154638692 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11014] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11014/stat : 11014 (java) S 11005 11007 10080 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 154638692 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11015] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11015/stat : 11015 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 154638697 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11016] ppid=11005 vsize=1479968 CPUtime=0.83
/proc/11007/task/11016/stat : 11016 (java) R 11005 11007 10080 0 -1 64 1995 0 0 0 82 1 0 0 16 0 14 0 154638697 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 106128657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11017] ppid=11005 vsize=1479968 CPUtime=0.83
/proc/11007/task/11017/stat : 11017 (java) S 11005 11007 10080 0 -1 64 2338 0 0 0 83 0 0 0 17 0 14 0 154638697 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11018] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11018/stat : 11018 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 154638697 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11007/tid=11019] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11019/stat : 11019 (java) S 11005 11007 10080 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 154638697 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11007/tid=11020] ppid=11005 vsize=1479968 CPUtime=0
/proc/11007/task/11020/stat : 11020 (java) S 11005 11007 10080 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 154638803 1515487232 37154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 1479968

Child status: 20
Real time (s): 11.8566
CPU time (s): 13.096
CPU user time (s): 12.892
CPU system time (s): 0.203968
CPU usage (%): 110.454
Max. virtual memory (cumulated for all children) (KiB): 1481320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.892
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39991
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= 844
involuntary context switches= 658

runsolver used 0.012998 second user time and 0.042993 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-13 07:19:50
IDJOB=1855233
IDBENCH=1467
IDSOLVER=682
FILE ID=node26/1855233-1244870390
PBS_JOBID= 9354355
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.3.accl.ucl.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855233-1244870390/watcher-1855233-1244870390 -o /tmp/evaluation-result-1855233-1244870390/solver-1855233-1244870390 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855233-1244870390.opb

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

MD5SUM BENCH= 03090e2b7426cc03a4be73b62ee3d658
RANDOM SEED=423490120

node26.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.263
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.263
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:       1321872 kB
Buffers:         55384 kB
Cached:         594284 kB
SwapCached:          4 kB
Active:          35376 kB
Inactive:       628280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321872 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             684 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            56356 kB
Committed_AS:   121648 kB
PageTables:       1372 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= 66432 MiB
End job on node26 at 2009-06-13 07:20:02