Trace number 1075175

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 6.36703 6.47207

DiagnosticValue
CHECKS4379440
NODES6847

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph9-f9.xml
MD5SUM17a33451183b9900020243750ee5373a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.949855
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

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.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1075175-1215180298.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.49	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=35  nbTotalValues=28352
0.38/0.50	       =>  wckTime=0.239  cpuTime=0.16  mem=10M779
0.38/0.50	   
0.38/0.50	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
3.05/3.15	     nbConstraints=5265  nbGlobalConstraints=19  nbConvertedConstraints=5246  nbConvertConstraintsChecks=4045554
3.05/3.15	     nbExtensionStructures=4228  nbSharedExtensionStructures=5100  nbConflictsStructures=4228
3.05/3.15	     nbSharedConflictsStructures=5100  nbSharedBinaryRepresentations=260668  minDegree=1  maxDegree=38  minArity=2
3.05/3.15	     avgArity=2.05  maxArity=18  nbGenerators=0  nbFusions=0  symmetryWckTime=0.284  symmetryCpuTime=0.16  nbCliques=19
3.05/3.15	       =>  wckTime=2.892  cpuTime=2.46  mem=27M528
3.15/3.27	   
3.15/3.27	   solver IterativeSystematicSolver being built... 
3.26/3.34	   
3.26/3.34	   INFO : Forward propagation technique limited 
3.36/3.45	       =>  wckTime=3.199  cpuTime=2.62  mem=30M236
3.85/3.96	   
3.85/3.96	   preprocessing
3.85/3.96	     nbConstraintChecks=345808  nbPropagations=9137  nbRevisions=23213  nbUselessRevisions=11857  nbSingletonTests=951
3.85/3.96	     nbEffectiveSingletonTests=0  nbACRemovals=7740  nbFoundSingletons=0  nbRemovedValues=7740  detectedInconsistency=no
3.85/3.96	       =>  wckTime=0.503  cpuTime=0.46  mem=32M186
4.35/4.42	   
4.35/4.42	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M144)
6.33/6.40	   
6.33/6.40	   search
6.33/6.40	     run=12  nbConstraintChecks=4033636  minDepth=36  maxDepth=916  nbPropagations=335828  nbRevisions=1746636
6.33/6.40	     nbUselessRevisions=1001546  nbAssignments=6847  nbFailedAssignments=2950  nbBacktracks=2372  nbVisitedNodes=10801
6.33/6.40	     nbRestartNogoods=187  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=5.63  nbIEliminables=901.31
6.33/6.40	     nbDEliminables=0  nbPEliminables=0
6.33/6.40	       =>  wckTime=2.944  cpuTime=2.82  mem=47M822
6.33/6.40	   
6.33/6.40	   global
6.33/6.40	     nbConstraintChecks=4379444  nbPropagations=344965  nbRevisions=1769849  nbUselessRevisions=1013403
6.33/6.40	     nbRestartNogoods=187  solvingWckTime=2.947  solvingCpuTime=2.82  expiredTime=no  totalExploration=no
6.33/6.40	     nbFoundSolutions=1  firstSolutionCpuTime=5.43  globalCpuTime=5.49
6.33/6.40	       =>  wckTime=6.149  cpuTime=5.44  mem=47M822
6.33/6.41	   
6.33/6.41	s SATISFIABLE
6.33/6.41	v 414 652 128 366 652 414 414 652 380 142 16 254 254 16 16 254 366 128 16 254 268 30 16 254 72 310 254 16 254 16 156 394 16 254 666 428 414 652 666 428 414 652 652 414 30 268 156 394 268 30 428 666 128 366 114 352 142 380 666 428 296 58 254 16 268 30 394 156 414 652 30 268 282 44 428 666 254 16 170 408 394 156 268 30 394 156 16 254 156 394 30 268 428 666 394 156 72 310 268 30 72 310 414 652 268 30 380 142 16 254 666 428 394 156 16 254 16 254 268 30 282 44 254 16 30 268 254 16 414 652 268 30 414 652 428 666 268 30 268 30 282 44 394 156 394 156 254 16 142 380 268 30 156 394 394 156 114 352 414 652 142 380 156 394 414 652 254 16 254 16 142 380 254 16 30 268 310 72 16 254 156 394 142 380 652 414 44 282 142 380 156 394 30 268 268 30 16 254 128 366 268 30 282 44 156 394 16 254 142 380 652 414 142 380 394 156 428 666 652 414 666 428 394 156 414 652 428 666 414 652 30 268 414 652 666 428 652 414 268 30 268 30 666 428 414 652 428 666 666 428 380 142 30 268 30 268 254 16 44 282 156 394 142 380 428 666 156 394 428 666 268 30 58 296 394 156 414 652 414 652 394 156 666 428 394 156 666 428 156 394 428 666 30 268 666 428 666 428 268 30 16 254 666 428 30 268 16 254 394 156 282 44 380 142 268 30 652 414 268 30 394 156 414 652 100 338 414 652 142 380 296 58 156 394 414 652 394 156 268 30 254 16 16 254 324 86 380 142 380 142 380 142 666 428 156 394 394 156 414 652 414 652 254 16 666 428 30 268 394 156 666 428 652 414 652 414 30 268 310 72 16 254 16 254 254 16 44 282 254 16 324 86 652 414 30 268 394 156 156 394 156 394 652 414 666 428 324 86 114 352 394 156 16 254 652 414 666 428 666 428 324 86 414 652 156 394 30 268 394 156 128 366 142 380 394 156 394 156 380 142 114 352 156 394 666 428 282 44 666 428 16 254 142 380 30 268 380 142 268 30 666 428 142 380 44 282 30 268 142 380 30 268 666 428 652 414 268 30 30 268 268 30 268 30 428 666 428 666 666 428 428 666 414 652 652 414 652 414 352 114 366 128 414 652 352 114 156 394 414 652 428 666 156 394 428 666 414 652 380 142 156 394 86 324 268 30 366 128 254 16 394 156 268 30 156 394 666 428 366 128 666 428 128 366 156 394 268 30 428 666 380 142 128 366 268 30 394 156 254 16 666 428 142 380 652 414 338 100 428 666 254 16 666 428 414 652 666 428 44 282 414 652 352 114 268 30 254 16 268 30 282 44 142 380 652 414 652 414 310 72 666 428 652 414 666 428 380 142 394 156 428 666 428 666 128 366 142 380 666 428 114 352 30 268 666 428 156 394 666 428 268 30 394 156 30 268 268 30 44 282 394 156 142 380 666 428 16 254 282 44 268 30 58 296 394 156 72 310 254 16 142 380 282 44 394 156 366 128 268 30 428 666 380 142 142 380 268 30 30 268 128 366 114 352 282 44 268 30 282 44 394 156 156 394 352 114 666 428 30 268 666 428 100 338 268 30 86 324 414 652 380 142 30 268 128 366 414 652 268 30 652 414 414 652 666 428 268 30 72 310 268 30 652 414 268 30 58 296 44 282 114 352 394 156 142 380 352 114 366 128 30 268 652 414 366 128 30 268 44 282 44 282 268 30 72 310 156 394 30 268 310 72 428 666 296 58 30 268 30 268 268 30 44 282 268 30 156 394 296 58 86 324 666 428 296 58 254 16 282 44 414 652 114 352 324 86 268 30 380 142 268 30 100 338 86 324 58 296 380 142 156 394 428 666 666 428 30 268 268 30 142 380 282 44 338 100 296 58 114 352 282 44 30 268 414 652 156 394 296 58 428 666 30 268 30 268 652 414 142 380 100 338 652 414 310 72 282 44 428 666 30 268 142 380 428 666 30 268 282 44 310 72 142 380 100 338 30 268 58 296 30 268 128 366 30 268 30 268 652 414 156 394 268 30 142 380 114 352 44 282 44 282 428 666 394 156 
6.33/6.41	d NODES 6847
6.33/6.41	d CHECKS 4379444
6.33/6.41	   
6.33/6.41	   totalWckTime=6.22  totalCpuTime=5.5

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075175-1215180298/watcher-1075175-1215180298 -o /tmp/evaluation-result-1075175-1215180298/solver-1075175-1215180298 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1075175-1215180298.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 25198
/proc/meminfo: memFree=1715328/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=862848 CPUtime=0.03
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 2405 0 1 0 2 1 0 0 18 0 7 0 1997004415 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 215712 1984 910 9 0 210691 0
[pid=25198/tid=25199] ppid=25196 vsize=862848 CPUtime=0.02
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 1687 0 1 0 2 0 0 0 18 0 7 0 1997004416 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=862848 CPUtime=0
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 19 0 7 0 1997004417 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=862848 CPUtime=0
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 10 0 0 0 0 0 0 0 19 0 7 0 1997004417 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=862848 CPUtime=0
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 1997004417 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=862848 CPUtime=0
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 18 0 7 0 1997004419 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=862848 CPUtime=0
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 23 0 0 0 0 0 0 0 19 0 7 0 1997004419 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.108317 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 25198
/proc/meminfo: memFree=1715328/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=865884 CPUtime=0.09
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 3759 0 1 0 7 2 0 0 18 0 9 0 1997004415 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 216471 3218 1708 9 0 211026 0
[pid=25198/tid=25199] ppid=25196 vsize=865884 CPUtime=0.07
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 2841 0 1 0 6 1 0 0 20 0 9 0 1997004416 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 102824834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=865884 CPUtime=0
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1997004417 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=865884 CPUtime=0
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997004417 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=865884 CPUtime=0
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997004417 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=865884 CPUtime=0
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997004419 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=865884 CPUtime=0.01
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 222 0 0 0 1 0 0 0 18 0 9 0 1997004419 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202327 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 25198
/proc/meminfo: memFree=1715328/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=866044 CPUtime=0.19
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 4658 0 1 0 16 3 0 0 18 0 9 0 1997004415 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 216511 4085 1861 9 0 211059 0
[pid=25198/tid=25199] ppid=25196 vsize=866044 CPUtime=0.16
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 3738 0 1 0 14 2 0 0 20 0 9 0 1997004416 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 102211015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=866044 CPUtime=0
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1997004417 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=866044 CPUtime=0
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997004417 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=866044 CPUtime=0
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997004417 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=866044 CPUtime=0
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997004419 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=866044 CPUtime=0.01
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 224 0 0 0 1 0 0 0 16 0 9 0 1997004419 886829056 4085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.302335 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 25198
/proc/meminfo: memFree=1715328/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=866284 CPUtime=0.28
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 5827 0 1 0 24 4 0 0 18 0 9 0 1997004415 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 216571 5201 1953 9 0 211099 0
[pid=25198/tid=25199] ppid=25196 vsize=866284 CPUtime=0.23
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 4855 0 1 0 20 3 0 0 18 0 9 0 1997004416 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 7979996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=866284 CPUtime=0
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1997004417 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=866284 CPUtime=0
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997004417 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=866284 CPUtime=0
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997004417 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=866284 CPUtime=0
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997004419 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=866284 CPUtime=0.04
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 276 0 0 0 4 0 0 0 16 0 9 0 1997004419 887074816 5201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702372 s]
/proc/loadavg: 2.12 2.07 2.02 4/72 25198
/proc/meminfo: memFree=1715328/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=867676 CPUtime=0.68
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 8786 0 1 0 62 6 0 0 18 0 9 0 1997004415 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 216919 8146 2011 9 0 211425 0
[pid=25198/tid=25199] ppid=25196 vsize=867676 CPUtime=0.5
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 7433 0 1 0 46 4 0 0 19 0 9 0 1997004416 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4126124149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1997004417 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997004417 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997004417 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997004419 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=867676 CPUtime=0.16
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 657 0 0 0 16 0 0 0 16 0 9 0 1997004419 888500224 8146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50244 s]
/proc/loadavg: 2.11 2.07 2.02 3/81 25207
/proc/meminfo: memFree=1676984/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=867676 CPUtime=1.47
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 13781 0 1 0 132 15 0 0 18 0 9 0 1997004415 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 216919 13138 2015 9 0 211425 0
[pid=25198/tid=25199] ppid=25196 vsize=867676 CPUtime=1.23
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 12375 0 1 0 110 13 0 0 25 0 9 0 1997004416 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4126457632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1997004417 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997004417 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997004417 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997004419 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=867676 CPUtime=0.22
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 709 0 0 0 22 0 0 0 15 0 9 0 1997004419 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25206] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25206/stat : 25206 (java) S 25196 25198 22537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997004419 888500224 13138 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25207] ppid=25196 vsize=867676 CPUtime=0
/proc/25198/task/25207/stat : 25207 (java) S 25196 25198 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997004419 888500224 13138 996147200 134512640 134550740 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) 867676

