Trace number 1059853

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 7.66783 7.50298

DiagnosticValue
CHECKS17293400
NODES211

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-80-3-3.xml
MD5SUM0e2bc676eff8f52053522ea37f15577e
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.291955
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity6
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	
0.00/0.07	Abscon 112 (May, 2008)
0.10/0.19	
0.10/0.19	   configuration
0.10/0.19	     name=mac.xml
0.23/0.22	   
0.23/0.22	   instance
0.23/0.22	     name=HOME/instance-1059853-1215125027.xml
0.23/0.26	   
0.23/0.26	   domains being loaded...
0.23/0.26	   
0.23/0.26	   variables being loaded...
0.23/0.29	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112  nbTotalValues=11200
0.23/0.29	       =>  wckTime=0.098  cpuTime=0.09  mem=7M919
0.23/0.29	   
0.23/0.29	   predicates being loaded...
0.34/0.38	   
0.34/0.38	   constraints being loaded...
0.61/0.59	     nbConstraints=80  nbDisconnectedVariables=1  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0
0.61/0.60	     nbEvaluationManagers=80  nbSharedEvaluationManagers=0  minDegree=0  maxDegree=10  minArity=3  avgArity=4.72
0.61/0.60	     maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.044  symmetryCpuTime=0.03
0.61/0.60	       =>  wckTime=0.398  cpuTime=0.38  mem=22M605
0.72/0.65	   
0.72/0.65	   solver IterativeSystematicSolver being built... 
0.84/0.71	   
0.84/0.71	   INFO : Forward propagation technique limited 
0.84/0.77	       =>  wckTime=0.574  cpuTime=0.51  mem=23M955
4.45/4.33	   
4.45/4.33	   preprocessing
4.45/4.33	     nbConstraintChecks=10220729  nbValidityChecks=1392  nbPropagations=110  nbRevisions=53  nbUselessRevisions=8
4.45/4.33	     nbRemovedValues=2387  detectedInconsistency=no
4.45/4.33	       =>  wckTime=3.554  cpuTime=3.53  mem=23M955
7.56/7.48	   
7.56/7.48	   search
7.56/7.48	     run=4  nbConstraintChecks=7072656  nbValidityChecks=4568  minDepth=0  maxDepth=100  nbPropagations=1360
7.56/7.48	     nbRevisions=1245  nbUselessRevisions=409  nbAssignments=211  nbFailedAssignments=111  nbBacktracks=0
7.56/7.48	     nbVisitedNodes=323  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
7.56/7.48	     nbSEliminables=0  nbREliminables=10.51  nbIEliminables=89.37  nbDEliminables=0  nbPEliminables=0
7.56/7.48	       =>  wckTime=6.704  cpuTime=6.67  mem=24M947
7.56/7.48	   
7.56/7.48	   global
7.56/7.48	     nbConstraintChecks=17293385  nbValidityChecks=5960  nbPropagations=1470  nbRevisions=1298  nbUselessRevisions=417
7.56/7.48	     nbRestartNogoods=0  solvingWckTime=6.706  solvingCpuTime=6.67  expiredTime=no  totalExploration=no
7.56/7.48	     nbFoundSolutions=1  firstSolutionCpuTime=7.19  globalCpuTime=7.23
7.56/7.48	       =>  wckTime=7.281  cpuTime=7.19  mem=24M947
7.56/7.48	   
7.56/7.48	s SATISFIABLE
7.56/7.48	v 43 59 107 101 89 101 59 41 29 3 5 19 73 71 89 59 2 17 83 59 37 23 107 29 5 73 5 43 19 101 113 41 41 67 113 107 43 59 3 83 29 7 79 113 47 19 23 47 13 2 89 59 3 73 103 7 5 73 59 3 53 53 47 107 103 13 59 29 43 61 97 53 41 53 47 107 47 47 2 73 19 67 17 23 23 97 7 37 47 71 41 2 103 67 71 83 59 17 97 113 
7.56/7.48	d NODES 211
7.56/7.48	d CHECKS 17293385
7.56/7.48	   
7.56/7.48	   totalWckTime=7.323  totalCpuTime=7.23

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-1059853-1215125027/watcher-1059853-1215125027 -o /tmp/evaluation-result-1059853-1215125027/solver-1059853-1215125027 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1059853-1215125027.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: 0.90 1.34 1.65 3/82 7804
/proc/meminfo: memFree=865456/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=200 CPUtime=0
/proc/7804/stat : 7804 (java) R 7802 7804 5869 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 1991476995 204800 33 996147200 134512640 134550740 4294955984 18446744073709551615 8400121 0 0 4096 0 0 0 0 17 0 0 0
/proc/7804/statm: 68 35 26 9 0 6 0

