Trace number 195322

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, and are wall clock time (not CPU 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 109 ACSAT 3.2545 3.30643

DiagnosticValue
CHECKS837510
NODES6146

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph14-f27.xml
MD5SUM779d2cd11a43695e5e19dffe876a1e9e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.69674
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/195322-1168069801/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.47	     nbVariables=916  nbDomainTypes=5  minDomainSize=9  maxDomainSize=19
0.47	       =>  wckTime=0.177  cpuTime=0.13  mem=8M836
0.47	   
0.47	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
1.24	     nbConstraints=4638  nbConvertedConstraints=4638  nbConvertConstraintsChecks=114700  nbExtensionStructures=396
1.24	     nbSharedExtensionStructures=4242  nbConflictsStructures=396  nbSharedConflictsStructures=4242
1.24	     nbSharedBinaryRepresentations=13242  maxDegree=26  maxArity=2
1.24	       =>  wckTime=0.953  cpuTime=0.78  mem=33M282
1.32	   
1.32	   solver IterativeSystematicSolver being built... 
1.52	       =>  wckTime=1.227  cpuTime=0.93  mem=21M380
1.61	   
1.61	   preprocessing
1.61	     nbConstraintChecks=16038  nbPropagations=1374  nbRevisions=916  nbUselessRevisions=0  nbRemovedValues=2314
1.61	     detectedInconsistency=no
1.61	       =>  wckTime=0.085  cpuTime=0.07  mem=21M380
1.80	   
1.80	   search
1.80	     run=0  nbConstraintChecks=67536  nbPropagations=4218  nbRevisions=8309  nbUselessRevisions=3078  nbAssignments=501
1.80	     nbFailedAssignments=28  nbBacktracks=12  nbVisitedNodes=535  nbRestartNogoods=0  mapSize=6  nbInferences=0
1.80	     nbTooLargeKeys=0
1.80	       =>  wckTime=0.284  cpuTime=0.26  mem=22M354
1.91	   
1.91	   search
1.91	     run=1  nbConstraintChecks=117014  nbPropagations=10495  nbRevisions=21650  nbUselessRevisions=8010
1.91	     nbAssignments=816  nbFailedAssignments=52  nbBacktracks=30  nbVisitedNodes=881  nbRestartNogoods=17  mapSize=14
1.91	     nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.392  cpuTime=0.36  mem=24M302
1.99	   
1.99	   search
1.99	     run=2  nbConstraintChecks=154511  nbPropagations=18236  nbRevisions=38691  nbUselessRevisions=14271
1.99	     nbAssignments=1008  nbFailedAssignments=71  nbBacktracks=54  nbVisitedNodes=1100  nbRestartNogoods=22  mapSize=26
1.99	     nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.469  cpuTime=0.43  mem=24M302
2.08	   
2.08	   search
2.08	     run=3  nbConstraintChecks=205932  nbPropagations=27883  nbRevisions=61111  nbUselessRevisions=22529
2.08	     nbAssignments=1266  nbFailedAssignments=112  nbBacktracks=87  nbVisitedNodes=1411  nbRestartNogoods=27  mapSize=40
2.08	     nbInferences=0  nbTooLargeKeys=0
2.08	       =>  wckTime=0.56  cpuTime=0.52  mem=25M275
2.23	   
2.23	   search
2.23	     run=4  nbConstraintChecks=274192  nbPropagations=40446  nbRevisions=91113  nbUselessRevisions=33838
2.23	     nbAssignments=1775  nbFailedAssignments=168  nbBacktracks=139  nbVisitedNodes=1996  nbRestartNogoods=33  mapSize=65
2.23	     nbInferences=0  nbTooLargeKeys=0
2.23	       =>  wckTime=0.716  cpuTime=0.66  mem=27M222
2.41	   
2.41	   search
2.41	     run=5  nbConstraintChecks=357861  nbPropagations=56716  nbRevisions=131766  nbUselessRevisions=49995
2.41	     nbAssignments=2400  nbFailedAssignments=253  nbBacktracks=215  nbVisitedNodes=2739  nbRestartNogoods=52
2.41	     mapSize=104  nbInferences=0  nbTooLargeKeys=0
2.41	       =>  wckTime=0.889  cpuTime=0.82  mem=28M195
2.57	   
2.57	   search
2.57	     run=6  nbConstraintChecks=440971  nbPropagations=76704  nbRevisions=183170  nbUselessRevisions=71211
2.57	     nbAssignments=3014  nbFailedAssignments=343  nbBacktracks=329  nbVisitedNodes=3481  nbRestartNogoods=66
2.57	     mapSize=149  nbInferences=0  nbTooLargeKeys=0
2.57	       =>  wckTime=1.05  cpuTime=0.98  mem=30M142
2.76	   
2.76	   search
2.76	     run=7  nbConstraintChecks=549511  nbPropagations=101477  nbRevisions=249012  nbUselessRevisions=98632
2.76	     nbAssignments=3822  nbFailedAssignments=576  nbBacktracks=499  nbVisitedNodes=4596  nbRestartNogoods=85
2.76	     mapSize=226  nbInferences=4  nbTooLargeKeys=0
2.76	       =>  wckTime=1.244  cpuTime=1.17  mem=32M89
3.01	   
3.01	   search
3.01	     run=8  nbConstraintChecks=709760  nbPropagations=132932  nbRevisions=338451  nbUselessRevisions=136511
3.01	     nbAssignments=4932  nbFailedAssignments=1006  nbBacktracks=755  nbVisitedNodes=6255  nbRestartNogoods=109
3.02	     mapSize=353  nbInferences=6  nbTooLargeKeys=0
3.02	       =>  wckTime=1.496  cpuTime=1.42  mem=34M35
3.25	   
3.25	   search
3.25	     run=9  nbConstraintChecks=821472  nbPropagations=169403  nbRevisions=441427  nbUselessRevisions=180437
3.25	     nbAssignments=6146  nbFailedAssignments=1166  nbBacktracks=893  nbVisitedNodes=7686  nbRestartNogoods=141
3.25	     mapSize=412  nbInferences=6  nbTooLargeKeys=0
3.25	       =>  wckTime=1.734  cpuTime=1.66  mem=35M982
3.25	   
3.25	   global
3.26	     nbConstraintChecks=837510  nbPropagations=170777  nbRevisions=442343  nbUselessRevisions=180437
3.26	     nbRestartNogoods=141  solvingWckTime=1.736  solvingCpuTime=1.66  expiredTime=no  totalExploration=no
3.26	     nbFoundSolutions=1  globalCpuTime=2.63
3.26	       =>  wckTime=2.967  cpuTime=2.59  mem=35M982
3.26	   
3.26	s SATISFIABLE
3.26	v 16 254 352 114 16 254 296 58 16 254 58 296 16 254 352 114 254 16 282 44 268 30 114 352 324 86 16 254 268 30 352 114 16 254 254 16 352 114 254 16 30 268 352 114 114 352 114 352 16 254 58 296 58 296 352 114 16 254 72 310 310 72 338 100 58 296 296 58 58 296 114 352 114 352 58 296 16 254 310 72 352 114 30 268 58 296 44 282 352 114 72 310 86 324 16 254 310 72 296 58 254 16 114 352 268 30 296 58 16 254 254 16 44 282 268 30 324 86 338 100 268 30 16 254 86 324 86 324 58 296 58 296 310 72 16 254 282 44 16 254 352 114 16 254 254 16 16 254 324 86 296 58 72 310 58 296 114 352 296 58 100 338 86 324 16 254 16 254 352 114 282 44 114 352 30 268 338 100 16 254 30 268 296 58 16 254 58 296 268 30 16 254 352 114 352 114 72 310 16 254 268 30 72 310 254 16 114 352 100 338 254 16 114 352 282 44 16 254 16 254 58 296 58 296 296 58 254 16 268 30 268 30 338 100 16 254 338 100 268 30 268 30 16 254 30 268 338 100 268 30 296 58 254 16 16 254 58 296 16 254 114 352 58 296 72 310 352 114 324 86 30 268 254 16 324 86 16 254 254 16 114 352 114 352 114 352 58 296 58 296 58 296 296 58 338 100 16 254 324 86 282 44 268 30 268 30 86 324 310 72 100 338 16 254 254 16 282 44 58 296 296 58 268 30 86 324 296 58 114 352 352 114 352 114 282 44 16 254 58 296 352 114 254 16 16 254 254 16 16 254 16 254 324 86 352 114 338 100 254 16 44 282 72 310 100 338 44 282 16 254 282 44 30 268 338 100 30 268 268 30 44 282 338 100 44 282 30 268 86 324 254 16 86 324 72 310 352 114 282 44 44 282 114 352 352 114 114 352 310 72 324 86 30 268 338 100 268 30 86 324 268 30 114 352 114 352 86 324 114 352 352 114 338 100 254 16 338 100 16 254 72 310 352 114 114 352 268 30 58 296 16 254 268 30 338 100 100 338 352 114 310 72 338 100 282 44 324 86 114 352 44 282 16 254 338 100 44 282 352 114 44 282 114 352 338 100 16 254 282 44 44 282 72 310 352 114 58 296 100 338 16 254 352 114 352 114 16 254 16 254 296 58 268 30 324 86 268 30 310 72 16 254 324 86 114 352 338 100 16 254 16 254 352 114 254 16 114 352 30 268 114 352 30 268 114 352 254 16 30 268 324 86 352 114 254 16 44 282 114 352 352 114 16 254 268 30 324 86 324 86 16 254 352 114 16 254 58 296 72 310 324 86 58 296 72 310 324 86 254 16 86 324 30 268 282 44 16 254 352 114 44 282 254 16 86 324 58 296 338 100 352 114 44 282 44 282 296 58 100 338 296 58 58 296 16 254 324 86 44 282 282 44 58 296 268 30 324 86 352 114 16 254 268 30 58 296 72 310 30 268 254 16 86 324 16 254 16 254 100 338 282 44 58 296 338 100 324 86 352 114 324 86 16 254 72 310 296 58 338 100 352 114 114 352 86 324 16 254 268 30 338 100 86 324 100 338 296 58 324 86 296 58 338 100 338 100 352 114 296 58 114 352 268 30 338 100 114 352 30 268 352 114 86 324 268 30 16 254 16 254 254 16 58 296 352 114 282 44 338 100 114 352 352 114 44 282 352 114 30 268 352 114 268 30 86 324 254 16 100 338 86 324 324 86 16 254 72 310 16 254 352 114 114 352 268 30 338 100 352 114 352 114 16 254 352 114 296 58 282 44 352 114 282 44 72 310 352 114 338 100 44 282 268 30 352 114 338 100 352 114 352 114 324 86 58 296 114 352 310 72 268 30 16 254 296 58 338 100 338 100 352 114 352 114 352 114 72 310 30 268 114 352 338 100 338 100 44 282 352 114 100 338 16 254 352 114 16 254 352 114 352 114 324 86 114 352 254 16 338 100 30 268 30 268 86 324 114 352 324 86 30 268 352 114 338 100 296 58 44 282 30 268 352 114 114 352 254 16 114 352 310 72 338 100 16 254 352 114 16 254 352 114 16 254 352 114 
3.26	d NODES 6146
3.26	d CHECKS 837510
3.26	   
3.26	   totalWckTime=3.041  totalCpuTime=2.63

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-195322-1168069801 -o ROOT/results/node59/solver-195322-1168069801 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195322-1168069801/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.85 0.97 0.99 4/68 22948
/proc/meminfo: memFree=1555840/2055920 swapFree=4192812/4192956
[pid=22947] ppid=22945 vsize=172 CPUtime=0
/proc/22947/stat : 22947 (java) R 22945 22947 22681 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155378179 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 9285931 0 0 4096 0 0 0 0 17 1 0 0
/proc/22947/statm: 43 24 18 14 0 3 0

[startup+0.104016 s]
/proc/loadavg: 0.85 0.97 0.99 4/68 22948
/proc/meminfo: memFree=1555840/2055920 swapFree=4192812/4192956
[pid=22947] ppid=22945 vsize=915724 CPUtime=0.09
/proc/22947/stat : 22947 (java) R 22945 22947 22681 0 -1 0 3060 0 1 0 7 2 0 0 17 0 8 0 155378179 937701376 2806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153615467 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22947/statm: 228931 2806 1451 14 0 215426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 915724

[startup+0.512061 s]
/proc/loadavg: 0.85 0.97 0.99 4/68 22948
/proc/meminfo: memFree=1555840/2055920 swapFree=4192812/4192956
[pid=22947] ppid=22945 vsize=915956 CPUtime=0.5
/proc/22947/stat : 22947 (java) R 22945 22947 22681 0 -1 0 6667 0 1 0 45 5 0 0 16 0 8 0 155378179 937938944 6406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943622 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22947/statm: 228989 6406 2147 14 0 215459 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915956

[startup+1.33315 s]
/proc/loadavg: 0.85 0.97 0.99 4/87 23000
/proc/meminfo: memFree=1500840/2055920 swapFree=4192812/4192956
[pid=22947] ppid=22945 vsize=916384 CPUtime=1.31
/proc/22947/stat : 22947 (java) R 22945 22947 22681 0 -1 0 13838 0 1 0 104 27 0 0 18 0 8 0 155378179 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152155284 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22947/statm: 229096 13575 2385 14 0 215566 0
[pid=22947/tid=22949] ppid=22945 vsize=916384 CPUtime=0.06
/proc/22947/task/22949/stat : 22949 (java) S 22945 22947 22681 0 -1 64 932 0 0 0 6 0 0 0 16 0 8 0 155378183 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22950] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22950/stat : 22950 (java) S 22945 22947 22681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155378183 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22951] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22951/stat : 22951 (java) S 22945 22947 22681 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155378183 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22952] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22952/stat : 22952 (java) S 22945 22947 22681 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155378186 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22953] ppid=22945 vsize=916384 CPUtime=0.21
/proc/22947/task/22953/stat : 22953 (java) S 22945 22947 22681 0 -1 64 447 0 0 0 20 1 0 0 15 0 8 0 155378186 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22954] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22954/stat : 22954 (java) S 22945 22947 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155378186 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22955] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22955/stat : 22955 (java) S 22945 22947 22681 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155378186 938377216 13575 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916384