[startup+3.10258 s]
/proc/loadavg: 2.11 2.07 2.02 3/81 25207
/proc/meminfo: memFree=1657592/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=867912 CPUtime=3.05
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 20590 447 1 0 265 34 6 0 18 0 10 0 1997004415 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 216978 18089 2015 9 0 211506 0
[pid=25198/tid=25199] ppid=25196 vsize=867912 CPUtime=2.68
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 17406 447 1 0 231 31 6 0 23 0 10 0 1997004416 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4127136498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=867912 CPUtime=0.12
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 1500 447 0 0 6 0 6 0 16 0 10 0 1997004417 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=867912 CPUtime=0.06
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 13 447 0 0 0 0 6 0 16 0 10 0 1997004417 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=867912 CPUtime=0.06
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 5 447 0 0 0 0 6 0 16 0 10 0 1997004417 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=867912 CPUtime=0.06
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 447 0 0 0 0 6 0 18 0 10 0 1997004419 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=867912 CPUtime=0.34
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 860 447 0 0 27 1 6 0 15 0 10 0 1997004419 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25206] ppid=25196 vsize=867912 CPUtime=0.06
/proc/25198/task/25206/stat : 25206 (java) S 25196 25198 22537 0 -1 64 1 447 0 0 0 0 6 0 19 0 10 0 1997004419 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25207] ppid=25196 vsize=867912 CPUtime=0.06
/proc/25198/task/25207/stat : 25207 (java) S 25196 25198 22537 0 -1 64 6 447 0 0 0 0 6 0 15 0 10 0 1997004419 888741888 18089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867912

