Trace number 419727

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23UNSAT 59.046 55.5693

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11944.opb
MD5SUMf83f841a8f4dff79c5180d1c656f5f99
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark18.3892
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables178730
Total number of constraints508210
Number of constraints which are clauses508210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/419727-1177411920/instance-419727-1177411920.opb
0.20/0.20	c reading problem ... 
12.30/10.21	c ... done. Wall clock time 10.011s.
12.30/10.21	c CPU time (experimental) 8.13s.
12.30/10.21	c #vars     178730
12.30/10.21	c #constraints  486291
58.90/55.49	c starts		: 2
58.90/55.49	c conflicts		: 8947
58.90/55.49	c decisions		: 95793
58.90/55.49	c propagations		: 29420720
58.90/55.49	c inspects		: 72236355
58.90/55.49	c learnt literals	: 8
58.90/55.49	c learnt binary clauses	: 328
58.90/55.49	c learnt ternary clauses	: 1692
58.90/55.49	c learnt clauses	: 8938
58.90/55.49	c root simplifications	: 0
58.90/55.49	c removed literals (reason simplification)	: 0
58.90/55.49	c reason swapping (by a shorter reason)	: 0
58.90/55.49	c Calls to reduceDB	: 0
58.90/55.49	c speed (decisions/second)	: 2117.9552941696697
58.90/55.49	c non guided choices	28561
58.90/55.49	s UNSATISFIABLE
58.90/55.49	c Total wall clock time (ms): 55.292

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-419727-1177411920 -o ROOT/results/node14/solver-419727-1177411920 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419727-1177411920/sat4jPseudoCPClause.jar /tmp/evaluation/419727-1177411920/instance-419727-1177411920.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 22244
/proc/meminfo: memFree=1890440/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=308 CPUtime=0
/proc/22244/stat : 22244 (java) R 22242 22244 22066 0 -1 0 54 0 0 0 0 0 0 0 19 0 1 0 189109876 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 1 0 0
/proc/22244/statm: 79 41 31 9 0 6 0

