Trace number 357932

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 22.6955 20.3768

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110967729.opb
MD5SUMcc8a821eb6092a77df7c2a7d8a438de1
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.05799
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1318
Number of bits of the biggest sum of numbers11
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/357932-1176903282/instance-357932-1176903282.opb
0.09/0.19	c reading problem ... 
0.32/0.32	c ... done. Wall clock time 0.129s.
0.32/0.32	c CPU time (experimental) 0.27s.
0.32/0.32	c #vars     169
0.32/0.32	c #constraints  101
22.65/20.30	c starts		: 2
22.65/20.30	c conflicts		: 1167
22.65/20.30	c decisions		: 8070
22.65/20.30	c propagations		: 45671
22.65/20.30	c inspects		: 1431820
22.65/20.30	c learnt literals	: 0
22.65/20.30	c learnt binary clauses	: 0
22.65/20.30	c learnt ternary clauses	: 0
22.65/20.30	c learnt clauses	: 1166
22.65/20.30	c root simplifications	: 0
22.65/20.30	c removed literals (reason simplification)	: 0
22.65/20.30	c reason swapping (by a shorter reason)	: 0
22.65/20.30	c Calls to reduceDB	: 0
22.65/20.30	c speed (decisions/second)	: 403.9645592431296
22.65/20.30	c non guided choices	44
22.65/20.30	s UNSATISFIABLE
22.65/20.30	c Total wall clock time (ms): 20.109

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node62/watcher-357932-1176903282 -o ROOT/results/node62/solver-357932-1176903282 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357932-1176903282/sat4jPseudoCP.jar /tmp/evaluation/357932-1176903282/instance-357932-1176903282.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.08 1.00 0.98 3/64 11922
/proc/meminfo: memFree=1750712/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1800 CPUtime=0
/proc/11922/stat : 11922 (java) R 11920 11922 10282 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 8904232 1843200 151 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11922/statm: 37 20 14 9 0 3 0

[startup+0.10265 s]
/proc/loadavg: 1.08 1.00 0.98 3/64 11922
/proc/meminfo: memFree=1750712/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1780256 CPUtime=0.09
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 4018 0 1 0 7 2 0 0 18 0 12 0 8904232 1822982144 3760 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 445064 3760 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.201661 s]
/proc/loadavg: 1.08 1.00 0.98 3/64 11922
/proc/meminfo: memFree=1750712/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1782000 CPUtime=0.2
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 4905 0 1 0 18 2 0 0 18 0 12 0 8904232 1824768000 4644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 445500 4644 1246 9 0 443112 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782000

[startup+0.301674 s]
/proc/loadavg: 1.08 1.00 0.98 3/64 11922
/proc/meminfo: memFree=1750712/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1782096 CPUtime=0.32
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 5178 0 1 0 29 3 0 0 18 0 12 0 8904232 1824866304 4917 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 445524 4917 1264 9 0 443136 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782096

[startup+0.70172 s]
/proc/loadavg: 1.08 1.00 0.98 3/64 11922
/proc/meminfo: memFree=1750712/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1784524 CPUtime=1.03
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 9759 0 1 0 98 5 0 0 18 0 13 0 8904232 1827352576 9076 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 446131 9076 1308 9 0 443743 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1784524

[startup+1.50281 s]
/proc/loadavg: 1.08 1.00 0.98 4/77 11935
/proc/meminfo: memFree=1691344/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1796100 CPUtime=2.5
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 27463 0 1 0 237 13 0 0 18 0 13 0 8904232 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 449025 22786 1321 9 0 446637 0
[pid=11922/tid=11924] ppid=11920 vsize=1796100 CPUtime=0.86
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 18355 0 1 0 78 8 0 0 18 0 13 0 8904233 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109212958 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 8904234 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 8904234 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 8904237 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 8904237 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 8904237 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1796100 CPUtime=0.74
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 4046 0 0 0 72 2 0 0 16 0 13 0 8904241 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1796100 CPUtime=0.87
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 4340 0 0 0 85 2 0 0 17 0 13 0 8904241 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1796100 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1839206400 22786 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1796100

