Trace number 2096795

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 4.19336 4.27822

DiagnosticValue
CHECKS6875710
NODES208

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-3.xml
MD5SUM865d53dc7136f9cabdf188722bf22774
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.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096795-1247410722.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.37	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46  nbTotalValues=4600
0.28/0.37	       =>  wckTime=0.118  cpuTime=0.1  mem=7M892
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.44	   
0.38/0.44	   constraints being loaded...
0.48/0.58	     nbConstraints=61  nbGlobalConstraints=41  nbDisconnectedVariables=41  nbConvertedConstraints=1
0.48/0.58	     nbConvertConstraintsChecks=2116  nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1
0.48/0.58	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=19  nbSharedBinaryRepresentations=86
0.48/0.58	     nbEvaluationManagers=19  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=3  minArity=2  avgArity=2.62
0.48/0.58	     maxArity=5  nbGenerators=41  nbFusions=0  symmetryWckTime=0.042  symmetryCpuTime=0.02
0.48/0.58	       =>  wckTime=0.325  cpuTime=0.26  mem=15M769
0.57/0.62	   
0.57/0.62	   solver IterativeSystematicSolver being built... 
0.57/0.69	   
0.57/0.69	   INFO : Forward propagation technique limited 
0.66/0.76	       =>  wckTime=0.506  cpuTime=0.38  mem=20M593
0.97/1.03	   
0.97/1.03	   preprocessing
0.97/1.03	     nbConstraintChecks=694183  nbValidityChecks=334  nbPropagations=105  nbRevisions=27  nbUselessRevisions=2
0.97/1.03	     nbRemovedValues=657  detectedInconsistency=no
0.97/1.03	       =>  wckTime=0.277  cpuTime=0.27  mem=21M585
4.15/4.21	   
4.15/4.21	   search
4.15/4.21	     run=2  nbConstraintChecks=6181524  nbValidityChecks=3721  minDepth=10  maxDepth=100  nbPropagations=1204
4.15/4.21	     nbRevisions=641  nbUselessRevisions=116  nbAssignments=208  nbFailedAssignments=43  nbBacktracks=0
4.15/4.21	     nbVisitedNodes=252  nbRestartNogoods=25  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
4.15/4.21	     nbSEliminables=0  nbREliminables=36.61  nbIEliminables=31.75  nbDEliminables=0  nbPEliminables=0
4.15/4.21	       =>  wckTime=3.455  cpuTime=3.4  mem=22M626
4.15/4.21	   
4.15/4.21	   global
4.15/4.21	     nbConstraintChecks=6875707  nbValidityChecks=4055  nbPropagations=1309  nbRevisions=668  nbUselessRevisions=118
4.15/4.21	     nbRestartNogoods=25  solvingWckTime=3.457  solvingCpuTime=3.4  expiredTime=no  totalExploration=no
4.15/4.21	     nbFoundSolutions=1  firstSolutionCpuTime=3.78  globalCpuTime=3.81
4.15/4.21	       =>  wckTime=3.964  cpuTime=3.78  mem=22M626
4.15/4.22	   
4.15/4.22	s SATISFIABLE
4.15/4.22	v 31 47 2 20 2 35 2 2 29 2 2 45 2 2 2 2 2 3 2 3 2 40 41 2 15 2 5 43 12 2 2 32 41 2 2 2 32 2 33 45 2 11 46 10 35 2 30 47 46 43 2 2 2 2 46 11 41 2 3 12 2 45 2 18 40 2 2 2 46 2 2 2 17 2 2 2 21 2 2 47 2 7 2 2 38 2 7 2 27 2 21 2 37 2 2 47 3 17 8 2 
4.15/4.22	d NODES 208
4.15/4.22	d CHECKS 6875707
4.15/4.22	   
4.15/4.22	   totalWckTime=4.031  totalCpuTime=3.81

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-2096795-1247410722/watcher-2096795-1247410722 -o /tmp/evaluation-result-2096795-1247410722/solver-2096795-1247410722 -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-2096795-1247410722.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.92 1.98 1.95 4/81 31389
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=18576 CPUtime=0
/proc/31389/stat : 31389 (runsolver) R 31387 31389 30029 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28137783 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31389/statm: 4644 284 249 26 0 2626 0

