Trace number 2094207

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 ACSAT 11.9232 12.0891

DiagnosticValue
CHECKS24738200
NODES156

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-3.xml
MD5SUMce9a6eaf4eb9334fd017d19e3068bbd4
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 benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2094207-1247402994.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.38	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.28/0.38	       =>  wckTime=0.124  cpuTime=0.1  mem=7M892
0.28/0.38	   
0.28/0.38	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
0.58/0.67	     nbConstraints=58  nbGlobalConstraints=18  nbDisconnectedVariables=19  nbConvertedConstraints=8
0.58/0.67	     nbConvertConstraintsChecks=73728  nbExtensionStructures=8  nbSharedExtensionStructures=0  nbConflictsStructures=8
0.58/0.67	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=32  nbSharedBinaryRepresentations=1492
0.58/0.67	     nbEvaluationManagers=32  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5  minArity=2  avgArity=3.1
0.58/0.67	     maxArity=5  nbGenerators=18  nbFusions=0  symmetryWckTime=0.047  symmetryCpuTime=0.03
0.58/0.67	       =>  wckTime=0.41  cpuTime=0.32  mem=16M678
0.67/0.72	   
0.67/0.72	   solver IterativeSystematicSolver being built... 
0.77/0.80	   
0.77/0.80	   INFO : Forward propagation technique limited 
0.77/0.87	       =>  wckTime=0.609  cpuTime=0.45  mem=21M669
3.44/3.53	   
3.44/3.53	   preprocessing
3.44/3.53	     nbConstraintChecks=7250366  nbValidityChecks=1082  nbPropagations=112  nbRevisions=47  nbUselessRevisions=13
3.44/3.53	     nbRemovedValues=2083  detectedInconsistency=no
3.44/3.53	       =>  wckTime=2.66  cpuTime=2.62  mem=21M669
11.86/12.03	   
11.86/12.03	   search
11.86/12.03	     run=2  nbConstraintChecks=17487831  nbValidityChecks=10334  minDepth=0  maxDepth=100  nbPropagations=897
11.86/12.03	     nbRevisions=652  nbUselessRevisions=175  nbAssignments=156  nbFailedAssignments=43  nbBacktracks=13
11.86/12.03	     nbVisitedNodes=200  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=9  nbInferences=0  nbTooLargeKeys=0
11.86/12.03	     nbSEliminables=0  nbREliminables=21.16  nbIEliminables=60.5  nbDEliminables=0  nbPEliminables=0
11.86/12.03	       =>  wckTime=11.163  cpuTime=11.0  mem=22M644
11.86/12.04	   
11.86/12.04	   global
11.86/12.04	     nbConstraintChecks=24738197  nbValidityChecks=11416  nbPropagations=1009  nbRevisions=699  nbUselessRevisions=188
11.86/12.04	     nbRestartNogoods=0  solvingWckTime=11.166  solvingCpuTime=11.0  expiredTime=no  totalExploration=no
11.86/12.04	     nbFoundSolutions=1  firstSolutionCpuTime=11.45  globalCpuTime=11.5
11.86/12.04	       =>  wckTime=11.776  cpuTime=11.45  mem=22M644
11.86/12.04	   
11.86/12.04	s SATISFIABLE
11.86/12.04	v 30 75 2 28 6 31 37 2 36 81 28 27 29 2 95 2 2 3 83 73 37 51 42 2 19 2 14 93 31 8 2 17 28 9 71 4 52 37 64 68 2 68 77 38 2 2 89 94 91 49 2 11 59 70 15 89 40 68 65 17 13 2 2 5 37 91 58 2 18 2 85 2 2 42 36 61 2 90 2 88 2 26 2 2 73 2 93 3 50 97 40 2 31 76 53 60 36 3 54 37 
11.86/12.04	d NODES 156
11.86/12.04	d CHECKS 24738197
11.86/12.04	   
11.86/12.04	   totalWckTime=11.846  totalCpuTime=11.51

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-2094207-1247402994/watcher-2094207-1247402994 -o /tmp/evaluation-result-2094207-1247402994/solver-2094207-1247402994 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094207-1247402994.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.93 1.95 1.70 4/80 29242
/proc/meminfo: memFree=1787600/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=18576 CPUtime=0
/proc/29242/stat : 29242 (runsolver) R 29240 29242 28528 0 -1 4194368 16 0 0 0 0 0 0 0 23 0 1 0 27363220 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29242/statm: 4644 284 249 26 0 2626 0