[startup+6.30186 s]
/proc/loadavg: 2.11 2.07 2.02 3/81 25211
/proc/meminfo: memFree=1641656/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=868116 CPUtime=6.23
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 34659 570 1 0 577 39 6 1 18 0 9 0 1997004415 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 217029 20894 2637 9 0 211535 0
[pid=25198/tid=25199] ppid=25196 vsize=868116 CPUtime=5.61
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 26410 570 1 0 520 34 6 1 25 0 9 0 1997004416 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4127363810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=868116 CPUtime=0.23
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 6382 570 0 0 15 1 6 1 17 0 9 0 1997004417 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 17 570 0 0 0 0 6 1 17 0 9 0 1997004417 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 9 570 0 0 0 0 6 1 16 0 9 0 1997004417 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 570 0 0 0 0 6 1 18 0 9 0 1997004419 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=868116 CPUtime=0.48
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 1001 570 0 0 40 1 6 1 15 0 9 0 1997004419 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25206] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25206/stat : 25206 (java) S 25196 25198 22537 0 -1 64 1 570 0 0 0 0 6 1 19 0 9 0 1997004419 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25207] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25207/stat : 25207 (java) R 25196 25198 22537 0 -1 64 37 570 0 0 0 0 6 1 15 0 9 0 1997004419 888950784 20894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868116

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