[startup+0.0723809 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 31389
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=864144 CPUtime=0.05
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 2919 0 1 0 4 1 0 0 20 0 9 0 28137783 884883456 2429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216036 2429 1151 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101384 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 31389
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=865980 CPUtime=0.07
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 3731 0 1 0 6 1 0 0 20 0 9 0 28137783 886763520 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216495 3199 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.301405 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 31389
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=866380 CPUtime=0.28
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 5935 0 1 0 24 4 0 0 20 0 9 0 28137783 887173120 5301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216595 5301 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701449 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 31389
/proc/meminfo: memFree=1706728/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=867044 CPUtime=0.66
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 13073 276 1 0 60 6 0 0 20 0 9 0 28137783 887853056 8663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216761 8663 2655 9 0 211197 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867044

[startup+1.50253 s]
/proc/loadavg: 1.92 1.98 1.95 3/90 31402
/proc/meminfo: memFree=1675744/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=867044 CPUtime=1.47
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 16039 276 1 0 139 8 0 0 20 0 9 0 28137783 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216761 10583 2657 9 0 211197 0
[pid=31389/tid=31391] ppid=31387 vsize=867044 CPUtime=1.26
/proc/31389/task/31391/stat : 31391 (java) R 31387 31389 30029 0 -1 64 12356 276 1 0 120 6 0 0 25 0 9 0 28137785 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4126649988 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=867044 CPUtime=0.03
/proc/31389/task/31392/stat : 31392 (java) S 31387 31389 30029 0 -1 64 2310 276 0 0 3 0 0 0 16 0 9 0 28137786 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31393] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31393/stat : 31393 (java) S 31387 31389 30029 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 28137786 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31394] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31394/stat : 31394 (java) S 31387 31389 30029 0 -1 64 12 276 0 0 0 0 0 0 15 0 9 0 28137786 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31395] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31395/stat : 31395 (java) S 31387 31389 30029 0 -1 64 2 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31396] ppid=31387 vsize=867044 CPUtime=0.14
/proc/31389/task/31396/stat : 31396 (java) S 31387 31389 30029 0 -1 64 531 276 0 0 14 0 0 0 15 0 9 0 28137788 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31397] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31397/stat : 31397 (java) S 31387 31389 30029 0 -1 64 0 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31398] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31398/stat : 31398 (java) S 31387 31389 30029 0 -1 64 4 276 0 0 0 0 0 0 15 0 9 0 28137788 887853056 10583 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867044

[startup+3.1017 s]
/proc/loadavg: 1.92 1.98 1.95 3/90 31402
/proc/meminfo: memFree=1674464/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=867044 CPUtime=3.06
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 16053 276 1 0 298 8 0 0 20 0 9 0 28137783 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216761 10594 2657 9 0 211197 0
[pid=31389/tid=31391] ppid=31387 vsize=867044 CPUtime=2.85
/proc/31389/task/31391/stat : 31391 (java) R 31387 31389 30029 0 -1 64 12364 276 1 0 279 6 0 0 25 0 9 0 28137785 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4126758448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=867044 CPUtime=0.03
/proc/31389/task/31392/stat : 31392 (java) S 31387 31389 30029 0 -1 64 2311 276 0 0 3 0 0 0 17 0 9 0 28137786 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31393] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31393/stat : 31393 (java) S 31387 31389 30029 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 28137786 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31394] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31394/stat : 31394 (java) S 31387 31389 30029 0 -1 64 12 276 0 0 0 0 0 0 15 0 9 0 28137786 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31395] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31395/stat : 31395 (java) S 31387 31389 30029 0 -1 64 2 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31396] ppid=31387 vsize=867044 CPUtime=0.15
/proc/31389/task/31396/stat : 31396 (java) S 31387 31389 30029 0 -1 64 536 276 0 0 15 0 0 0 15 0 9 0 28137788 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31397] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31397/stat : 31397 (java) S 31387 31389 30029 0 -1 64 0 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31398] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31398/stat : 31398 (java) S 31387 31389 30029 0 -1 64 4 276 0 0 0 0 0 0 15 0 9 0 28137788 887853056 10594 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867044

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

[startup+3.90178 s]
/proc/loadavg: 1.92 1.98 1.95 3/90 31402
/proc/meminfo: memFree=1674272/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=867044 CPUtime=3.85
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 16055 276 1 0 377 8 0 0 20 0 9 0 28137783 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216761 10596 2657 9 0 211197 0
[pid=31389/tid=31391] ppid=31387 vsize=867044 CPUtime=3.64
/proc/31389/task/31391/stat : 31391 (java) R 31387 31389 30029 0 -1 64 12364 276 1 0 358 6 0 0 25 0 9 0 28137785 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4126758494 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=867044 CPUtime=0.03
/proc/31389/task/31392/stat : 31392 (java) S 31387 31389 30029 0 -1 64 2311 276 0 0 3 0 0 0 17 0 9 0 28137786 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31393] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31393/stat : 31393 (java) S 31387 31389 30029 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 28137786 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31394] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31394/stat : 31394 (java) S 31387 31389 30029 0 -1 64 12 276 0 0 0 0 0 0 15 0 9 0 28137786 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31395] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31395/stat : 31395 (java) S 31387 31389 30029 0 -1 64 2 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31396] ppid=31387 vsize=867044 CPUtime=0.15
/proc/31389/task/31396/stat : 31396 (java) S 31387 31389 30029 0 -1 64 538 276 0 0 15 0 0 0 17 0 9 0 28137788 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31397] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31397/stat : 31397 (java) S 31387 31389 30029 0 -1 64 0 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31398] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31398/stat : 31398 (java) S 31387 31389 30029 0 -1 64 4 276 0 0 0 0 0 0 15 0 9 0 28137788 887853056 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 867044

