Trace number 419471

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
sat4jPseudoCP 2007-03-23UNSAT 12.1212 9.66891

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/babic/xinetd/itox_vc1216.opb
MD5SUMb2ca64b43b9f04d1ab20ecc61db49ff7
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 benchmark4.97324
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables151619
Total number of constraints440151
Number of constraints which are clauses440151
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
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 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/419471-1177408028/instance-419471-1177408028.opb
0.20/0.20	c reading problem ... 
10.67/8.86	c ... done. Wall clock time 8.66s.
10.67/8.86	c CPU time (experimental) 7.23s.
10.67/8.86	c #vars     151619
10.67/8.86	c #constraints  428110
11.88/9.56	c starts		: 1
11.88/9.56	c conflicts		: 2
11.88/9.56	c decisions		: 97
11.88/9.56	c propagations		: 20790
11.88/9.56	c inspects		: 33919
11.88/9.56	c learnt literals	: 1
11.88/9.56	c learnt binary clauses	: 0
11.88/9.56	c learnt ternary clauses	: 0
11.88/9.56	c learnt clauses	: 0
11.88/9.56	c root simplifications	: 0
11.88/9.56	c removed literals (reason simplification)	: 0
11.88/9.56	c reason swapping (by a shorter reason)	: 0
11.88/9.56	c Calls to reduceDB	: 0
11.88/9.56	c speed (decisions/second)	: 150.85536547433904
11.88/9.56	c non guided choices	97
11.88/9.56	s UNSATISFIABLE
11.88/9.56	c Total wall clock time (ms): 9.358

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/node43/watcher-419471-1177408028 -o ROOT/results/node43/solver-419471-1177408028 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419471-1177408028/sat4jPseudoCP.jar /tmp/evaluation/419471-1177408028/instance-419471-1177408028.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: 1.02 1.01 1.00 3/77 13394
/proc/meminfo: memFree=1772984/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=152 CPUtime=0
/proc/13394/stat : 13394 (java) D 13392 13394 12532 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 188714665 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4731684 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13394/statm: 38 26 19 9 0 4 0

