Trace number 2095582

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 ESACSAT 10.2234 10.3224

DiagnosticValue
CHECKS7960140
NODES3105

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-10-a4.xml
MD5SUMf52f7dc44122ad1887252cc9e35ccd76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.9021
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2095582-1247407790.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.35	     nbVariables=10  nbDomainTypes=1  minDomainSize=56  maxDomainSize=56  nbTotalValues=560
0.29/0.35	       =>  wckTime=0.1  cpuTime=0.09  mem=7M892
0.29/0.35	   
0.29/0.35	   predicates being loaded...
0.39/0.41	   
0.39/0.41	   constraints being loaded...
0.78/0.84	     nbConstraints=376  nbGlobalConstraints=1  nbMergedConstraints=540  nbConvertedConstraints=45
0.78/0.84	     nbConvertConstraintsChecks=3136  nbExtensionStructures=1  nbSharedExtensionStructures=44  nbConflictsStructures=1
0.78/0.84	     nbSharedConflictsStructures=44  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.78/0.84	     nbEvaluationManagers=2  nbSharedEvaluationManagers=328  minDegree=130  maxDegree=130  minArity=2  avgArity=3.46
0.78/0.84	     maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.067  symmetryCpuTime=0.03  nbCliques=1
0.78/0.84	       =>  wckTime=0.585  cpuTime=0.41  mem=20M594
0.87/0.91	   
0.87/0.91	   solver IterativeSystematicSolver being built... 
0.87/0.99	   
0.87/0.99	   INFO : Forward propagation technique limited 
0.98/1.05	       =>  wckTime=0.799  cpuTime=0.56  mem=25M48
1.58/1.63	   
1.58/1.63	   preprocessing
1.58/1.63	     nbConstraintChecks=533056  nbValidityChecks=756581  nbPropagations=199  nbRevisions=27600  nbUselessRevisions=26769
1.58/1.63	     nbSingletonTests=38  nbEffectiveSingletonTests=7  nbACRemovals=90  nbFoundSingletons=0  nbRemovedValues=104
1.58/1.63	     detectedInconsistency=no
1.58/1.63	       =>  wckTime=0.575  cpuTime=0.53  mem=26M56
3.96/4.05	   
3.96/4.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M47)
10.10/10.29	   
10.10/10.29	   search
10.10/10.29	     run=11  nbConstraintChecks=7427089  nbValidityChecks=16428722  minDepth=3  maxDepth=10  nbPropagations=44246
10.10/10.29	     nbRevisions=5656587  nbUselessRevisions=5444342  nbAssignments=3105  nbFailedAssignments=2223  nbBacktracks=812
10.10/10.29	     nbVisitedNodes=5966  nbRestartNogoods=200  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=0
10.10/10.29	     nbIEliminables=5.83  nbDEliminables=0  nbPEliminables=0
10.10/10.29	       =>  wckTime=9.238  cpuTime=9.05  mem=27M47
10.10/10.29	   
10.10/10.29	   global
10.10/10.29	     nbConstraintChecks=7960145  nbValidityChecks=17185303  nbPropagations=44445  nbRevisions=5684187
10.10/10.29	     nbUselessRevisions=5471111  nbRestartNogoods=200  solvingWckTime=9.24  solvingCpuTime=9.05  expiredTime=no
10.10/10.29	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.61  globalCpuTime=9.65
10.10/10.29	       =>  wckTime=10.042  cpuTime=9.61  mem=27M47
10.10/10.29	   
10.10/10.29	s SATISFIABLE
10.10/10.29	v 0 1 6 10 23 26 34 41 53 55 
10.10/10.29	d NODES 3105
10.10/10.29	d CHECKS 7960145
10.10/10.29	   
10.10/10.29	   totalWckTime=10.109  totalCpuTime=9.66

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095582-1247407790/watcher-2095582-1247407790 -o /tmp/evaluation-result-2095582-1247407790/solver-2095582-1247407790 -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-2095582-1247407790.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.07 1.99 1.91 4/80 2965
/proc/meminfo: memFree=1796264/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=10676 CPUtime=0
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27843162 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 2669 474 207 9 0 1184 0
[pid=2965/tid=2966] ppid=2963 vsize=10676 CPUtime=0
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27843163 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4014040 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.108119 s]
/proc/loadavg: 2.07 1.99 1.91 4/80 2965
/proc/meminfo: memFree=1796264/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=865984 CPUtime=0.09
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 3862 0 1 0 7 2 0 0 18 0 9 0 27843162 886767616 3305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 216496 3305 1736 9 0 210981 0
[pid=2965/tid=2966] ppid=2963 vsize=865984 CPUtime=0.07
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 2928 0 1 0 6 1 0 0 18 0 9 0 27843163 886767616 3305 996147200 134512640 134550932 4294955968 18446744073709551615 4125962333 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.201137 s]
/proc/loadavg: 2.07 1.99 1.91 4/80 2965
/proc/meminfo: memFree=1796264/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=866132 CPUtime=0.19
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 4828 0 1 0 16 3 0 0 18 0 9 0 27843162 886919168 4245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 216533 4245 1888 9 0 211011 0
[pid=2965/tid=2966] ppid=2963 vsize=866132 CPUtime=0.16
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 3889 0 1 0 14 2 0 0 17 0 9 0 27843163 886919168 4245 996147200 134512640 134550932 4294955968 18446744073709551615 4125963246 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866132