[startup+0.0718749 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 22244
/proc/meminfo: memFree=1890440/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1777708 CPUtime=0.06
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 3745 0 1 0 4 2 0 0 18 0 7 0 189109876 1820372992 3489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 444427 3489 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101878 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 22244
/proc/meminfo: memFree=1890440/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1780260 CPUtime=0.08
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 3996 0 1 0 6 2 0 0 18 0 12 0 189109876 1822986240 3739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 445065 3739 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780260

[startup+0.301897 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 22244
/proc/meminfo: memFree=1890440/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1782364 CPUtime=0.3
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 6684 0 1 0 26 4 0 0 18 0 12 0 189109876 1825140736 6424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 445591 6424 1263 9 0 443202 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782364

[startup+0.701932 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 22244
/proc/meminfo: memFree=1890440/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1783484 CPUtime=0.86
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 8496 0 1 0 81 5 0 0 18 0 12 0 189109876 1826287616 8025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 445871 8025 1298 9 0 443482 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783484

[startup+1.503 s]
/proc/loadavg: 0.84 0.94 0.98 2/89 22256
/proc/meminfo: memFree=1857064/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1785852 CPUtime=2
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 18250 0 1 0 190 10 0 0 18 0 12 0 189109876 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 446463 16446 1302 9 0 444074 0
[pid=22244/tid=22246] ppid=22242 vsize=1785852 CPUtime=1.03
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 14552 0 1 0 96 7 0 0 25 0 12 0 189109878 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102153822 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 189109879 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 189109879 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189109881 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 189109882 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 189109882 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189109886 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1785852 CPUtime=0.48
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 1563 0 0 0 47 1 0 0 16 0 12 0 189109886 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1785852 CPUtime=0.46
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 1416 0 0 0 46 0 0 0 16 0 12 0 189109886 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189109886 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1785852 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189109886 1828712448 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785852

[startup+3.10115 s]
/proc/loadavg: 0.84 0.94 0.98 2/89 22256
/proc/meminfo: memFree=1769512/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1786176 CPUtime=3.73
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 45150 0 1 0 349 24 0 0 18 0 12 0 189109876 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 446544 43332 1311 9 0 444155 0
[pid=22244/tid=22246] ppid=22242 vsize=1786176 CPUtime=2.49
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37694 0 1 0 230 19 0 0 21 0 12 0 189109878 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109638122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1786176 CPUtime=0.09
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 1842 0 0 0 9 0 0 0 16 0 12 0 189109879 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1786176 CPUtime=0.09
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 1904 0 0 0 9 0 0 0 17 0 12 0 189109879 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1786176 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 189109881 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1786176 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189109882 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1786176 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189109882 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1786176 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189109886 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1786176 CPUtime=0.51
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 1565 0 0 0 50 1 0 0 16 0 12 0 189109886 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1786176 CPUtime=0.5
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 1421 0 0 0 50 0 0 0 16 0 12 0 189109886 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1786176 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189109886 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1786176 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189109886 1829044224 43332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1786176

[startup+6.30145 s]
/proc/loadavg: 0.85 0.94 0.98 2/89 22256
/proc/meminfo: memFree=1683368/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1788420 CPUtime=7.49
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 57625 0 1 0 720 29 0 0 18 0 12 0 189109876 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 447105 55030 1312 9 0 444716 0
[pid=22244/tid=22246] ppid=22242 vsize=1788420 CPUtime=5.13
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37698 0 1 0 494 19 0 0 18 0 12 0 189109878 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343707 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1788420 CPUtime=0.63
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 8058 0 0 0 61 2 0 0 19 0 12 0 189109879 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1788420 CPUtime=0.64
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 8153 0 0 0 61 3 0 0 18 0 12 0 189109879 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1788420 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189109881 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1788420 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189109882 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1788420 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189109882 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1788420 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189109886 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1788420 CPUtime=0.51
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 1565 0 0 0 50 1 0 0 16 0 12 0 189109886 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1788420 CPUtime=0.52
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 1423 0 0 0 52 0 0 0 17 0 12 0 189109886 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1788420 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189109886 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1788420 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189109886 1831342080 55030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 1788420

[startup+12.7011 s]
/proc/loadavg: 0.86 0.94 0.98 2/90 22257
/proc/meminfo: memFree=1648480/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1795496 CPUtime=15.65
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 71601 0 1 0 1529 36 0 0 18 0 13 0 189109876 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448874 64678 1326 9 0 446485 0
[pid=22244/tid=22246] ppid=22242 vsize=1795496 CPUtime=10.06
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37742 0 1 0 986 20 0 0 18 0 13 0 189109878 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109803408 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1795496 CPUtime=1.73
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 14380 0 0 0 168 5 0 0 16 0 13 0 189109879 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1795496 CPUtime=1.72
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 12933 0 0 0 167 5 0 0 16 0 13 0 189109879 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 12 0 0 0 0 0 0 0 15 0 13 0 189109881 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189109882 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189109882 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189109886 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1795496 CPUtime=0.98
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 2246 0 0 0 97 1 0 0 16 0 13 0 189109886 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1795496 CPUtime=1.1
/proc/22244/task/22254/stat : 22254 (java) R 22242 22244 22066 0 -1 64 3567 0 0 0 109 1 0 0 16 0 13 0 189109886 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104916942 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189109886 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) R 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189109886 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22257] ppid=22242 vsize=1795496 CPUtime=0
/proc/22244/task/22257/stat : 22257 (java) S 22242 22244 22066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189110907 1838587904 64678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1795496

[startup+25.5023 s]
/proc/loadavg: 0.89 0.94 0.98 2/90 22257
/proc/meminfo: memFree=1617440/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1794344 CPUtime=28.78
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 77016 0 1 0 2839 39 0 0 18 0 13 0 189109876 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448586 69262 1327 9 0 446197 0
[pid=22244/tid=22246] ppid=22242 vsize=1794344 CPUtime=22.55
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37755 0 1 0 2234 21 0 0 25 0 13 0 189109878 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769419 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1794344 CPUtime=1.97
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 16532 0 0 0 191 6 0 0 17 0 13 0 189109879 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1794344 CPUtime=1.97
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 16169 0 0 0 190 7 0 0 17 0 13 0 189109879 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 189109881 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189109886 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22257] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22257/stat : 22257 (java) S 22242 22244 22066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189110907 1837408256 69262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1794344