[startup+0.0159751 s]
/proc/loadavg: 1.93 1.95 1.70 4/80 29242
/proc/meminfo: memFree=1787600/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=10764 CPUtime=0
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 27363220 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 2741 577 284 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.104903 s]
/proc/loadavg: 1.93 1.95 1.70 4/80 29242
/proc/meminfo: memFree=1787600/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=865984 CPUtime=0.09
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 3795 0 1 0 7 2 0 0 18 0 9 0 27363220 886767616 3246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216496 3246 1713 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301934 s]
/proc/loadavg: 1.93 1.95 1.70 4/80 29242
/proc/meminfo: memFree=1787600/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=866380 CPUtime=0.28
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 5864 0 1 0 24 4 0 0 18 0 9 0 27363220 887173120 5230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216595 5230 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702015 s]
/proc/loadavg: 1.93 1.95 1.70 4/80 29242
/proc/meminfo: memFree=1787600/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=0.67
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 10849 278 1 0 60 7 0 0 18 0 9 0 27363220 888184832 8046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 8046 2103 9 0 211278 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867368

[startup+1.50215 s]
/proc/loadavg: 1.93 1.95 1.70 3/89 29255
/proc/meminfo: memFree=1755912/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=1.46
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16246 278 1 0 137 9 0 0 18 0 9 0 27363220 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10506 2656 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=1.26
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12385 278 1 0 119 7 0 0 25 0 9 0 27363221 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4126671922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2500 278 0 0 4 0 0 0 16 0 9 0 27363223 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.14
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 521 278 0 0 14 0 0 0 15 0 9 0 27363225 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867368

[startup+3.10144 s]
/proc/loadavg: 1.93 1.95 1.70 3/89 29255
/proc/meminfo: memFree=1755720/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=3.05
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16253 278 1 0 296 9 0 0 18 0 9 0 27363220 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10511 2656 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=2.84
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12386 278 1 0 277 7 0 0 25 0 9 0 27363221 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4126669342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 17 0 9 0 27363223 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.14
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 526 278 0 0 14 0 0 0 15 0 9 0 27363225 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10511 996147200 134512640 134550932 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) 867368

[startup+6.30302 s]
/proc/loadavg: 1.93 1.95 1.70 3/89 29255
/proc/meminfo: memFree=1754504/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=6.21
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16523 278 1 0 612 9 0 0 18 0 9 0 27363220 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10775 2657 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=5.99
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12646 278 1 0 592 7 0 0 25 0 9 0 27363221 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4126666084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 17 0 9 0 27363223 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.15
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 536 278 0 0 15 0 0 0 16 0 9 0 27363225 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867368

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

[startup+9.5016 s]
/proc/loadavg: 1.94 1.96 1.70 3/89 29255
/proc/meminfo: memFree=1754440/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=9.39
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16527 278 1 0 930 9 0 0 18 0 9 0 27363220 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10777 2657 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=9.16
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12649 278 1 0 909 7 0 0 25 0 9 0 27363221 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4126670117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 16 0 9 0 27363223 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.16
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 537 278 0 0 16 0 0 0 16 0 9 0 27363225 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 867368

[startup+11.1029 s]
/proc/loadavg: 1.94 1.96 1.70 3/89 29255
/proc/meminfo: memFree=1754312/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=10.97
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16528 278 1 0 1088 9 0 0 18 0 9 0 27363220 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10778 2657 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=10.74
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12650 278 1 0 1067 7 0 0 25 0 9 0 27363221 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4126796361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 16 0 9 0 27363223 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.16
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 537 278 0 0 16 0 0 0 15 0 9 0 27363225 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 867368

