Trace number 2097290

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 ESACUNSAT 25.3891 25.4628

DiagnosticValue
CHECKS523720000
NODES0

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-50-5-mul.xml
MD5SUM16fcc8b8bde2aa10417fc00ae864011c
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 benchmark4.18836
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1485
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1485
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	
0.06/0.07	Abscon 112 (May, 2008)
0.10/0.20	
0.10/0.20	   configuration
0.10/0.20	     name=esac.xml
0.22/0.23	   
0.22/0.23	   instance
0.22/0.23	     name=HOME/instance-2097290-1247412028.xml
0.22/0.26	   
0.22/0.26	   domains being loaded...
0.22/0.27	   
0.22/0.27	   variables being loaded...
0.22/0.29	     nbVariables=55  nbDomainTypes=2  minDomainSize=50  maxDomainSize=2500  nbTotalValues=15000
0.22/0.29	       =>  wckTime=0.094  cpuTime=0.09  mem=7M892
0.22/0.29	   
0.22/0.29	   predicates being loaded...
0.34/0.34	   
0.34/0.34	   constraints being loaded...
11.77/11.70	     nbConstraints=1489  nbGlobalConstraints=4  nbConvertedConstraints=1485  nbConvertConstraintsChecks=31372500
11.77/11.70	     nbExtensionStructures=103  nbSharedExtensionStructures=1382  nbConflictsStructures=103
11.77/11.70	     nbSharedConflictsStructures=1382  nbSharedBinaryRepresentations=135916  minDegree=55  maxDegree=57  minArity=2
11.77/11.70	     avgArity=2.04  maxArity=50  nbGenerators=2  nbFusions=2  symmetryWckTime=2.016  symmetryCpuTime=1.92  nbCliques=2
11.77/11.70	       =>  wckTime=11.503  cpuTime=11.3  mem=40M194
11.86/11.81	   
11.86/11.81	   solver IterativeSystematicSolver being built... 
11.86/11.88	   
11.86/11.88	   INFO : Forward propagation technique limited 
11.96/11.94	       =>  wckTime=11.744  cpuTime=11.41  mem=28M589
25.33/25.42	   
25.33/25.42	   preprocessing
25.33/25.42	     nbConstraintChecks=523720338  nbPropagations=27293  nbRevisions=178390  nbUselessRevisions=143450
25.33/25.42	     nbSingletonTests=2552  nbEffectiveSingletonTests=2448  nbACRemovals=152  nbFoundSingletons=0  nbRemovedValues=12493
25.33/25.42	     nbRemovedTuples=3133158  detectedInconsistency=yes
25.33/25.42	       =>  wckTime=13.477  cpuTime=13.28  mem=31M453
25.33/25.43	   
25.33/25.43	   global
25.33/25.43	     nbConstraintChecks=523720338  nbPropagations=27293  nbRevisions=178390  nbUselessRevisions=143450
25.33/25.43	     nbRestartNogoods=0  solvingWckTime=13.482  solvingCpuTime=13.28  expiredTime=no  totalExploration=yes
25.33/25.43	     nbFoundSolutions=0  globalCpuTime=24.73
25.33/25.43	       =>  wckTime=25.229  cpuTime=24.7  mem=31M453
25.33/25.43	   
25.33/25.43	s UNSATISFIABLE
25.33/25.43	d NODES 0
25.33/25.43	d CHECKS 523720338
25.33/25.43	   
25.33/25.43	   totalWckTime=25.272  totalCpuTime=24.75

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-2097290-1247412028/watcher-2097290-1247412028 -o /tmp/evaluation-result-2097290-1247412028/solver-2097290-1247412028 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097290-1247412028.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.08 2.03 3/70 27874
/proc/meminfo: memFree=1833304/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=272 CPUtime=0
/proc/27874/stat : 27874 (java) R 27872 27874 27079 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 28270498 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 10535716 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/27874/statm: 68 37 28 9 0 6 0

[startup+0.06735 s]
/proc/loadavg: 2.08 2.08 2.03 3/70 27874
/proc/meminfo: memFree=1833304/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=864860 CPUtime=0.06
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 3141 0 1 0 5 1 0 0 18 0 9 0 28270498 885616640 2626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 216215 2626 1245 9 0 211108 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864860

