Trace number 2097575

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 18.0633 20.8084

DiagnosticValue
CHECKS622
NODES0

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-9.xml
MD5SUM18b7059da0498c17376d1b6f8b9dd1af
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.89156
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints59900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension59900
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2097575-1247413549.xml
0.29/0.32	   
0.29/0.33	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.39/0.43	     nbVariables=400  nbDomainTypes=1  minDomainSize=200  maxDomainSize=200  nbTotalValues=80000
0.39/0.43	       =>  wckTime=0.174  cpuTime=0.15  mem=10M819
0.39/0.43	   
0.39/0.43	   predicates being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
17.18/19.90	     nbConstraints=59902  nbGlobalConstraints=2  nbConvertedConstraints=59900  nbConvertConstraintsChecks=8040000
17.18/19.90	     nbExtensionStructures=201  nbSharedExtensionStructures=59699  nbConflictsStructures=201
17.18/19.90	     nbSharedConflictsStructures=59699  nbSharedBinaryRepresentations=56567  minDegree=201  maxDegree=401  minArity=2
17.18/19.90	     avgArity=2.01  maxArity=400  nbGenerators=1  nbFusions=1  symmetryWckTime=3.804  symmetryCpuTime=1.97  nbCliques=1
17.18/19.90	       =>  wckTime=19.642  cpuTime=13.81  mem=144M584
17.77/20.52	   
17.77/20.52	   solver IterativeSystematicSolver being built... 
17.88/20.62	   
17.88/20.62	   INFO : Forward propagation technique limited 
17.98/20.72	       =>  wckTime=20.461  cpuTime=13.96  mem=116M127
17.98/20.73	   
17.98/20.73	   preprocessing
17.98/20.73	     nbConstraintChecks=622  nbPropagations=1  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=2
17.98/20.73	     nbRemovedTuples=19899  detectedInconsistency=yes
17.98/20.73	       =>  wckTime=0.0080  cpuTime=0.0  mem=116M127
17.98/20.73	   
17.98/20.73	   global
17.98/20.73	     nbConstraintChecks=622  nbPropagations=1  nbRevisions=2  nbUselessRevisions=0  nbRestartNogoods=0
17.98/20.73	     solvingWckTime=0.011  solvingCpuTime=0.01  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
17.98/20.73	     globalCpuTime=14.02
17.98/20.73	       =>  wckTime=20.475  cpuTime=13.98  mem=117M34
17.98/20.73	   
17.98/20.73	s UNSATISFIABLE
17.98/20.73	d NODES 0
17.98/20.73	d CHECKS 622
17.98/20.73	   
17.98/20.73	   totalWckTime=20.546  totalCpuTime=14.03

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097575-1247413549/watcher-2097575-1247413549 -o /tmp/evaluation-result-2097575-1247413549/solver-2097575-1247413549 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097575-1247413549.xml 

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 1773
/proc/meminfo: memFree=1772584/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=10676 CPUtime=0
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28421606 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 2669 474 207 9 0 1184 0
[pid=1773/tid=1774] ppid=1770 vsize=10676 CPUtime=0
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28421607 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.079816 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 1773
/proc/meminfo: memFree=1772584/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=864148 CPUtime=0.06
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 3140 0 1 0 5 1 0 0 18 0 9 0 28421606 884887552 2625 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216037 2625 1245 9 0 210930 0
[pid=1773/tid=1774] ppid=1770 vsize=864148 CPUtime=0.05
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 2224 0 1 0 4 1 0 0 20 0 9 0 28421607 884887552 2625 996147200 134512640 134550932 4294955968 18446744073709551615 4125978279 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101818 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 1773
/proc/meminfo: memFree=1772584/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=865984 CPUtime=0.09
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 3741 0 1 0 7 2 0 0 18 0 9 0 28421606 886767616 3209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216496 3209 1700 9 0 210981 0
[pid=1773/tid=1774] ppid=1770 vsize=865984 CPUtime=0.06
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 2813 0 1 0 5 1 0 0 20 0 9 0 28421607 886767616 3209 996147200 134512640 134550932 4294955968 18446744073709551615 4125960407 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.30184 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 1773
/proc/meminfo: memFree=1772584/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=866380 CPUtime=0.29
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 5909 0 1 0 25 4 0 0 18 0 9 0 28421606 887173120 5275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216595 5275 1983 9 0 211053 0
[pid=1773/tid=1774] ppid=1770 vsize=866380 CPUtime=0.23
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 4926 0 1 0 20 3 0 0 21 0 9 0 28421607 887173120 5275 996147200 134512640 134550932 4294955968 18446744073709551615 104264330 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701887 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 1773
/proc/meminfo: memFree=1772584/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=867776 CPUtime=0.68
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 9203 0 1 0 62 6 0 0 18 0 9 0 28421606 888602624 8557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216944 8557 2036 9 0 211380 0
[pid=1773/tid=1774] ppid=1770 vsize=867776 CPUtime=0.51
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 7839 0 1 0 47 4 0 0 23 0 9 0 28421607 888602624 8557 996147200 134512640 134550932 4294955968 18446744073709551615 102523968 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50298 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 1782
/proc/meminfo: memFree=1728416/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=867688 CPUtime=1.47
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 19505 0 1 0 137 10 0 0 18 0 9 0 28421606 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216922 18833 2026 9 0 211380 0
[pid=1773/tid=1774] ppid=1770 vsize=867688 CPUtime=1.21
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 15798 0 1 0 113 8 0 0 25 0 9 0 28421607 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4126761324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=867688 CPUtime=0.08
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 2336 0 0 0 8 0 0 0 16 0 9 0 28421609 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28421611 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=867688 CPUtime=0.16
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 669 0 0 0 15 1 0 0 16 0 9 0 28421611 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28421611 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28421611 888512512 18833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10196 s]
/proc/loadavg: 2.08 2.02 2.01 4/89 1782
/proc/meminfo: memFree=1704672/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=867688 CPUtime=1.63
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 19506 0 1 0 151 12 0 0 18 0 9 0 28421606 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216922 18834 2026 9 0 211380 0
[pid=1773/tid=1774] ppid=1770 vsize=867688 CPUtime=1.33
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 15798 0 1 0 125 8 0 0 25 0 9 0 28421607 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 103809672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=867688 CPUtime=0.1
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 2336 0 0 0 9 1 0 0 16 0 9 0 28421609 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1773/tid=1777] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28421611 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=867688 CPUtime=0.16
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 670 0 0 0 15 1 0 0 17 0 9 0 28421611 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28421611 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=867688 CPUtime=0.01
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 28421611 888512512 18834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 867688
heavy processes:

[startup+6.30252 s]
/proc/loadavg: 2.23 2.05 2.02 4/89 1782
/proc/meminfo: memFree=1688736/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=867688 CPUtime=3.69
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 25723 0 1 0 353 16 0 0 18 0 9 0 28421606 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216922 25048 2026 9 0 211380 0
[pid=1773/tid=1774] ppid=1770 vsize=867688 CPUtime=3.09
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 15801 0 1 0 299 10 0 0 25 0 9 0 28421607 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 103774189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=867688 CPUtime=0.39
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 8549 0 0 0 36 3 0 0 17 0 9 0 28421609 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28421611 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=867688 CPUtime=0.16
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 671 0 0 0 15 1 0 0 16 0 9 0 28421611 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28421611 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=867688 CPUtime=0.01
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 28421611 888512512 25048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 867688
heavy processes:

[startup+12.7022 s]
/proc/loadavg: 2.21 2.05 2.02 3/89 1782
/proc/meminfo: memFree=1658464/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=867688 CPUtime=10.05
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 33434 0 1 0 869 136 0 0 18 0 9 0 28421606 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216922 32751 2029 9 0 211380 0
[pid=1773/tid=1774] ppid=1770 vsize=867688 CPUtime=8.93
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 15837 0 1 0 768 125 0 0 25 0 9 0 28421607 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4126676371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=867688 CPUtime=0.83
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 16166 0 0 0 76 7 0 0 17 0 9 0 28421609 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28421611 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=867688 CPUtime=0.25
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 729 0 0 0 24 1 0 0 16 0 9 0 28421611 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28421611 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=867688 CPUtime=0.01
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 28421611 888512512 32751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.05
Current children cumulated vsize (KiB) 867688
heavy processes:

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

[startup+14.1024 s]
/proc/loadavg: 2.21 2.05 2.02 3/89 1782
/proc/meminfo: memFree=1648736/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=867688 CPUtime=11.44
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 35853 0 1 0 959 185 0 0 18 0 9 0 28421606 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 216922 35169 2029 9 0 211380 0
[pid=1773/tid=1774] ppid=1770 vsize=867688 CPUtime=10.19
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 15838 0 1 0 845 174 0 0 25 0 9 0 28421607 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4127020034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=867688 CPUtime=0.97
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 18584 0 0 0 89 8 0 0 17 0 9 0 28421609 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28421609 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28421611 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=867688 CPUtime=0.25
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 729 0 0 0 24 1 0 0 16 0 9 0 28421611 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=867688 CPUtime=0
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28421611 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=867688 CPUtime=0.01
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 28421611 888512512 35169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 867688