[startup+2.97233 s]
/proc/loadavg: 0.85 0.97 0.99 3/87 23000
/proc/meminfo: memFree=1461608/2055920 swapFree=4192812/4192956
[pid=22947] ppid=22945 vsize=916384 CPUtime=2.94
/proc/22947/stat : 22947 (java) R 22945 22947 22681 0 -1 0 14101 0 1 0 265 29 0 0 25 0 8 0 155378179 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074043889 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22947/statm: 229096 13837 2531 14 0 215566 0
[pid=22947/tid=22949] ppid=22945 vsize=916384 CPUtime=0.06
/proc/22947/task/22949/stat : 22949 (java) S 22945 22947 22681 0 -1 64 932 0 0 0 6 0 0 0 17 0 8 0 155378183 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22950] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22950/stat : 22950 (java) S 22945 22947 22681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155378183 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22951] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22951/stat : 22951 (java) S 22945 22947 22681 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155378183 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22952] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22952/stat : 22952 (java) S 22945 22947 22681 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155378186 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22953] ppid=22945 vsize=916384 CPUtime=0.32
/proc/22947/task/22953/stat : 22953 (java) S 22945 22947 22681 0 -1 64 506 0 0 0 30 2 0 0 15 0 8 0 155378186 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22954] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22954/stat : 22954 (java) S 22945 22947 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155378186 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22947/tid=22955] ppid=22945 vsize=916384 CPUtime=0
/proc/22947/task/22955/stat : 22955 (java) S 22945 22947 22681 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155378186 938377216 13837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916384

Child status: 0
Real time (s): 3.30643
CPU time (s): 3.2545
CPU user time (s): 2.94555
CPU system time (s): 0.308953
CPU usage (%): 98.4295
Max. virtual memory (cumulated for all children) (KiB): 916384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.94555
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14110
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= 1415
involuntary context switches= 1203

runsolver used 0.009998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 07:50:01 UTC 2007


IDJOB= 195322
IDBENCH= 3262
FILE ID= node59/195322-1168069801

PBS_JOBID= 3475932

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph14-f27.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195322-1168069801/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-195322-1168069801 -o ROOT/results/node59/solver-195322-1168069801 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195322-1168069801/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  779d2cd11a43695e5e19dffe876a1e9e

RANDOM SEED= 537239503

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.239
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.239
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:       1556448 kB
Buffers:         43768 kB
Cached:         360968 kB
SwapCached:          0 kB
Active:          55784 kB
Inactive:       369100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:          30356 kB
Slab:            60308 kB
Committed_AS:  2841072 kB
PageTables:       1696 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= 66547 MiB



End job on node59 on Sat Jan  6 07:50:06 UTC 2007