[startup+0.101386 s]
/proc/loadavg: 2.08 2.08 2.03 3/70 27874
/proc/meminfo: memFree=1833304/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=866828 CPUtime=0.1
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 4046 0 1 0 9 1 0 0 18 0 9 0 28270498 887631872 3475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 216707 3476 1803 9 0 211192 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866828

[startup+0.301394 s]
/proc/loadavg: 2.08 2.08 2.03 3/70 27874
/proc/meminfo: memFree=1833304/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=867072 CPUtime=0.34
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 6738 0 1 0 30 4 0 0 18 0 9 0 28270498 887881728 6095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 216768 6095 2001 9 0 211226 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 867072

[startup+0.701465 s]
/proc/loadavg: 2.08 2.08 2.03 3/70 27874
/proc/meminfo: memFree=1833304/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868184 CPUtime=0.88
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 9808 0 1 0 81 7 0 0 18 0 9 0 28270498 889020416 9160 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217046 9160 2039 9 0 211482 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 868184

[startup+1.50163 s]
/proc/loadavg: 2.07 2.08 2.03 2/76 27900
/proc/meminfo: memFree=1809128/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868184 CPUtime=1.67
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 10874 0 1 0 157 10 0 0 18 0 9 0 28270498 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217046 10225 2040 9 0 211482 0
[pid=27874/tid=27876] ppid=27872 vsize=868184 CPUtime=1.45
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 9440 0 1 0 136 9 0 0 25 0 9 0 28270499 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4126489120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28270500 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28270501 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 28270501 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28270503 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868184 CPUtime=0.2
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 735 0 0 0 20 0 0 0 15 0 9 0 28270503 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28270503 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28270503 889020416 10225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 868184

[startup+3.1019 s]
/proc/loadavg: 2.07 2.08 2.03 3/89 27918
/proc/meminfo: memFree=1757824/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868184 CPUtime=3.26
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 12637 0 1 0 313 13 0 0 18 0 9 0 28270498 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217046 11987 2040 9 0 211482 0
[pid=27874/tid=27876] ppid=27872 vsize=868184 CPUtime=3.03
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 11200 0 1 0 292 11 0 0 17 0 9 0 28270499 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4126891831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28270500 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28270501 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 28270501 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868184 CPUtime=0.2
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 738 0 0 0 20 0 0 0 15 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 868184

[startup+6.30249 s]
/proc/loadavg: 2.07 2.08 2.03 3/89 27922
/proc/meminfo: memFree=1720576/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868184 CPUtime=6.43
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 12637 0 1 0 630 13 0 0 18 0 9 0 28270498 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217046 11987 2040 9 0 211482 0
[pid=27874/tid=27876] ppid=27872 vsize=868184 CPUtime=6.2
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 11200 0 1 0 609 11 0 0 25 0 9 0 28270499 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 104750431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28270500 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28270501 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 28270501 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868184 CPUtime=0.2
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 738 0 0 0 20 0 0 0 15 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868184 CPUtime=0
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28270503 889020416 11987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 868184

[startup+12.7017 s]
/proc/loadavg: 2.06 2.08 2.03 3/89 27926
/proc/meminfo: memFree=1701688/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=12.76
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26111 372 1 0 1256 18 1 1 18 0 9 0 28270498 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17233 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=12.32
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17699 372 1 0 1216 14 1 1 25 0 9 0 28270499 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4127207203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.33
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1011 372 0 0 31 0 1 1 15 0 9 0 28270503 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 6 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 868832

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

[startup+19.1028 s]
/proc/loadavg: 2.06 2.08 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=19.1
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26171 372 1 0 1881 27 1 1 18 0 9 0 28270498 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17240 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=18.64
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17749 372 1 0 1840 22 1 1 25 0 9 0 28270499 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4127223526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.34
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1019 372 0 0 32 0 1 1 16 0 9 0 28270503 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.1
Current children cumulated vsize (KiB) 868832

[startup+22.3014 s]
/proc/loadavg: 2.05 2.07 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=22.27
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26195 372 1 0 2193 32 1 1 18 0 9 0 28270498 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17242 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=21.8
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17771 372 1 0 2151 27 1 1 25 0 9 0 28270499 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4127207324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.34
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1021 372 0 0 32 0 1 1 15 0 9 0 28270503 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 868832