[startup+3.103 s]
/proc/loadavg: 1.08 1.00 0.98 2/77 11935
/proc/meminfo: memFree=1584720/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1797124 CPUtime=5.05
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 53413 0 1 0 480 25 0 0 18 0 13 0 8904232 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 449281 43103 1330 9 0 446893 0
[pid=11922/tid=11924] ppid=11920 vsize=1797124 CPUtime=1.95
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 37725 0 1 0 178 17 0 0 25 0 13 0 8904233 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109573863 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 397 0 0 0 0 0 0 0 16 0 13 0 8904234 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 301 0 0 0 0 0 0 0 16 0 13 0 8904234 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 8904237 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1797124 CPUtime=1.47
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7238 0 0 0 144 3 0 0 16 0 13 0 8904241 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1797124 CPUtime=1.59
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7022 0 0 0 156 3 0 0 17 0 13 0 8904241 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1797124 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1840254976 43103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1797124

[startup+6.30138 s]
/proc/loadavg: 1.24 1.03 0.99 2/77 11935
/proc/meminfo: memFree=1578008/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=8.49
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 59993 0 1 0 822 27 0 0 18 0 13 0 8904232 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 48427 1331 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=5
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 40127 0 1 0 483 17 0 0 22 0 13 0 8904233 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109781148 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.08
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 2563 0 0 0 8 0 0 0 16 0 13 0 8904234 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.08
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 2284 0 0 0 8 0 0 0 16 0 13 0 8904234 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.57
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7244 0 0 0 154 3 0 0 16 0 13 0 8904241 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.69
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7026 0 0 0 166 3 0 0 16 0 13 0 8904241 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 48427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1795536

[startup+12.7021 s]
/proc/loadavg: 1.30 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1538072/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=14.98
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 66373 0 1 0 1468 30 0 0 18 0 13 0 8904232 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 54466 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=11.3
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43821 0 1 0 1111 19 0 0 25 0 13 0 8904233 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109502253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.15
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 3993 0 0 0 15 0 0 0 15 0 13 0 8904234 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.16
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 3535 0 0 0 15 1 0 0 16 0 13 0 8904234 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 8904237 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.59
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7246 0 0 0 156 3 0 0 16 0 13 0 8904241 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.71
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7029 0 0 0 168 3 0 0 16 0 13 0 8904241 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1795536

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

[startup+12.8021 s]
/proc/loadavg: 1.30 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1538072/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=15.08
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 66373 0 1 0 1478 30 0 0 18 0 13 0 8904232 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 54466 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=11.4
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43821 0 1 0 1121 19 0 0 25 0 13 0 8904233 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.15
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 3993 0 0 0 15 0 0 0 15 0 13 0 8904234 1838628864 54466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 54819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 54819 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.32
Current children cumulated vsize (KiB) 1795536

[startup+17.6027 s]
/proc/loadavg: 1.27 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1538712/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=19.94
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 67471 0 1 0 1963 31 0 0 18 0 13 0 8904232 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 54045 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=16.16
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43845 0 1 0 1597 19 0 0 25 0 13 0 8904233 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.2
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 4617 0 0 0 19 1 0 0 17 0 13 0 8904234 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.19
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 3985 0 0 0 18 1 0 0 16 0 13 0 8904234 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.59
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7246 0 0 0 156 3 0 0 16 0 13 0 8904241 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.73
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7029 0 0 0 170 3 0 0 16 0 13 0 8904241 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 54045 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.94
Current children cumulated vsize (KiB) 1795536

[startup+19.2029 s]
/proc/loadavg: 1.25 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1541528/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=21.54
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 67659 0 1 0 2123 31 0 0 18 0 13 0 8904232 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 53318 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=17.74
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43848 0 1 0 1755 19 0 0 25 0 13 0 8904233 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501575 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.21
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 4742 0 0 0 20 1 0 0 16 0 13 0 8904234 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.2
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 4045 0 0 0 19 1 0 0 16 0 13 0 8904234 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 8904237 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.59
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7246 0 0 0 156 3 0 0 16 0 13 0 8904241 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.73
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7029 0 0 0 170 3 0 0 16 0 13 0 8904241 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 53318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.54
Current children cumulated vsize (KiB) 1795536

[startup+20.003 s]
/proc/loadavg: 1.25 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1543960/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=22.34
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 67745 0 1 0 2203 31 0 0 18 0 13 0 8904232 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 52706 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=18.54
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43849 0 1 0 1835 19 0 0 25 0 13 0 8904233 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105881088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.21
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 4782 0 0 0 20 1 0 0 16 0 13 0 8904234 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.2
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 4090 0 0 0 19 1 0 0 16 0 13 0 8904234 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.59
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7246 0 0 0 156 3 0 0 16 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.73
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7029 0 0 0 170 3 0 0 16 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 1795536

