Trace number 2099154

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 27.9547 28.0271

DiagnosticValue
CHECKS483381000
NODES45935

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-77_ext.xml
MD5SUMa7278e19d13923ee2d265703771699f3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.49762
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2099154-1247417591.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180  nbTotalValues=7200
0.38/0.40	       =>  wckTime=0.155  cpuTime=0.12  mem=7M892
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.78/0.81	   
0.78/0.81	   constraints being loaded...
0.97/1.02	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.97/1.02	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=1  maxDegree=9
0.97/1.02	     minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.048  symmetryCpuTime=0.03
0.97/1.02	       =>  wckTime=0.78  cpuTime=0.66  mem=40M395
1.07/1.14	   
1.07/1.14	   solver IterativeSystematicSolver being built... 
1.17/1.28	       =>  wckTime=1.032  cpuTime=0.78  mem=28M644
1.27/1.36	   
1.27/1.36	   preprocessing
1.27/1.36	     nbConstraintChecks=597615  nbPropagations=1167  nbRevisions=4350  nbUselessRevisions=2344  nbSingletonTests=57
1.27/1.36	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
1.27/1.36	       =>  wckTime=0.079  cpuTime=0.05  mem=29M705
1.68/1.71	   
1.68/1.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M668)
27.86/27.96	   
27.86/27.96	   search
27.86/27.96	     run=18  nbConstraintChecks=482783242  minDepth=0  maxDepth=4  nbPropagations=4112366  nbRevisions=17317994
27.86/27.97	     nbUselessRevisions=8410235  nbAssignments=45935  nbFailedAssignments=36951  nbInferredBacktracks=1
27.86/27.97	     nbBacktracks=8936  nbVisitedNodes=91190  nbRestartNogoods=228  nbSEliminables=3.95  nbREliminables=5.01
27.86/27.97	     nbIEliminables=19.38  nbDEliminables=0  nbPEliminables=0
27.86/27.97	       =>  wckTime=26.684  cpuTime=26.57  mem=30M668
27.86/27.97	   
27.86/27.97	   global
27.86/27.97	     nbConstraintChecks=483380857  nbPropagations=4113533  nbRevisions=17322344  nbUselessRevisions=8412579
27.86/27.97	     nbRestartNogoods=228  solvingWckTime=26.687  solvingCpuTime=26.59  expiredTime=no  totalExploration=yes
27.86/27.97	     nbFoundSolutions=0  globalCpuTime=27.43
27.86/27.97	       =>  wckTime=27.723  cpuTime=27.38  mem=30M668
27.86/27.97	   
27.86/27.97	s UNSATISFIABLE
27.86/27.97	d NODES 45935
27.86/27.97	d CHECKS 483380857
27.86/27.97	   
27.86/27.97	   totalWckTime=27.78  totalCpuTime=27.43

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-2099154-1247417591/watcher-2099154-1247417591 -o /tmp/evaluation-result-2099154-1247417591/solver-2099154-1247417591 -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-2099154-1247417591.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: 1.98 1.98 2.00 3/80 28234
/proc/meminfo: memFree=1703908/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=1616 CPUtime=0
/proc/28234/stat : 28234 (java) D 28232 28234 28041 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 28826209 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 8663844 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28234/statm: 404 151 125 9 0 46 0
[pid=28234/tid=28235] ppid=28232 vsize=10676 CPUtime=0
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28826210 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9510872 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0560521 s]
/proc/loadavg: 1.98 1.98 2.00 3/80 28234
/proc/meminfo: memFree=1703908/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=863776 CPUtime=0.04
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 2566 0 1 0 3 1 0 0 18 0 9 0 28826209 884506624 2134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 215944 2134 1017 9 0 210859 0
[pid=28234/tid=28235] ppid=28232 vsize=863776 CPUtime=0.03
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 1725 0 1 0 3 0 0 0 20 0 9 0 28826210 884506624 2134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863776