[startup+23.9017 s]
/proc/loadavg: 2.05 2.07 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=23.85
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26218 372 1 0 2349 34 1 1 18 0 9 0 28270498 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17245 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=23.39
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17791 372 1 0 2307 30 1 1 25 0 9 0 28270499 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4127207200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.35
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1024 372 0 0 33 0 1 1 16 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 868832

[startup+24.7029 s]
/proc/loadavg: 2.05 2.07 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=24.64
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26232 372 1 0 2426 36 1 1 18 0 9 0 28270498 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17245 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=24.18
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17805 372 1 0 2384 32 1 1 25 0 9 0 28270499 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4127098301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.35
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1024 372 0 0 33 0 1 1 16 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 868832

[startup+25.1029 s]
/proc/loadavg: 2.05 2.07 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=25.05
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26248 372 1 0 2466 37 1 1 18 0 9 0 28270498 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17245 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=24.58
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17821 372 1 0 2424 32 1 1 25 0 9 0 28270499 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4127220793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.35
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1024 372 0 0 33 0 1 1 16 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 868832

[startup+25.308 s]
/proc/loadavg: 2.05 2.07 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=25.24
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26249 372 1 0 2485 37 1 1 18 0 9 0 28270498 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17245 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=24.78
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17822 372 1 0 2443 33 1 1 25 0 9 0 28270499 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4127215124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.35
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1024 372 0 0 33 0 1 1 16 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868832

[startup+25.403 s]
/proc/loadavg: 2.05 2.07 2.03 3/89 27926
/proc/meminfo: memFree=1701752/2055920 swapFree=4192812/4192956
[pid=27874] ppid=27872 vsize=868832 CPUtime=25.33
/proc/27874/stat : 27874 (java) S 27872 27874 27079 0 -1 0 26249 372 1 0 2493 38 1 1 18 0 9 0 28270498 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27874/statm: 217208 17245 2658 9 0 211644 0
[pid=27874/tid=27876] ppid=27872 vsize=868832 CPUtime=24.87
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 27079 0 -1 64 17822 372 1 0 2452 33 1 1 25 0 9 0 28270499 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4127207194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27877] ppid=27872 vsize=868832 CPUtime=0.12
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 27079 0 -1 64 6539 372 0 0 8 2 1 1 16 0 9 0 28270500 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27878] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 27079 0 -1 64 19 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27879] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 27079 0 -1 64 15 372 0 0 0 0 1 1 16 0 9 0 28270501 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27880] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 24 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=868832 CPUtime=0.35
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 27079 0 -1 64 1024 372 0 0 33 0 1 1 16 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27874/tid=27882] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 27079 0 -1 64 1 372 0 0 0 0 1 1 25 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=868832 CPUtime=0.02
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 27079 0 -1 64 8 372 0 0 0 0 1 1 15 0 9 0 28270503 889683968 17245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868832

Child status: 0
Real time (s): 25.4628
CPU time (s): 25.3891
CPU user time (s): 24.9852
CPU system time (s): 0.403938
CPU usage (%): 99.7107
Max. virtual memory (cumulated for all children) (KiB): 868832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9852
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26705
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= 1544
involuntary context switches= 1940

runsolver used 0.035994 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 17:20:28
IDJOB=2097290
IDBENCH=57101
IDSOLVER=774
FILE ID=node2/2097290-1247412028
PBS_JOBID= 9510639
Free space on /tmp= 66332 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-50-5-mul.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097290-1247412028/watcher-2097290-1247412028 -o /tmp/evaluation-result-2097290-1247412028/solver-2097290-1247412028 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097290-1247412028.xml

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

MD5SUM BENCH= 16fcc8b8bde2aa10417fc00ae864011c
RANDOM SEED=360599315

node2.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.265
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.265
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:       1833784 kB
Buffers:         32772 kB
Cached:         121316 kB
SwapCached:          0 kB
Active:         104296 kB
Inactive:        66624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          26704 kB
Slab:            36728 kB
Committed_AS:   191732 kB
PageTables:       1812 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= 66332 MiB
End job on node2 at 2009-07-12 17:20:54