[startup+17.3018 s]
/proc/loadavg: 2.20 2.05 2.01 3/91 1784
/proc/meminfo: memFree=1608080/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=868012 CPUtime=13.97
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 42588 0 1 0 1132 265 0 0 18 0 10 0 28421606 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 217003 41774 2033 9 0 211461 0
[pid=1784] ppid=1773 vsize=19168 CPUtime=0.64
/proc/1784/stat : 1784 (saucy) R 1773 1773 32214 0 -1 4194304 2696 0 0 0 63 1 0 0 25 0 1 0 28423270 19628032 2624 996147200 134512640 134531332 4294956000 18446744073709551615 134523069 0 4 0 0 0 0 0 17 1 0 0
/proc/1784/statm: 4792 2624 95 4 0 4468 0
[pid=1773/tid=1774] ppid=1770 vsize=868012 CPUtime=12.37
/proc/1773/task/1774/stat : 1774 (java) S 1770 1773 32214 0 -1 64 15919 0 1 0 987 250 0 0 24 0 10 0 28421607 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=868012 CPUtime=1.28
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 25158 0 0 0 117 11 0 0 17 0 10 0 28421609 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=868012 CPUtime=0
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28421609 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=868012 CPUtime=0
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28421609 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=868012 CPUtime=0
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28421611 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=868012 CPUtime=0.26
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 738 0 0 0 25 1 0 0 15 0 10 0 28421611 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=868012 CPUtime=0
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28421611 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=868012 CPUtime=0.01
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 6 0 0 0 0 1 0 0 15 0 10 0 28421611 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1783] ppid=1770 vsize=868012 CPUtime=0
/proc/1773/task/1783/stat : 1783 (java) S 1770 1773 32214 0 -1 64 66 0 0 0 0 0 0 0 25 0 10 0 28423270 888844288 41774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 887180

[startup+18.9029 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 1786
/proc/meminfo: memFree=1612312/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=868336 CPUtime=16.2
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 49146 3712 1 0 1198 268 151 3 18 0 9 0 28421606 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 217084 41815 2041 9 0 211542 0
[pid=1773/tid=1774] ppid=1770 vsize=868336 CPUtime=14.56
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 22078 3712 1 0 1051 251 151 3 21 0 9 0 28421607 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4127214672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=868336 CPUtime=2.83
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 25246 3712 0 0 118 11 151 3 16 0 9 0 28421609 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 3712 0 0 0 0 151 3 16 0 9 0 28421609 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 3712 0 0 0 0 151 3 16 0 9 0 28421609 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 3712 0 0 0 0 151 3 18 0 9 0 28421611 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=868336 CPUtime=1.83
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 973 3712 0 0 28 1 151 3 15 0 9 0 28421611 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 3712 0 0 0 0 151 3 19 0 9 0 28421611 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=868336 CPUtime=1.55
/proc/1773/task/1782/stat : 1782 (java) R 1770 1773 32214 0 -1 64 9 3712 0 0 0 1 151 3 15 0 9 0 28421611 889176064 41815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 868336

[startup+19.703 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 1786
/proc/meminfo: memFree=1612312/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=868336 CPUtime=16.98
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 52892 3712 1 0 1276 268 151 3 18 0 9 0 28421606 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 217084 41820 2043 9 0 211542 0
[pid=1773/tid=1774] ppid=1770 vsize=868336 CPUtime=15.35
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 25823 3712 1 0 1129 252 151 3 25 0 9 0 28421607 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4127238419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=868336 CPUtime=2.83
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 25246 3712 0 0 118 11 151 3 16 0 9 0 28421609 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 3712 0 0 0 0 151 3 16 0 9 0 28421609 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 3712 0 0 0 0 151 3 16 0 9 0 28421609 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 3712 0 0 0 0 151 3 18 0 9 0 28421611 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=868336 CPUtime=1.83
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 974 3712 0 0 28 1 151 3 16 0 9 0 28421611 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=868336 CPUtime=1.54
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 3712 0 0 0 0 151 3 19 0 9 0 28421611 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=868336 CPUtime=1.55
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 9 3712 0 0 0 1 151 3 15 0 9 0 28421611 889176064 41820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.98
Current children cumulated vsize (KiB) 868336

[startup+20.5021 s]
/proc/loadavg: 2.26 2.06 2.02 4/89 1786
/proc/meminfo: memFree=1612248/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=868840 CPUtime=17.77
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 71953 3712 1 0 1351 272 151 3 18 0 9 0 28421606 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 217210 42744 2636 9 0 211668 0
[pid=1773/tid=1774] ppid=1770 vsize=868840 CPUtime=15.54
/proc/1773/task/1774/stat : 1774 (java) S 1770 1773 32214 0 -1 64 27610 3712 1 0 1148 252 151 3 25 0 9 0 28421607 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=868840 CPUtime=3.42
/proc/1773/task/1776/stat : 1776 (java) R 1770 1773 32214 0 -1 64 42517 3712 0 0 173 15 151 3 20 0 9 0 28421609 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 102510019 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=868840 CPUtime=1.54
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 16 3712 0 0 0 0 151 3 16 0 9 0 28421609 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=868840 CPUtime=1.54
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 5 3712 0 0 0 0 151 3 16 0 9 0 28421609 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=868840 CPUtime=1.54
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 3712 0 0 0 0 151 3 18 0 9 0 28421611 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=868840 CPUtime=1.84
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 977 3712 0 0 29 1 151 3 15 0 9 0 28421611 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=868840 CPUtime=1.54
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 3712 0 0 0 0 151 3 19 0 9 0 28421611 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=868840 CPUtime=1.55
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 9 3712 0 0 0 1 151 3 15 0 9 0 28421611 889692160 42744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 868840

[startup+20.7021 s]
/proc/loadavg: 2.26 2.06 2.02 4/89 1786
/proc/meminfo: memFree=1612248/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=868424 CPUtime=17.98
/proc/1773/stat : 1773 (java) S 1770 1773 32214 0 -1 0 78151 3712 1 0 1370 274 151 3 18 0 9 0 28421606 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 217106 43580 2663 9 0 211542 0
[pid=1773/tid=1774] ppid=1770 vsize=868424 CPUtime=15.68
/proc/1773/task/1774/stat : 1774 (java) R 1770 1773 32214 0 -1 64 32829 3712 1 0 1161 253 151 3 25 0 9 0 28421607 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 104076831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1776] ppid=1770 vsize=868424 CPUtime=3.43
/proc/1773/task/1776/stat : 1776 (java) S 1770 1773 32214 0 -1 64 43406 3712 0 0 174 15 151 3 21 0 9 0 28421609 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1777] ppid=1770 vsize=868424 CPUtime=1.54
/proc/1773/task/1777/stat : 1777 (java) S 1770 1773 32214 0 -1 64 21 3712 0 0 0 0 151 3 17 0 9 0 28421609 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1778] ppid=1770 vsize=868424 CPUtime=1.54
/proc/1773/task/1778/stat : 1778 (java) S 1770 1773 32214 0 -1 64 15 3712 0 0 0 0 151 3 16 0 9 0 28421609 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1779] ppid=1770 vsize=868424 CPUtime=1.54
/proc/1773/task/1779/stat : 1779 (java) S 1770 1773 32214 0 -1 64 2 3712 0 0 0 0 151 3 18 0 9 0 28421611 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1780] ppid=1770 vsize=868424 CPUtime=1.88
/proc/1773/task/1780/stat : 1780 (java) S 1770 1773 32214 0 -1 64 1052 3712 0 0 33 1 151 3 15 0 9 0 28421611 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1781] ppid=1770 vsize=868424 CPUtime=1.54
/proc/1773/task/1781/stat : 1781 (java) S 1770 1773 32214 0 -1 64 0 3712 0 0 0 0 151 3 19 0 9 0 28421611 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1773/tid=1782] ppid=1770 vsize=868424 CPUtime=1.55
/proc/1773/task/1782/stat : 1782 (java) S 1770 1773 32214 0 -1 64 9 3712 0 0 0 1 151 3 15 0 9 0 28421611 889266176 43580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 868424