[startup+6.40287 s]
/proc/loadavg: 2.11 2.07 2.02 3/81 25211
/proc/meminfo: memFree=1641656/2055920 swapFree=4180972/4192956
[pid=25198] ppid=25196 vsize=868116 CPUtime=6.33
/proc/25198/stat : 25198 (java) S 25196 25198 22537 0 -1 0 34712 570 1 0 587 39 6 1 18 0 9 0 1997004415 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25198/statm: 217029 20897 2637 9 0 211535 0
[pid=25198/tid=25199] ppid=25196 vsize=868116 CPUtime=5.7
/proc/25198/task/25199/stat : 25199 (java) R 25196 25198 22537 0 -1 64 26462 570 1 0 529 34 6 1 25 0 9 0 1997004416 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4127313052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25200] ppid=25196 vsize=868116 CPUtime=0.23
/proc/25198/task/25200/stat : 25200 (java) S 25196 25198 22537 0 -1 64 6382 570 0 0 15 1 6 1 17 0 9 0 1997004417 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25201] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25201/stat : 25201 (java) S 25196 25198 22537 0 -1 64 17 570 0 0 0 0 6 1 17 0 9 0 1997004417 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25202] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25202/stat : 25202 (java) S 25196 25198 22537 0 -1 64 9 570 0 0 0 0 6 1 16 0 9 0 1997004417 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25203] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25203/stat : 25203 (java) S 25196 25198 22537 0 -1 64 1 570 0 0 0 0 6 1 18 0 9 0 1997004419 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25204] ppid=25196 vsize=868116 CPUtime=0.49
/proc/25198/task/25204/stat : 25204 (java) S 25196 25198 22537 0 -1 64 1002 570 0 0 41 1 6 1 15 0 9 0 1997004419 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25206] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25206/stat : 25206 (java) S 25196 25198 22537 0 -1 64 1 570 0 0 0 0 6 1 19 0 9 0 1997004419 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25198/tid=25207] ppid=25196 vsize=868116 CPUtime=0.07
/proc/25198/task/25207/stat : 25207 (java) S 25196 25198 22537 0 -1 64 37 570 0 0 0 0 6 1 15 0 9 0 1997004419 888950784 20897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 6.47207
CPU time (s): 6.36703
CPU user time (s): 5.9421
CPU system time (s): 0.424935
CPU usage (%): 98.377
Max. virtual memory (cumulated for all children) (KiB): 868116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9421
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35409
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= 2237
involuntary context switches= 2418

runsolver used 0.013997 second user time and 0.022996 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 16:04:58
IDJOB=1075175
IDBENCH=56489
IDSOLVER=364
FILE ID=node15/1075175-1215180298
PBS_JOBID= 7881479
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph9-f9.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075175-1215180298/watcher-1075175-1215180298 -o /tmp/evaluation-result-1075175-1215180298/solver-1075175-1215180298 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1075175-1215180298.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17a33451183b9900020243750ee5373a
RANDOM SEED=309922561

node15.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.229
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.229
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:       1715808 kB
Buffers:         57000 kB
Cached:         178924 kB
SwapCached:       6020 kB
Active:         200824 kB
Inactive:        77636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715808 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          50092 kB
Slab:            46784 kB
Committed_AS:  3544652 kB
PageTables:       1932 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= 66528 MiB
End job on node15 at 2008-07-04 16:05:04