[startup+20.203 s]
/proc/loadavg: 1.25 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1543960/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=22.54
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 67745 0 1 0 2223 31 0 0 18 0 13 0 8904232 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 52706 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=18.74
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43849 0 1 0 1855 19 0 0 25 0 13 0 8904233 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109606548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.21
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 4782 0 0 0 20 1 0 0 16 0 13 0 8904234 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.2
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 4090 0 0 0 19 1 0 0 16 0 13 0 8904234 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.59
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7246 0 0 0 156 3 0 0 16 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.73
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7029 0 0 0 170 3 0 0 16 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 52706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.54
Current children cumulated vsize (KiB) 1795536

[startup+20.303 s]
/proc/loadavg: 1.25 1.05 0.99 2/77 11935
/proc/meminfo: memFree=1543960/2055920 swapFree=4191892/4192956
[pid=11922] ppid=11920 vsize=1795536 CPUtime=22.65
/proc/11922/stat : 11922 (java) S 11920 11922 10282 0 -1 0 67804 0 1 0 2234 31 0 0 18 0 13 0 8904232 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11922/statm: 448884 52693 1332 9 0 446496 0
[pid=11922/tid=11924] ppid=11920 vsize=1795536 CPUtime=18.83
/proc/11922/task/11924/stat : 11924 (java) R 11920 11922 10282 0 -1 64 43850 0 1 0 1864 19 0 0 25 0 13 0 8904233 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109815025 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11925] ppid=11920 vsize=1795536 CPUtime=0.22
/proc/11922/task/11925/stat : 11925 (java) S 11920 11922 10282 0 -1 64 4805 0 0 0 21 1 0 0 16 0 13 0 8904234 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11926] ppid=11920 vsize=1795536 CPUtime=0.2
/proc/11922/task/11926/stat : 11926 (java) S 11920 11922 10282 0 -1 64 4125 0 0 0 19 1 0 0 16 0 13 0 8904234 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11927] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11927/stat : 11927 (java) S 11920 11922 10282 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 8904237 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11928] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11928/stat : 11928 (java) S 11920 11922 10282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11929] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11929/stat : 11929 (java) S 11920 11922 10282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 8904237 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11930] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11930/stat : 11930 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 8904241 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11931] ppid=11920 vsize=1795536 CPUtime=1.59
/proc/11922/task/11931/stat : 11931 (java) S 11920 11922 10282 0 -1 64 7246 0 0 0 156 3 0 0 16 0 13 0 8904241 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11932] ppid=11920 vsize=1795536 CPUtime=1.73
/proc/11922/task/11932/stat : 11932 (java) S 11920 11922 10282 0 -1 64 7029 0 0 0 170 3 0 0 16 0 13 0 8904241 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11933] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11933/stat : 11933 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 8904241 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11922/tid=11934] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11934/stat : 11934 (java) S 11920 11922 10282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 8904241 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11922/tid=11935] ppid=11920 vsize=1795536 CPUtime=0
/proc/11922/task/11935/stat : 11935 (java) S 11920 11922 10282 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 8904265 1838628864 52693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.65
Current children cumulated vsize (KiB) 1795536

Child status: 20
Real time (s): 20.3768
CPU time (s): 22.6955
CPU user time (s): 22.3456
CPU system time (s): 0.349946
CPU usage (%): 111.38
Max. virtual memory (cumulated for all children) (KiB): 1801480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3456
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67815
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= 1356
involuntary context switches= 942

runsolver used 0.022996 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Wed Apr 18 13:34:42 UTC 2007

IDJOB= 357932
IDBENCH= 1178
IDSOLVER= 160
FILE ID= node62/357932-1176903282

PBS_JOBID= 4595169

Free space on /tmp= 66495 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967729.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357932-1176903282/sat4jPseudoCP.jar /tmp/evaluation/357932-1176903282/instance-357932-1176903282.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-357932-1176903282 -o ROOT/results/node62/solver-357932-1176903282 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357932-1176903282/sat4jPseudoCP.jar /tmp/evaluation/357932-1176903282/instance-357932-1176903282.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc8a821eb6092a77df7c2a7d8a438de1

RANDOM SEED= 142379670

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
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.216
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:       1751120 kB
Buffers:          4360 kB
Cached:         244064 kB
SwapCached:        592 kB
Active:          39388 kB
Inactive:       225052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751120 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:          24604 kB
Slab:            26316 kB
Committed_AS:   102272 kB
PageTables:       1464 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= 66495 MiB

End job on node62 on Wed Apr 18 13:35:03 UTC 2007