[startup+0.301152 s]
/proc/loadavg: 2.07 1.99 1.91 4/80 2965
/proc/meminfo: memFree=1796264/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=867496 CPUtime=0.29
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 5970 0 1 0 25 4 0 0 18 0 9 0 27843162 888315904 5336 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 216874 5337 1984 9 0 211332 0
[pid=2965/tid=2966] ppid=2963 vsize=867496 CPUtime=0.23
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 4982 0 1 0 20 3 0 0 18 0 9 0 27843163 888315904 5337 996147200 134512640 134550932 4294955968 18446744073709551615 4125979796 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867496

[startup+0.701228 s]
/proc/loadavg: 2.07 1.99 1.91 4/80 2965
/proc/meminfo: memFree=1796264/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=868792 CPUtime=0.69
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 8963 0 1 0 62 7 0 0 18 0 9 0 27843162 889643008 8314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217198 8314 2041 9 0 211634 0
[pid=2965/tid=2966] ppid=2963 vsize=868796 CPUtime=0.51
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 7568 0 1 0 45 6 0 0 19 0 9 0 27843163 889647104 8314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868792

[startup+1.50238 s]
/proc/loadavg: 2.14 2.00 1.92 4/91 2978
/proc/meminfo: memFree=1759120/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=1.48
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18513 305 1 0 137 11 0 0 18 0 9 0 27843162 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 11845 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=1.16
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 12987 305 1 0 107 9 0 0 20 0 9 0 27843163 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4127104121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3770 305 0 0 5 0 0 0 17 0 9 0 27843164 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.24
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 914 305 0 0 24 0 0 0 15 0 9 0 27843166 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 5 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 11845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 869116

[startup+3.10268 s]
/proc/loadavg: 2.14 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757848/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=3.07
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18792 305 1 0 295 12 0 0 18 0 9 0 27843162 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12120 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=2.72
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13247 305 1 0 263 9 0 0 25 0 9 0 27843163 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4127087748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 16 0 9 0 27843164 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.26
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 932 305 0 0 26 0 0 0 15 0 9 0 27843166 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 5 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 869116

[startup+6.30129 s]
/proc/loadavg: 2.14 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757592/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=6.24
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18846 305 1 0 612 12 0 0 18 0 9 0 27843162 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12142 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=5.86
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13257 305 1 0 577 9 0 0 25 0 9 0 27843163 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4127097755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 17 0 9 0 27843164 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.29
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 948 305 0 0 29 0 0 0 16 0 9 0 27843166 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 869116

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

[startup+6.40231 s]
/proc/loadavg: 2.14 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757592/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=6.34
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18848 305 1 0 622 12 0 0 18 0 9 0 27843162 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12143 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=5.96
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13257 305 1 0 587 9 0 0 25 0 9 0 27843163 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4127087844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 17 0 9 0 27843164 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.29
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 950 305 0 0 29 0 0 0 15 0 9 0 27843166 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 869116

[startup+8.00261 s]
/proc/loadavg: 2.13 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757336/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=7.92
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18899 305 1 0 780 12 0 0 18 0 9 0 27843162 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12193 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=7.54
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13258 305 1 0 744 10 0 0 25 0 9 0 27843163 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4127085100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 17 0 9 0 27843164 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.3
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 1000 305 0 0 30 0 0 0 16 0 9 0 27843166 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 869116

[startup+9.60191 s]
/proc/loadavg: 2.13 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757336/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=9.5
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18901 305 1 0 938 12 0 0 18 0 9 0 27843162 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12194 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=9.12
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13260 305 1 0 902 10 0 0 25 0 9 0 27843163 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4126990616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 16 0 9 0 27843164 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.3
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 1000 305 0 0 30 0 0 0 16 0 9 0 27843166 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 869116