[startup+0.101465 s]
/proc/loadavg: 1.98 1.98 2.00 3/80 28234
/proc/meminfo: memFree=1703908/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=865984 CPUtime=0.09
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 3731 0 1 0 7 2 0 0 18 0 9 0 28826209 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216496 3197 1690 9 0 210981 0
[pid=28234/tid=28235] ppid=28232 vsize=865984 CPUtime=0.07
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 2824 0 1 0 6 1 0 0 18 0 9 0 28826210 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 102755280 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.301487 s]
/proc/loadavg: 1.98 1.98 2.00 3/80 28234
/proc/meminfo: memFree=1703908/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=866296 CPUtime=0.28
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 5683 0 1 0 25 3 0 0 18 0 9 0 28826209 887087104 5086 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216574 5086 1927 9 0 211052 0
[pid=28234/tid=28235] ppid=28232 vsize=866296 CPUtime=0.24
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 4727 0 1 0 22 2 0 0 19 0 9 0 28826210 887087104 5086 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70154 s]
/proc/loadavg: 1.98 1.98 2.00 3/80 28234
/proc/meminfo: memFree=1703908/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=866500 CPUtime=0.68
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 10253 0 1 0 62 6 0 0 18 0 9 0 28826209 887296000 9615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216625 9615 1998 9 0 211083 0
[pid=28234/tid=28235] ppid=28232 vsize=866500 CPUtime=0.6
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 9225 0 1 0 55 5 0 0 20 0 9 0 28826210 887296000 9615 996147200 134512640 134550932 4294955968 18446744073709551615 4126602922 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866500

[startup+1.50262 s]
/proc/loadavg: 1.98 1.98 2.00 3/91 28245
/proc/meminfo: memFree=1657228/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867364 CPUtime=1.47
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26042 272 1 0 135 11 0 1 18 0 9 0 28826209 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216841 17149 2656 9 0 211277 0
[pid=28234/tid=28235] ppid=28232 vsize=867364 CPUtime=1.18
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17664 272 1 0 109 8 0 1 18 0 9 0 28826210 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4126770213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867364 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867364 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867364 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867364 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867364 CPUtime=0.16
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 520 272 0 0 15 0 0 1 15 0 9 0 28826214 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867364 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888180736 17149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867364 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888180736 17149 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) 867364

[startup+3.10181 s]
/proc/loadavg: 2.14 2.02 2.01 3/89 28247
/proc/meminfo: memFree=1645332/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=3.07
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26072 272 1 0 294 12 0 1 18 0 9 0 28826209 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17175 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=2.74
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17670 272 1 0 265 8 0 1 25 0 9 0 28826210 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4126770110 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.2
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 544 272 0 0 19 0 0 1 15 0 9 0 28826214 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17175 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) 867496

[startup+6.30116 s]
/proc/loadavg: 2.14 2.02 2.01 3/89 28247
/proc/meminfo: memFree=1645140/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=6.27
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26082 272 1 0 614 12 0 1 18 0 9 0 28826209 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17179 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=5.93
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17677 272 1 0 584 8 0 1 16 0 9 0 28826210 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4126781529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867496

[startup+12.7019 s]
/proc/loadavg: 2.12 2.02 2.01 3/89 28247
/proc/meminfo: memFree=1644948/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=12.67
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26085 272 1 0 1254 12 0 1 18 0 9 0 28826209 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17179 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=12.33
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17680 272 1 0 1224 8 0 1 25 0 9 0 28826210 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4126785166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867496

[startup+25.5023 s]
/proc/loadavg: 2.10 2.01 2.01 3/89 28247
/proc/meminfo: memFree=1644948/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=25.46
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26086 272 1 0 2533 12 0 1 18 0 9 0 28826209 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17179 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=25.12
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17681 272 1 0 2503 8 0 1 25 0 9 0 28826210 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4126770284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 867496

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

[startup+27.1025 s]
/proc/loadavg: 2.09 2.01 2.01 3/89 28247
/proc/meminfo: memFree=1644948/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=27.06
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26086 272 1 0 2693 12 0 1 18 0 9 0 28826209 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17179 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=26.72
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17681 272 1 0 2663 8 0 1 25 0 9 0 28826210 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4126790892 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 867496