[startup+51.1027 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 22257
/proc/meminfo: memFree=1622304/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1794344 CPUtime=54.56
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 77371 0 1 0 5415 41 0 0 18 0 13 0 189109876 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448586 68007 1327 9 0 446197 0
[pid=22244/tid=22246] ppid=22242 vsize=1794344 CPUtime=47.85
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37777 0 1 0 4764 21 0 0 25 0 13 0 189109878 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109685435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1794344 CPUtime=2.2
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 16675 0 0 0 213 7 0 0 17 0 13 0 189109879 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1794344 CPUtime=2.21
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 16358 0 0 0 213 8 0 0 17 0 13 0 189109879 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 189109881 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189109886 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1794344 CPUtime=1.05
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 2250 0 0 0 104 1 0 0 16 0 13 0 189109886 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1794344 CPUtime=1.2
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 3575 0 0 0 119 1 0 0 16 0 13 0 189109886 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189109886 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189109886 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22257] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22257/stat : 22257 (java) S 22242 22244 22066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189110907 1837408256 68007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.56
Current children cumulated vsize (KiB) 1794344

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

[startup+52.7028 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 22257
/proc/meminfo: memFree=1623648/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1794344 CPUtime=56.19
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 77402 0 1 0 5577 42 0 0 18 0 13 0 189109876 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448586 67701 1327 9 0 446197 0
[pid=22244/tid=22246] ppid=22242 vsize=1794344 CPUtime=49.44
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37778 0 1 0 4923 21 0 0 25 0 13 0 189109878 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109802592 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1794344 CPUtime=2.21
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 16675 0 0 0 214 7 0 0 17 0 13 0 189109879 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1794344 CPUtime=2.22
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 16388 0 0 0 214 8 0 0 17 0 13 0 189109879 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 189109881 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189109886 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1794344 CPUtime=1.05
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 2250 0 0 0 104 1 0 0 16 0 13 0 189109886 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1794344 CPUtime=1.2
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 3575 0 0 0 119 1 0 0 16 0 13 0 189109886 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189109886 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189109886 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22257] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22257/stat : 22257 (java) S 22242 22244 22066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189110907 1837408256 67701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.19
Current children cumulated vsize (KiB) 1794344

[startup+54.302 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 22257
/proc/meminfo: memFree=1631840/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1794344 CPUtime=57.79
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 77416 0 1 0 5737 42 0 0 18 0 13 0 189109876 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448586 65662 1327 9 0 446197 0
[pid=22244/tid=22246] ppid=22242 vsize=1794344 CPUtime=51.01
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37779 0 1 0 5080 21 0 0 25 0 13 0 189109878 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1794344 CPUtime=2.22
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 16688 0 0 0 215 7 0 0 17 0 13 0 189109879 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1794344 CPUtime=2.23
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 16388 0 0 0 215 8 0 0 17 0 13 0 189109879 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 189109881 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189109886 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1794344 CPUtime=1.05
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 2250 0 0 0 104 1 0 0 16 0 13 0 189109886 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1794344 CPUtime=1.2
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 3575 0 0 0 119 1 0 0 16 0 13 0 189109886 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189109886 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189109886 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22257] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22257/stat : 22257 (java) S 22242 22244 22066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189110907 1837408256 65662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.79
Current children cumulated vsize (KiB) 1794344

[startup+55.101 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 22257
/proc/meminfo: memFree=1631776/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1794344 CPUtime=58.6
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 77430 0 1 0 5818 42 0 0 18 0 13 0 189109876 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448586 65675 1327 9 0 446197 0
[pid=22244/tid=22246] ppid=22242 vsize=1794344 CPUtime=51.8
/proc/22244/task/22246/stat : 22246 (java) R 22242 22244 22066 0 -1 64 37780 0 1 0 5159 21 0 0 25 0 13 0 189109878 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109803073 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1794344 CPUtime=2.23
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 16688 0 0 0 216 7 0 0 16 0 13 0 189109879 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1794344 CPUtime=2.24
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 16401 0 0 0 216 8 0 0 16 0 13 0 189109879 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 189109881 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189109882 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189109886 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1794344 CPUtime=1.05
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 2250 0 0 0 104 1 0 0 16 0 13 0 189109886 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1794344 CPUtime=1.2
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 3575 0 0 0 119 1 0 0 16 0 13 0 189109886 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189109886 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189109886 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22257] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22257/stat : 22257 (java) S 22242 22244 22066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189110907 1837408256 65675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.6
Current children cumulated vsize (KiB) 1794344