[startup+0.030564 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 13394
/proc/meminfo: memFree=1772984/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1774248 CPUtime=0.01
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 2577 0 1 0 0 1 0 0 18 0 4 0 188714665 1816829952 2327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 443562 2327 414 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101566 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 13394
/proc/meminfo: memFree=1772984/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1780108 CPUtime=0.08
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 3967 0 1 0 6 2 0 0 18 0 12 0 188714665 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301584 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 13394
/proc/meminfo: memFree=1772984/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1782444 CPUtime=0.3
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 6443 0 1 0 26 4 0 0 18 0 12 0 188714665 1825222656 6183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 445611 6183 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.701615 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 13394
/proc/meminfo: memFree=1772984/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1783660 CPUtime=0.87
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 8294 0 1 0 82 5 0 0 18 0 12 0 188714665 1826467840 7823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 445915 7823 1298 9 0 443527 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783660

[startup+1.50269 s]
/proc/loadavg: 1.02 1.01 1.00 2/89 13406
/proc/meminfo: memFree=1740568/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1787388 CPUtime=2.15
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 17959 0 1 0 206 9 0 0 18 0 12 0 188714665 1830285312 15722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 446847 15724 1302 9 0 444459 0
[pid=13394/tid=13396] ppid=13392 vsize=1787388 CPUtime=1.08
/proc/13394/task/13396/stat : 13396 (java) R 13392 13394 12532 0 -1 64 13515 0 1 0 101 7 0 0 19 0 12 0 188714667 1830285312 15724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 188714668 1830285312 15725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 188714668 1830285312 15726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188714671 1830285312 15727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 188714671 1830285312 15728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 188714671 1830285312 15729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188714675 1830285312 15731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1787388 CPUtime=0.56
/proc/13394/task/13403/stat : 13403 (java) S 13392 13394 12532 0 -1 64 1837 0 0 0 56 0 0 0 16 0 12 0 188714675 1830285312 15732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1787388 CPUtime=0.49
/proc/13394/task/13404/stat : 13404 (java) R 13392 13394 12532 0 -1 64 1891 0 0 0 48 1 0 0 16 0 12 0 188714675 1830285312 15733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794281 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188714675 1830285312 15733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188714675 1830285312 15733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1787388

[startup+3.10282 s]
/proc/loadavg: 1.02 1.01 1.00 2/89 13406
/proc/meminfo: memFree=1649944/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1787388 CPUtime=3.88
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 45401 0 1 0 364 24 0 0 18 0 12 0 188714665 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 446847 43150 1312 9 0 444459 0
[pid=13394/tid=13396] ppid=13392 vsize=1787388 CPUtime=2.57
/proc/13394/task/13396/stat : 13396 (java) R 13392 13394 12532 0 -1 64 37692 0 1 0 237 20 0 0 22 0 12 0 188714667 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514820 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1787388 CPUtime=0.09
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 1745 0 0 0 9 0 0 0 16 0 12 0 188714668 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1787388 CPUtime=0.09
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 1507 0 0 0 9 0 0 0 17 0 12 0 188714668 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 188714671 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188714671 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188714671 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188714675 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1787388 CPUtime=0.58
/proc/13394/task/13403/stat : 13403 (java) S 13392 13394 12532 0 -1 64 1838 0 0 0 58 0 0 0 16 0 12 0 188714675 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1787388 CPUtime=0.5
/proc/13394/task/13404/stat : 13404 (java) S 13392 13394 12532 0 -1 64 1895 0 0 0 49 1 0 0 17 0 12 0 188714675 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188714675 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1787388 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188714675 1830285312 43150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1787388

[startup+6.3011 s]
/proc/loadavg: 1.02 1.01 1.00 2/89 13406
/proc/meminfo: memFree=1568664/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1789956 CPUtime=7.67
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 57649 0 1 0 736 31 0 0 18 0 12 0 188714665 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 447489 54773 1312 9 0 445101 0
[pid=13394/tid=13396] ppid=13392 vsize=1789956 CPUtime=5.18
/proc/13394/task/13396/stat : 13396 (java) R 13392 13394 12532 0 -1 64 37696 0 1 0 497 21 0 0 25 0 12 0 188714667 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490267 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1789956 CPUtime=0.68
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 7903 0 0 0 65 3 0 0 19 0 12 0 188714668 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1789956 CPUtime=0.67
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 7588 0 0 0 64 3 0 0 16 0 12 0 188714668 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 188714671 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188714675 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1789956 CPUtime=0.58
/proc/13394/task/13403/stat : 13403 (java) S 13392 13394 12532 0 -1 64 1838 0 0 0 58 0 0 0 16 0 12 0 188714675 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1789956 CPUtime=0.5
/proc/13394/task/13404/stat : 13404 (java) S 13392 13394 12532 0 -1 64 1895 0 0 0 49 1 0 0 17 0 12 0 188714675 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188714675 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188714675 1832914944 54773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1789956

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

[startup+7.90124 s]
/proc/loadavg: 1.10 1.02 1.01 2/89 13406
/proc/meminfo: memFree=1550872/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1789956 CPUtime=9.52
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 59892 0 1 0 920 32 0 0 18 0 12 0 188714665 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 447489 56617 1312 9 0 445101 0
[pid=13394/tid=13396] ppid=13392 vsize=1789956 CPUtime=6.52
/proc/13394/task/13396/stat : 13396 (java) R 13392 13394 12532 0 -1 64 37697 0 1 0 631 21 0 0 25 0 12 0 188714667 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109507627 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1789956 CPUtime=0.94
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 9524 0 0 0 90 4 0 0 16 0 12 0 188714668 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1789956 CPUtime=0.93
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 8209 0 0 0 89 4 0 0 16 0 12 0 188714668 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188714675 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1789956 CPUtime=0.58
/proc/13394/task/13403/stat : 13403 (java) S 13392 13394 12532 0 -1 64 1838 0 0 0 58 0 0 0 16 0 12 0 188714675 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1789956 CPUtime=0.5
/proc/13394/task/13404/stat : 13404 (java) S 13392 13394 12532 0 -1 64 1895 0 0 0 49 1 0 0 17 0 12 0 188714675 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188714675 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188714675 1832914944 56617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 1789956

[startup+8.70131 s]
/proc/loadavg: 1.10 1.02 1.01 2/89 13406
/proc/meminfo: memFree=1543960/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1789956 CPUtime=10.57
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 61891 0 1 0 1023 34 0 0 18 0 12 0 188714665 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 447489 58349 1312 9 0 445101 0
[pid=13394/tid=13396] ppid=13392 vsize=1789956 CPUtime=7.07
/proc/13394/task/13396/stat : 13396 (java) R 13392 13394 12532 0 -1 64 37698 0 1 0 686 21 0 0 25 0 12 0 188714667 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515026 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1789956 CPUtime=1.19
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 10703 0 0 0 114 5 0 0 16 0 12 0 188714668 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1789956 CPUtime=1.18
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 9028 0 0 0 114 4 0 0 16 0 12 0 188714668 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188714671 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188714675 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1789956 CPUtime=0.58
/proc/13394/task/13403/stat : 13403 (java) S 13392 13394 12532 0 -1 64 1838 0 0 0 58 0 0 0 16 0 12 0 188714675 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1789956 CPUtime=0.5
/proc/13394/task/13404/stat : 13404 (java) S 13392 13394 12532 0 -1 64 1895 0 0 0 49 1 0 0 17 0 12 0 188714675 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188714675 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1789956 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188714675 1832914944 58349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 1789956

[startup+9.10235 s]
/proc/loadavg: 1.10 1.02 1.01 2/89 13406
/proc/meminfo: memFree=1543960/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1790280 CPUtime=11.09
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 61962 0 1 0 1075 34 0 0 18 0 13 0 188714665 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 447570 58416 1321 9 0 445182 0
[pid=13394/tid=13396] ppid=13392 vsize=1790280 CPUtime=7.39
/proc/13394/task/13396/stat : 13396 (java) S 13392 13394 12532 0 -1 64 37747 0 1 0 717 22 0 0 25 0 13 0 188714667 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1790280 CPUtime=1.2
/proc/13394/task/13397/stat : 13397 (java) R 13392 13394 12532 0 -1 64 10703 0 0 0 115 5 0 0 16 0 13 0 188714668 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361315 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1790280 CPUtime=1.18
/proc/13394/task/13398/stat : 13398 (java) R 13392 13394 12532 0 -1 64 9028 0 0 0 114 4 0 0 16 0 13 0 188714668 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102354767 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1790280 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 188714671 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1790280 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188714671 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1790280 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188714671 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1790280 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188714675 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1790280 CPUtime=0.69
/proc/13394/task/13403/stat : 13403 (java) S 13392 13394 12532 0 -1 64 1851 0 0 0 69 0 0 0 16 0 13 0 188714675 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1790280 CPUtime=0.58
/proc/13394/task/13404/stat : 13404 (java) S 13392 13394 12532 0 -1 64 1900 0 0 0 57 1 0 0 16 0 13 0 188714675 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1790280 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188714675 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1790280 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188714675 1833246720 58416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 1790280

[startup+9.50239 s]
/proc/loadavg: 1.10 1.02 1.01 2/89 13406
/proc/meminfo: memFree=1543960/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1791560 CPUtime=11.88
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 64337 0 1 0 1153 35 0 0 18 0 13 0 188714665 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 447890 60336 1321 9 0 445502 0
[pid=13394/tid=13396] ppid=13392 vsize=1791560 CPUtime=7.47
/proc/13394/task/13396/stat : 13396 (java) R 13392 13394 12532 0 -1 64 37748 0 1 0 725 22 0 0 25 0 13 0 188714667 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1791560 CPUtime=1.48
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 11791 0 0 0 143 5 0 0 16 0 13 0 188714668 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1791560 CPUtime=1.47
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 10310 0 0 0 142 5 0 0 19 0 13 0 188714668 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1791560 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 188714671 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1791560 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188714671 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1791560 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188714671 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1791560 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188714675 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1791560 CPUtime=0.79
/proc/13394/task/13403/stat : 13403 (java) R 13392 13394 12532 0 -1 64 1855 0 0 0 79 0 0 0 16 0 13 0 188714675 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336397 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1791560 CPUtime=0.63
/proc/13394/task/13404/stat : 13404 (java) R 13392 13394 12532 0 -1 64 1900 0 0 0 62 1 0 0 16 0 13 0 188714675 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104846851 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1791560 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188714675 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1791560 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188714675 1834557440 60336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1791560

[startup+9.60239 s]
/proc/loadavg: 1.10 1.02 1.01 2/89 13406
/proc/meminfo: memFree=1543960/2055920 swapFree=4158592/4192956
[pid=13394] ppid=13392 vsize=1793724 CPUtime=12.05
/proc/13394/stat : 13394 (java) S 13392 13394 12532 0 -1 0 65169 0 1 0 1169 36 0 0 18 0 12 0 188714665 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13394/statm: 448431 60750 1322 9 0 446043 0
[pid=13394/tid=13396] ppid=13392 vsize=1793724 CPUtime=7.49
/proc/13394/task/13396/stat : 13396 (java) S 13392 13394 12532 0 -1 64 37753 0 1 0 727 22 0 0 25 0 12 0 188714667 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13397] ppid=13392 vsize=1793724 CPUtime=1.48
/proc/13394/task/13397/stat : 13397 (java) S 13392 13394 12532 0 -1 64 11791 0 0 0 143 5 0 0 16 0 12 0 188714668 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13398] ppid=13392 vsize=1793724 CPUtime=1.47
/proc/13394/task/13398/stat : 13398 (java) S 13392 13394 12532 0 -1 64 10310 0 0 0 142 5 0 0 19 0 12 0 188714668 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13399] ppid=13392 vsize=1793724 CPUtime=0
/proc/13394/task/13399/stat : 13399 (java) S 13392 13394 12532 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 188714671 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13400] ppid=13392 vsize=1793724 CPUtime=0
/proc/13394/task/13400/stat : 13400 (java) S 13392 13394 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188714671 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13401] ppid=13392 vsize=1793724 CPUtime=0
/proc/13394/task/13401/stat : 13401 (java) S 13392 13394 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188714671 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13402] ppid=13392 vsize=1793724 CPUtime=0
/proc/13394/task/13402/stat : 13402 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188714675 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13403] ppid=13392 vsize=1793724 CPUtime=0.88
/proc/13394/task/13403/stat : 13403 (java) R 13392 13394 12532 0 -1 64 2672 0 0 0 87 1 0 0 17 0 12 0 188714675 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104922683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13394/tid=13404] ppid=13392 vsize=1793724 CPUtime=0.69
/proc/13394/task/13404/stat : 13404 (java) S 13392 13394 12532 0 -1 64 1907 0 0 0 68 1 0 0 16 0 12 0 188714675 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13405] ppid=13392 vsize=1793724 CPUtime=0
/proc/13394/task/13405/stat : 13405 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188714675 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13394/tid=13406] ppid=13392 vsize=1793724 CPUtime=0
/proc/13394/task/13406/stat : 13406 (java) S 13392 13394 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188714675 1836773376 60750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 1793724

Child status: 20
Real time (s): 9.66891
CPU time (s): 12.1212
CPU user time (s): 11.7192
CPU system time (s): 0.401938
CPU usage (%): 125.362
Max. virtual memory (cumulated for all children) (KiB): 1793724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7192
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65226
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= 843
involuntary context switches= 896

runsolver used 0.009998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Apr 24 09:47:09 UTC 2007

IDJOB= 419471
IDBENCH= 47776
IDSOLVER= 160
FILE ID= node43/419471-1177408028

PBS_JOBID= 4675617

Free space on /tmp= 66417 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b2ca64b43b9f04d1ab20ecc61db49ff7

RANDOM SEED= 845258094

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:       1773392 kB
Buffers:         41396 kB
Cached:         154756 kB
SwapCached:       2952 kB
Active:         132104 kB
Inactive:        94428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773392 kB
SwapTotal:     4192956 kB
SwapFree:      4158592 kB
Dirty:           18124 kB
Writeback:           0 kB
Mapped:          37972 kB
Slab:            41420 kB
Committed_AS:  2638216 kB
PageTables:       1912 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= 66417 MiB

End job on node43 on Tue Apr 24 09:47:18 UTC 2007