[startup+10.007 s]
/proc/loadavg: 2.13 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757272/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=9.9
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18902 305 1 0 978 12 0 0 18 0 9 0 27843162 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12195 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=9.52
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13260 305 1 0 942 10 0 0 25 0 9 0 27843163 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4127104075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 16 0 9 0 27843164 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.3
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 1001 305 0 0 30 0 0 0 16 0 9 0 27843166 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 869116

[startup+10.202 s]
/proc/loadavg: 2.13 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757272/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=10.1
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18902 305 1 0 998 12 0 0 18 0 9 0 27843162 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12195 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=9.71
/proc/2965/task/2966/stat : 2966 (java) R 2963 2965 32668 0 -1 64 13260 305 1 0 961 10 0 0 25 0 9 0 27843163 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4126878212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 16 0 9 0 27843164 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.3
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 1001 305 0 0 30 0 0 0 16 0 9 0 27843166 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 869116

[startup+10.301 s]
/proc/loadavg: 2.13 2.00 1.92 3/89 2978
/proc/meminfo: memFree=1757272/2055920 swapFree=4192812/4192956
[pid=2965] ppid=2963 vsize=869116 CPUtime=10.19
/proc/2965/stat : 2965 (java) S 2963 2965 32668 0 -1 0 18999 305 1 0 1007 12 0 0 18 0 9 0 27843162 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2965/statm: 217279 12289 2659 9 0 211715 0
[pid=2965/tid=2966] ppid=2963 vsize=869116 CPUtime=9.81
/proc/2965/task/2966/stat : 2966 (java) S 2963 2965 32668 0 -1 64 13357 305 1 0 971 10 0 0 25 0 9 0 27843163 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2968] ppid=2963 vsize=869116 CPUtime=0.05
/proc/2965/task/2968/stat : 2968 (java) S 2963 2965 32668 0 -1 64 3771 305 0 0 5 0 0 0 16 0 9 0 27843164 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2969] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2969/stat : 2969 (java) S 2963 2965 32668 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2970] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2970/stat : 2970 (java) S 2963 2965 32668 0 -1 64 11 305 0 0 0 0 0 0 16 0 9 0 27843164 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2971] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2971/stat : 2971 (java) S 2963 2965 32668 0 -1 64 2 305 0 0 0 0 0 0 18 0 9 0 27843166 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2972] ppid=2963 vsize=869116 CPUtime=0.3
/proc/2965/task/2972/stat : 2972 (java) S 2963 2965 32668 0 -1 64 1001 305 0 0 30 0 0 0 16 0 9 0 27843166 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2973] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2973/stat : 2973 (java) S 2963 2965 32668 0 -1 64 0 305 0 0 0 0 0 0 19 0 9 0 27843167 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2965/tid=2974] ppid=2963 vsize=869116 CPUtime=0
/proc/2965/task/2974/stat : 2974 (java) S 2963 2965 32668 0 -1 64 33 305 0 0 0 0 0 0 15 0 9 0 27843167 889974784 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 869116

Child status: 0
Real time (s): 10.3224
CPU time (s): 10.2234
CPU user time (s): 10.0835
CPU system time (s): 0.139978
CPU usage (%): 99.0416
Max. virtual memory (cumulated for all children) (KiB): 869160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0835
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19331
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= 1538
involuntary context switches= 1770

runsolver used 0.016997 second user time and 0.042993 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 16:09:50
IDJOB=2095582
IDBENCH=55437
IDSOLVER=774
FILE ID=node37/2095582-1247407790
PBS_JOBID= 9510569
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-10-a4.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-2095582-1247407790/watcher-2095582-1247407790 -o /tmp/evaluation-result-2095582-1247407790/solver-2095582-1247407790 -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-2095582-1247407790.xml

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

MD5SUM BENCH= f52f7dc44122ad1887252cc9e35ccd76
RANDOM SEED=868925226

node37.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.260
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.260
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:       1796744 kB
Buffers:         33748 kB
Cached:         118708 kB
SwapCached:          0 kB
Active:         137084 kB
Inactive:        68908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4568 kB
Writeback:           0 kB
Mapped:          73932 kB
Slab:            38604 kB
Committed_AS:  1021516 kB
PageTables:       1844 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= 66428 MiB
End job on node37 at 2009-07-12 16:10:00