[startup+0.083396 s]
/proc/loadavg: 0.90 1.34 1.65 3/82 7804
/proc/meminfo: memFree=865456/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=866768 CPUtime=0.09
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 3744 0 1 0 7 2 0 0 18 0 9 0 1991476995 887570432 3207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 216692 3207 1697 9 0 211247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866768

[startup+0.101395 s]
/proc/loadavg: 0.90 1.34 1.65 3/82 7804
/proc/meminfo: memFree=865456/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=866768 CPUtime=0.1
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 4005 0 1 0 8 2 0 0 18 0 9 0 1991476995 887570432 3445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 216692 3445 1785 9 0 211247 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866768

[startup+0.301436 s]
/proc/loadavg: 0.90 1.34 1.65 3/82 7804
/proc/meminfo: memFree=865456/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=867148 CPUtime=0.34
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 6638 0 1 0 30 4 0 0 18 0 9 0 1991476995 887959552 6008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 216787 6008 1967 9 0 211315 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 867148

[startup+0.701516 s]
/proc/loadavg: 0.90 1.34 1.65 3/82 7804
/proc/meminfo: memFree=865456/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=0.84
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 15153 280 1 0 76 8 0 0 18 0 9 0 1991476995 889102336 10464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 10464 2628 9 0 211572 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 868264

[startup+1.50266 s]
/proc/loadavg: 0.90 1.34 1.65 2/91 7817
/proc/meminfo: memFree=831208/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=1.65
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 18114 280 1 0 156 9 0 0 18 0 9 0 1991476995 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 11126 2630 9 0 211572 0
[pid=7804/tid=7806] ppid=7802 vsize=868264 CPUtime=1.41
/proc/7804/task/7806/stat : 7806 (java) R 7802 7804 5869 0 -1 64 13713 280 1 0 134 7 0 0 23 0 9 0 1991476996 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4126886920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7804/tid=7807] ppid=7802 vsize=868264 CPUtime=0.03
/proc/7804/task/7807/stat : 7807 (java) S 7802 7804 5869 0 -1 64 2864 280 0 0 3 0 0 0 16 0 9 0 1991476997 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7808] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7808/stat : 7808 (java) S 7802 7804 5869 0 -1 64 16 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7809] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7809/stat : 7809 (java) S 7802 7804 5869 0 -1 64 15 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7810] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7810/stat : 7810 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 24 0 9 0 1991476999 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7811] ppid=7802 vsize=868264 CPUtime=0.17
/proc/7804/task/7811/stat : 7811 (java) S 7802 7804 5869 0 -1 64 695 280 0 0 17 0 0 0 16 0 9 0 1991476999 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7812] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7812/stat : 7812 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 25 0 9 0 1991476999 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7813] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7813/stat : 7813 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 15 0 9 0 1991476999 889102336 11126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 868264