[startup+27.5075 s]
/proc/loadavg: 2.09 2.01 2.01 3/89 28247
/proc/meminfo: memFree=1644948/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=27.47
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26086 272 1 0 2734 12 0 1 18 0 9 0 28826209 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17179 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=27.12
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17681 272 1 0 2703 8 0 1 25 0 9 0 28826210 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4126770232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.47
Current children cumulated vsize (KiB) 867496

[startup+27.9026 s]
/proc/loadavg: 2.09 2.01 2.01 3/89 28247
/proc/meminfo: memFree=1644948/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=27.86
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26086 272 1 0 2773 12 0 1 18 0 9 0 28826209 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17179 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=27.52
/proc/28234/task/28235/stat : 28235 (java) R 28232 28234 28041 0 -1 64 17681 272 1 0 2743 8 0 1 25 0 9 0 28826210 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.86
Current children cumulated vsize (KiB) 867496

[startup+28.0026 s]
/proc/loadavg: 2.09 2.01 2.01 3/89 28247
/proc/meminfo: memFree=1644948/2055920 swapFree=4192812/4192956
[pid=28234] ppid=28232 vsize=867496 CPUtime=27.93
/proc/28234/stat : 28234 (java) S 28232 28234 28041 0 -1 0 26150 272 1 0 2780 12 0 1 18 0 9 0 28826209 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28234/statm: 216874 17180 2656 9 0 211310 0
[pid=28234/tid=28235] ppid=28232 vsize=867496 CPUtime=27.6
/proc/28234/task/28235/stat : 28235 (java) S 28232 28234 28041 0 -1 64 17745 272 1 0 2750 9 0 1 25 0 9 0 28826210 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28237] ppid=28232 vsize=867496 CPUtime=0.11
/proc/28234/task/28237/stat : 28237 (java) S 28232 28234 28041 0 -1 64 7022 272 0 0 9 1 0 1 16 0 9 0 28826212 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28238] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28238/stat : 28238 (java) S 28232 28234 28041 0 -1 64 19 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28239] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28239/stat : 28239 (java) S 28232 28234 28041 0 -1 64 7 272 0 0 0 0 0 1 16 0 9 0 28826212 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28240] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28240/stat : 28240 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 18 0 9 0 28826214 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28241] ppid=28232 vsize=867496 CPUtime=0.21
/proc/28234/task/28241/stat : 28241 (java) S 28232 28234 28041 0 -1 64 547 272 0 0 20 0 0 1 16 0 9 0 28826214 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28234/tid=28242] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28242/stat : 28242 (java) S 28232 28234 28041 0 -1 64 1 272 0 0 0 0 0 1 19 0 9 0 28826214 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28234/tid=28243] ppid=28232 vsize=867496 CPUtime=0.01
/proc/28234/task/28243/stat : 28243 (java) S 28232 28234 28041 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 28826214 888315904 17180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.93
Current children cumulated vsize (KiB) 867496

Child status: 0
Real time (s): 28.0271
CPU time (s): 27.9547
CPU user time (s): 27.8068
CPU system time (s): 0.147977
CPU usage (%): 99.742
Max. virtual memory (cumulated for all children) (KiB): 867496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.8068
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26449
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= 1488
involuntary context switches= 1089

runsolver used 0.047992 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 18:53:11
IDJOB=2099154
IDBENCH=59890
IDSOLVER=774
FILE ID=node9/2099154-1247417591
PBS_JOBID= 9510687
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-77_ext.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-2099154-1247417591/watcher-2099154-1247417591 -o /tmp/evaluation-result-2099154-1247417591/solver-2099154-1247417591 -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-2099154-1247417591.xml

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

MD5SUM BENCH= a7278e19d13923ee2d265703771699f3
RANDOM SEED=1796770171

node9.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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1704388 kB
Buffers:         42864 kB
Cached:         127340 kB
SwapCached:          0 kB
Active:         217000 kB
Inactive:        76848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704388 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3820 kB
Writeback:           0 kB
Mapped:         144076 kB
Slab:            42692 kB
Committed_AS:   996240 kB
PageTables:       2000 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= 66392 MiB
End job on node9 at 2009-07-12 18:53:39