[startup+20.8028 s]
/proc/loadavg: 2.26 2.06 2.02 4/89 1786
/proc/meminfo: memFree=1612248/2055920 swapFree=4192812/4192956
[pid=1773] ppid=1770 vsize=0 CPUtime=18.03
/proc/1773/stat : 1773 (java) Z 1770 1773 32214 0 -1 12 78710 3712 1 0 1373 276 151 3 16 0 2 0 28421606 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1773/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.03
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.8084
CPU time (s): 18.0633
CPU user time (s): 15.2507
CPU system time (s): 2.81257
CPU usage (%): 86.8076
Max. virtual memory (cumulated for all children) (KiB): 889160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2507
system time used= 2.81257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82422
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= 2337
involuntary context switches= 2535

runsolver used 0.103984 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 17:45:50
IDJOB=2097575
IDBENCH=57529
IDSOLVER=773
FILE ID=node28/2097575-1247413549
PBS_JOBID= 9510588
Free space on /tmp= 66108 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097575-1247413549/watcher-2097575-1247413549 -o /tmp/evaluation-result-2097575-1247413549/solver-2097575-1247413549 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097575-1247413549.xml

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

MD5SUM BENCH= 18b7059da0498c17376d1b6f8b9dd1af
RANDOM SEED=1053132937

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
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.230
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:       1773064 kB
Buffers:         40228 kB
Cached:         129976 kB
SwapCached:          0 kB
Active:         151692 kB
Inactive:        74828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9328 kB
Writeback:           0 kB
Mapped:          73660 kB
Slab:            41388 kB
Committed_AS:  1007856 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66108 MiB
End job on node28 at 2009-07-12 17:46:11