[startup+3.10296 s]
/proc/loadavg: 0.90 1.34 1.65 2/91 7817
/proc/meminfo: memFree=831016/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=3.25
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 18121 280 1 0 316 9 0 0 18 0 9 0 1991476995 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 11131 2630 9 0 211572 0
[pid=7804/tid=7806] ppid=7802 vsize=868264 CPUtime=3.01
/proc/7804/task/7806/stat : 7806 (java) R 7802 7804 5869 0 -1 64 13714 280 1 0 294 7 0 0 25 0 9 0 1991476996 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4126884202 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7807] ppid=7802 vsize=868264 CPUtime=0.03
/proc/7804/task/7807/stat : 7807 (java) S 7802 7804 5869 0 -1 64 2864 280 0 0 3 0 0 0 17 0 9 0 1991476997 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7808] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7808/stat : 7808 (java) S 7802 7804 5869 0 -1 64 16 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7809] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7809/stat : 7809 (java) S 7802 7804 5869 0 -1 64 15 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7810] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7810/stat : 7810 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 24 0 9 0 1991476999 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7811] ppid=7802 vsize=868264 CPUtime=0.17
/proc/7804/task/7811/stat : 7811 (java) S 7802 7804 5869 0 -1 64 701 280 0 0 17 0 0 0 15 0 9 0 1991476999 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7812] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7812/stat : 7812 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 25 0 9 0 1991476999 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7813] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7813/stat : 7813 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 15 0 9 0 1991476999 889102336 11131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 868264

[startup+6.30256 s]
/proc/loadavg: 0.90 1.33 1.65 2/91 7817
/proc/meminfo: memFree=829800/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=6.45
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 18400 280 1 0 635 10 0 0 18 0 9 0 1991476995 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 11396 2631 9 0 211572 0
[pid=7804/tid=7806] ppid=7802 vsize=868264 CPUtime=6.2
/proc/7804/task/7806/stat : 7806 (java) R 7802 7804 5869 0 -1 64 13974 280 1 0 613 7 0 0 25 0 9 0 1991476996 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4126890180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7807] ppid=7802 vsize=868264 CPUtime=0.03
/proc/7804/task/7807/stat : 7807 (java) S 7802 7804 5869 0 -1 64 2864 280 0 0 3 0 0 0 16 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7804/tid=7808] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7808/stat : 7808 (java) S 7802 7804 5869 0 -1 64 16 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7809] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7809/stat : 7809 (java) S 7802 7804 5869 0 -1 64 15 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7810] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7810/stat : 7810 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 24 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7811] ppid=7802 vsize=868264 CPUtime=0.18
/proc/7804/task/7811/stat : 7811 (java) S 7802 7804 5869 0 -1 64 709 280 0 0 18 0 0 0 15 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7812] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7812/stat : 7812 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 25 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7813] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7813/stat : 7813 (java) S 7802 7804 5869 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 868264

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

[startup+7.10271 s]
/proc/loadavg: 0.90 1.33 1.65 3/91 7817
/proc/meminfo: memFree=829736/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=7.25
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 18400 280 1 0 715 10 0 0 18 0 9 0 1991476995 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 11396 2631 9 0 211572 0
[pid=7804/tid=7806] ppid=7802 vsize=868264 CPUtime=6.99
/proc/7804/task/7806/stat : 7806 (java) R 7802 7804 5869 0 -1 64 13974 280 1 0 692 7 0 0 25 0 9 0 1991476996 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4126884252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7807] ppid=7802 vsize=868264 CPUtime=0.03
/proc/7804/task/7807/stat : 7807 (java) S 7802 7804 5869 0 -1 64 2864 280 0 0 3 0 0 0 16 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7804/tid=7808] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7808/stat : 7808 (java) S 7802 7804 5869 0 -1 64 16 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7809] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7809/stat : 7809 (java) S 7802 7804 5869 0 -1 64 15 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7810] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7810/stat : 7810 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 24 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7811] ppid=7802 vsize=868264 CPUtime=0.18
/proc/7804/task/7811/stat : 7811 (java) S 7802 7804 5869 0 -1 64 709 280 0 0 18 0 0 0 16 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7812] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7812/stat : 7812 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 25 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7813] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7813/stat : 7813 (java) S 7802 7804 5869 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 868264