[startup+11.503 s]
/proc/loadavg: 1.94 1.96 1.70 3/89 29255
/proc/meminfo: memFree=1754312/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=11.37
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16529 278 1 0 1128 9 0 0 18 0 9 0 27363220 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10779 2657 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=11.14
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12650 278 1 0 1107 7 0 0 25 0 9 0 27363221 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4126667575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 16 0 9 0 27363223 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.16
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 538 278 0 0 16 0 0 0 16 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 867368

[startup+11.902 s]
/proc/loadavg: 1.94 1.96 1.70 3/89 29255
/proc/meminfo: memFree=1754312/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=11.76
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16529 278 1 0 1167 9 0 0 18 0 9 0 27363220 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10779 2657 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=11.53
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12650 278 1 0 1146 7 0 0 25 0 9 0 27363221 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4126796310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 16 0 9 0 27363223 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.16
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 538 278 0 0 16 0 0 0 15 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 867368

[startup+12.0028 s]
/proc/loadavg: 1.94 1.96 1.70 3/89 29255
/proc/meminfo: memFree=1754248/2055920 swapFree=4192812/4192956
[pid=29242] ppid=29240 vsize=867368 CPUtime=11.86
/proc/29242/stat : 29242 (java) S 29240 29242 28528 0 -1 0 16532 278 1 0 1177 9 0 0 18 0 9 0 27363220 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 216842 10782 2657 9 0 211278 0
[pid=29242/tid=29244] ppid=29240 vsize=867368 CPUtime=11.63
/proc/29242/task/29244/stat : 29244 (java) R 29240 29242 28528 0 -1 64 12650 278 1 0 1156 7 0 0 25 0 9 0 27363221 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29240 vsize=867368 CPUtime=0.04
/proc/29242/task/29245/stat : 29245 (java) S 29240 29242 28528 0 -1 64 2501 278 0 0 4 0 0 0 16 0 9 0 27363223 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29240 29242 28528 0 -1 64 19 278 0 0 0 0 0 0 16 0 9 0 27363223 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29240 29242 28528 0 -1 64 9 278 0 0 0 0 0 0 15 0 9 0 27363223 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29248/stat : 29248 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 18 0 9 0 27363225 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29240 vsize=867368 CPUtime=0.16
/proc/29242/task/29249/stat : 29249 (java) S 29240 29242 28528 0 -1 64 541 278 0 0 16 0 0 0 15 0 9 0 27363225 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29240 29242 28528 0 -1 64 1 278 0 0 0 0 0 0 19 0 9 0 27363225 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29251] ppid=29240 vsize=867368 CPUtime=0
/proc/29242/task/29251/stat : 29251 (java) S 29240 29242 28528 0 -1 64 4 278 0 0 0 0 0 0 15 0 9 0 27363225 888184832 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 867368

Child status: 0
Real time (s): 12.0891
CPU time (s): 11.9232
CPU user time (s): 11.8122
CPU system time (s): 0.110983
CPU usage (%): 98.6279
Max. virtual memory (cumulated for all children) (KiB): 867368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8122
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16944
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= 1266
involuntary context switches= 1582

runsolver used 0.028995 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 14:49:54
IDJOB=2094207
IDBENCH=54043
IDSOLVER=773
FILE ID=node45/2094207-1247402994
PBS_JOBID= 9510553
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= ce9a6eaf4eb9334fd017d19e3068bbd4
RANDOM SEED=897802561

node45.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.281
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.281
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:       1788080 kB
Buffers:         35876 kB
Cached:         117056 kB
SwapCached:          0 kB
Active:         146124 kB
Inactive:        65816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          79436 kB
Slab:            41164 kB
Committed_AS:  1002308 kB
PageTables:       1860 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= 66460 MiB
End job on node45 at 2009-07-12 14:50:07