[startup+4.1018 s]
/proc/loadavg: 1.92 1.98 1.95 3/90 31402
/proc/meminfo: memFree=1674272/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=867044 CPUtime=4.05
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 16061 276 1 0 397 8 0 0 20 0 9 0 28137783 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216761 10601 2657 9 0 211197 0
[pid=31389/tid=31391] ppid=31387 vsize=867044 CPUtime=3.84
/proc/31389/task/31391/stat : 31391 (java) R 31387 31389 30029 0 -1 64 12368 276 1 0 378 6 0 0 25 0 9 0 28137785 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4126758488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=867044 CPUtime=0.03
/proc/31389/task/31392/stat : 31392 (java) S 31387 31389 30029 0 -1 64 2311 276 0 0 3 0 0 0 17 0 9 0 28137786 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31393] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31393/stat : 31393 (java) S 31387 31389 30029 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 28137786 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31394] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31394/stat : 31394 (java) S 31387 31389 30029 0 -1 64 12 276 0 0 0 0 0 0 15 0 9 0 28137786 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31395] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31395/stat : 31395 (java) S 31387 31389 30029 0 -1 64 2 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31396] ppid=31387 vsize=867044 CPUtime=0.15
/proc/31389/task/31396/stat : 31396 (java) S 31387 31389 30029 0 -1 64 540 276 0 0 15 0 0 0 15 0 9 0 28137788 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31397] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31397/stat : 31397 (java) S 31387 31389 30029 0 -1 64 0 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31398] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31398/stat : 31398 (java) S 31387 31389 30029 0 -1 64 4 276 0 0 0 0 0 0 15 0 9 0 28137788 887853056 10601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 867044

[startup+4.20181 s]
/proc/loadavg: 1.92 1.98 1.95 3/90 31402
/proc/meminfo: memFree=1674272/2055920 swapFree=4192812/4192956
[pid=31389] ppid=31387 vsize=867044 CPUtime=4.15
/proc/31389/stat : 31389 (java) S 31387 31389 30029 0 -1 0 16062 276 1 0 407 8 0 0 20 0 9 0 28137783 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 216761 10602 2657 9 0 211197 0
[pid=31389/tid=31391] ppid=31387 vsize=867044 CPUtime=3.94
/proc/31389/task/31391/stat : 31391 (java) R 31387 31389 30029 0 -1 64 12369 276 1 0 388 6 0 0 25 0 9 0 28137785 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4126644053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31392] ppid=31387 vsize=867044 CPUtime=0.03
/proc/31389/task/31392/stat : 31392 (java) S 31387 31389 30029 0 -1 64 2311 276 0 0 3 0 0 0 17 0 9 0 28137786 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31393] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31393/stat : 31393 (java) S 31387 31389 30029 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 28137786 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31394] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31394/stat : 31394 (java) S 31387 31389 30029 0 -1 64 12 276 0 0 0 0 0 0 15 0 9 0 28137786 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31395] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31395/stat : 31395 (java) S 31387 31389 30029 0 -1 64 2 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31396] ppid=31387 vsize=867044 CPUtime=0.15
/proc/31389/task/31396/stat : 31396 (java) S 31387 31389 30029 0 -1 64 540 276 0 0 15 0 0 0 15 0 9 0 28137788 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31397] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31397/stat : 31397 (java) S 31387 31389 30029 0 -1 64 0 276 0 0 0 0 0 0 25 0 9 0 28137788 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31389/tid=31398] ppid=31387 vsize=867044 CPUtime=0
/proc/31389/task/31398/stat : 31398 (java) S 31387 31389 30029 0 -1 64 4 276 0 0 0 0 0 0 15 0 9 0 28137788 887853056 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 867044

Child status: 0
Real time (s): 4.27822
CPU time (s): 4.19336
CPU user time (s): 4.09638
CPU system time (s): 0.096985
CPU usage (%): 98.0165
Max. virtual memory (cumulated for all children) (KiB): 867044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.09638
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16477
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= 1060
involuntary context switches= 1108

runsolver used 0.007998 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 16:58:42
IDJOB=2096795
IDBENCH=56665
IDSOLVER=773
FILE ID=node79/2096795-1247410722
PBS_JOBID= 9510491
Free space on /tmp= 66352 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-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-2096795-1247410722/watcher-2096795-1247410722 -o /tmp/evaluation-result-2096795-1247410722/solver-2096795-1247410722 -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-2096795-1247410722.xml

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

MD5SUM BENCH= 865d53dc7136f9cabdf188722bf22774
RANDOM SEED=1917110347

node79.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1707208 kB
Buffers:         38308 kB
Cached:         155220 kB
SwapCached:          0 kB
Active:         190724 kB
Inactive:        98120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         115728 kB
Slab:            44984 kB
Committed_AS:  1023156 kB
PageTables:       1952 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= 66348 MiB
End job on node79 at 2009-07-12 16:58:46