[startup+7.30275 s]
/proc/loadavg: 0.90 1.33 1.65 3/91 7817
/proc/meminfo: memFree=829736/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=7.45
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 18400 280 1 0 735 10 0 0 18 0 9 0 1991476995 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 11396 2631 9 0 211572 0
[pid=7804/tid=7806] ppid=7802 vsize=868264 CPUtime=7.19
/proc/7804/task/7806/stat : 7806 (java) R 7802 7804 5869 0 -1 64 13974 280 1 0 712 7 0 0 25 0 9 0 1991476996 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4126884248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7807] ppid=7802 vsize=868264 CPUtime=0.03
/proc/7804/task/7807/stat : 7807 (java) S 7802 7804 5869 0 -1 64 2864 280 0 0 3 0 0 0 16 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7804/tid=7808] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7808/stat : 7808 (java) S 7802 7804 5869 0 -1 64 16 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7809] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7809/stat : 7809 (java) S 7802 7804 5869 0 -1 64 15 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7810] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7810/stat : 7810 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 24 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7811] ppid=7802 vsize=868264 CPUtime=0.18
/proc/7804/task/7811/stat : 7811 (java) S 7802 7804 5869 0 -1 64 709 280 0 0 18 0 0 0 16 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7812] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7812/stat : 7812 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 25 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7813] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7813/stat : 7813 (java) S 7802 7804 5869 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1991476999 889102336 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 868264

[startup+7.40277 s]
/proc/loadavg: 0.90 1.33 1.65 3/91 7817
/proc/meminfo: memFree=829736/2055920 swapFree=4180412/4192956
[pid=7804] ppid=7802 vsize=868264 CPUtime=7.56
/proc/7804/stat : 7804 (java) S 7802 7804 5869 0 -1 0 18430 280 1 0 746 10 0 0 18 0 9 0 1991476995 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7804/statm: 217066 11426 2631 9 0 211572 0
[pid=7804/tid=7806] ppid=7802 vsize=868264 CPUtime=7.29
/proc/7804/task/7806/stat : 7806 (java) R 7802 7804 5869 0 -1 64 13975 280 1 0 722 7 0 0 16 0 9 0 1991476996 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4126888877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7804/tid=7807] ppid=7802 vsize=868264 CPUtime=0.03
/proc/7804/task/7807/stat : 7807 (java) S 7802 7804 5869 0 -1 64 2864 280 0 0 3 0 0 0 16 0 9 0 1991476997 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7804/tid=7808] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7808/stat : 7808 (java) S 7802 7804 5869 0 -1 64 16 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7809] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7809/stat : 7809 (java) S 7802 7804 5869 0 -1 64 15 280 0 0 0 0 0 0 15 0 9 0 1991476997 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7810] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7810/stat : 7810 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 24 0 9 0 1991476999 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7811] ppid=7802 vsize=868264 CPUtime=0.19
/proc/7804/task/7811/stat : 7811 (java) S 7802 7804 5869 0 -1 64 738 280 0 0 19 0 0 0 16 0 9 0 1991476999 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7812] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7812/stat : 7812 (java) S 7802 7804 5869 0 -1 64 1 280 0 0 0 0 0 0 25 0 9 0 1991476999 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7804/tid=7813] ppid=7802 vsize=868264 CPUtime=0
/proc/7804/task/7813/stat : 7813 (java) S 7802 7804 5869 0 -1 64 12 280 0 0 0 0 0 0 15 0 9 0 1991476999 889102336 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 868264

Child status: 0
Real time (s): 7.50298
CPU time (s): 7.66783
CPU user time (s): 7.54885
CPU system time (s): 0.118981
CPU usage (%): 102.197
Max. virtual memory (cumulated for all children) (KiB): 868264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.54885
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18863
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= 490
involuntary context switches= 261

runsolver used 0.009998 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 00:43:47
IDJOB=1059853
IDBENCH=54383
IDSOLVER=363
FILE ID=node21/1059853-1215125027
PBS_JOBID= 7877162
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e2bc676eff8f52053522ea37f15577e
RANDOM SEED=1146114029

node21.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.263
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.263
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:        866000 kB
Buffers:         59132 kB
Cached:         306696 kB
SwapCached:       6608 kB
Active:         921704 kB
Inactive:       202116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        866000 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         774128 kB
Slab:            49920 kB
Committed_AS:  4198336 kB
PageTables:       3328 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= 66556 MiB
End job on node21 at 2008-07-04 00:43:55