[startup+55.5011 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 22257
/proc/meminfo: memFree=1631776/2055920 swapFree=4148816/4192956
[pid=22244] ppid=22242 vsize=1794344 CPUtime=59
/proc/22244/stat : 22244 (java) S 22242 22244 22066 0 -1 0 77436 0 1 0 5858 42 0 0 18 0 12 0 189109876 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22244/statm: 448586 65680 1328 9 0 446197 0
[pid=22244/tid=22246] ppid=22242 vsize=1794344 CPUtime=52.2
/proc/22244/task/22246/stat : 22246 (java) S 22242 22244 22066 0 -1 64 37784 0 1 0 5199 21 0 0 17 0 12 0 189109878 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22247] ppid=22242 vsize=1794344 CPUtime=2.23
/proc/22244/task/22247/stat : 22247 (java) S 22242 22244 22066 0 -1 64 16688 0 0 0 216 7 0 0 16 0 12 0 189109879 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22244/tid=22248] ppid=22242 vsize=1794344 CPUtime=2.24
/proc/22244/task/22248/stat : 22248 (java) S 22242 22244 22066 0 -1 64 16401 0 0 0 216 8 0 0 16 0 12 0 189109879 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22242 vsize=1794344 CPUtime=0.01
/proc/22244/task/22249/stat : 22249 (java) S 22242 22244 22066 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 189109881 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22250/stat : 22250 (java) S 22242 22244 22066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189109882 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22242 22244 22066 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189109882 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22242 22244 22066 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189109886 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22253] ppid=22242 vsize=1794344 CPUtime=1.05
/proc/22244/task/22253/stat : 22253 (java) S 22242 22244 22066 0 -1 64 2250 0 0 0 104 1 0 0 16 0 12 0 189109886 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22254] ppid=22242 vsize=1794344 CPUtime=1.2
/proc/22244/task/22254/stat : 22254 (java) S 22242 22244 22066 0 -1 64 3575 0 0 0 119 1 0 0 16 0 12 0 189109886 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22255] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22255/stat : 22255 (java) S 22242 22244 22066 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189109886 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22244/tid=22256] ppid=22242 vsize=1794344 CPUtime=0
/proc/22244/task/22256/stat : 22256 (java) S 22242 22244 22066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189109886 1837408256 65680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59
Current children cumulated vsize (KiB) 1794344

Child status: 20
Real time (s): 55.5693
CPU time (s): 59.046
CPU user time (s): 58.5821
CPU system time (s): 0.463929
CPU usage (%): 106.257
Max. virtual memory (cumulated for all children) (KiB): 1796976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.5821
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77440
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= 2233
involuntary context switches= 1883

runsolver used 0.054991 second user time and 0.160975 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Apr 24 10:52:01 UTC 2007

IDJOB= 419727
IDBENCH= 47794
IDSOLVER= 164
FILE ID= node14/419727-1177411920

PBS_JOBID= 4675684

Free space on /tmp= 66191 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11944.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419727-1177411920/sat4jPseudoCPClause.jar /tmp/evaluation/419727-1177411920/instance-419727-1177411920.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-419727-1177411920 -o ROOT/results/node14/solver-419727-1177411920 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419727-1177411920/sat4jPseudoCPClause.jar /tmp/evaluation/419727-1177411920/instance-419727-1177411920.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f83f841a8f4dff79c5180d1c656f5f99

RANDOM SEED= 908938967

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.227
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	: 5914.62
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.227
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:       1890848 kB
Buffers:          8092 kB
Cached:          80488 kB
SwapCached:      11924 kB
Active:          79012 kB
Inactive:        33144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890848 kB
SwapTotal:     4192956 kB
SwapFree:      4148816 kB
Dirty:           20432 kB
Writeback:           0 kB
Mapped:          30252 kB
Slab:            38472 kB
Committed_AS:  7792920 kB
PageTables:       1784 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= 66191 MiB

End job on node14 on Tue Apr 24 10:52:57 UTC 2007