Trace number 195321

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 ESACSAT 7.61884 7.71045

DiagnosticValue
CHECKS5797017
NODES26470

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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/195321-1168112764/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.52	     nbVariables=916  nbDomainTypes=5  minDomainSize=9  maxDomainSize=19
0.52	       =>  wckTime=0.195  cpuTime=0.14  mem=8M836
0.52	   
0.52	   predicates being loaded...
0.52	   
0.52	   constraints being loaded...
1.36	     nbConstraints=4638  nbConvertedConstraints=4638  nbConvertConstraintsChecks=114700  nbExtensionStructures=396
1.36	     nbSharedExtensionStructures=4242  nbConflictsStructures=396  nbSharedConflictsStructures=4242
1.36	     nbSharedBinaryRepresentations=13242  maxDegree=26  maxArity=2
1.36	       =>  wckTime=1.036  cpuTime=0.84  mem=33M282
1.44	   
1.44	   solver IterativeSystematicSolver being built... 
1.66	       =>  wckTime=1.339  cpuTime=1.02  mem=21M576
3.74	   
3.74	   preprocessing
3.74	     nbConstraintChecks=1111701  nbPropagations=39226  nbRevisions=103740  nbUselessRevisions=46855
3.74	     nbSingletonTests=4745  nbEffectiveSingletonTests=17  nbESACBranches=199  nbRemovedValues=2348
3.74	     detectedInconsistency=no
3.74	       =>  wckTime=2.072  cpuTime=2.01  mem=21M576
3.91	   
3.91	   search
3.91	     run=0  nbConstraintChecks=59872  nbPropagations=41713  nbRevisions=109935  nbUselessRevisions=49279
3.91	     nbAssignments=400  nbFailedAssignments=34  nbBacktracks=10  nbVisitedNodes=440  nbRestartNogoods=0  mapSize=5
3.91	     nbInferences=0  nbTooLargeKeys=0
3.91	       =>  wckTime=2.246  cpuTime=2.16  mem=22M549
4.38	   
4.38	   search
4.38	     run=1  nbConstraintChecks=653339  nbPropagations=106930  nbRevisions=274210  nbUselessRevisions=118343
4.38	     nbAssignments=3336  nbFailedAssignments=76  nbBacktracks=26  nbVisitedNodes=868  nbRestartNogoods=29  mapSize=13
4.38	     nbInferences=0  nbTooLargeKeys=0
4.38	       =>  wckTime=2.715  cpuTime=2.62  mem=24M496
4.82	   
4.82	   search
4.82	     run=2  nbConstraintChecks=1234650  nbPropagations=195340  nbRevisions=494502  nbUselessRevisions=209036
4.82	     nbAssignments=6499  nbFailedAssignments=94  nbBacktracks=49  nbVisitedNodes=1236  nbRestartNogoods=51  mapSize=22
4.82	     nbInferences=0  nbTooLargeKeys=0
4.82	       =>  wckTime=3.157  cpuTime=3.05  mem=25M469
5.06	   
5.06	   search
5.06	     run=3  nbConstraintChecks=1418031  nbPropagations=291261  nbRevisions=734049  nbUselessRevisions=307839
5.06	     nbAssignments=7625  nbFailedAssignments=151  nbBacktracks=83  nbVisitedNodes=1853  nbRestartNogoods=57  mapSize=39
5.06	     nbInferences=0  nbTooLargeKeys=0
5.06	       =>  wckTime=3.4  cpuTime=3.28  mem=26M443
5.42	   
5.42	   search
5.42	     run=4  nbConstraintChecks=1820662  nbPropagations=403035  nbRevisions=1014479  nbUselessRevisions=424159
5.42	     nbAssignments=9867  nbFailedAssignments=208  nbBacktracks=135  nbVisitedNodes=2439  nbRestartNogoods=69  mapSize=57
5.42	     nbInferences=2  nbTooLargeKeys=0
5.42	       =>  wckTime=3.752  cpuTime=3.62  mem=28M389
6.03	   
6.03	   search
6.04	     run=5  nbConstraintChecks=2626269  nbPropagations=546503  nbRevisions=1379297  nbUselessRevisions=578097
6.04	     nbAssignments=14631  nbFailedAssignments=278  nbBacktracks=210  nbVisitedNodes=3009  nbRestartNogoods=88
6.04	     mapSize=86  nbInferences=2  nbTooLargeKeys=0
6.04	       =>  wckTime=4.371  cpuTime=4.24  mem=29M363
6.44	   
6.44	   search
6.44	     run=6  nbConstraintChecks=3080009  nbPropagations=707636  nbRevisions=1791724  nbUselessRevisions=752381
6.44	     nbAssignments=17177  nbFailedAssignments=418  nbBacktracks=323  nbVisitedNodes=3857  nbRestartNogoods=102
6.44	     mapSize=134  nbInferences=2  nbTooLargeKeys=0
6.44	       =>  wckTime=4.773  cpuTime=4.63  mem=31M309
7.06	   
7.06	   search
7.06	     run=7  nbConstraintChecks=3882279  nbPropagations=900909  nbRevisions=2292847  nbUselessRevisions=965939
7.06	     nbAssignments=21666  nbFailedAssignments=709  nbBacktracks=494  nbVisitedNodes=5104  nbRestartNogoods=120
7.06	     mapSize=212  nbInferences=4  nbTooLargeKeys=0
7.06	       =>  wckTime=5.392  cpuTime=5.24  mem=33M256
7.69	   
7.69	   search
7.69	     run=8  nbConstraintChecks=4685316  nbPropagations=1126355  nbRevisions=2878625  nbUselessRevisions=1217553
7.69	     nbAssignments=26470  nbFailedAssignments=750  nbBacktracks=506  nbVisitedNodes=6120  nbRestartNogoods=139
7.69	     mapSize=218  nbInferences=4  nbTooLargeKeys=0
7.69	       =>  wckTime=6.022  cpuTime=5.87  mem=35M203
7.69	   
7.69	   global
7.69	     nbConstraintChecks=5797017  nbPropagations=1165581  nbRevisions=2982365  nbUselessRevisions=1264408
7.69	     nbRestartNogoods=139  solvingWckTime=6.024  solvingCpuTime=5.87  expiredTime=no  totalExploration=no
7.69	     nbFoundSolutions=1  globalCpuTime=6.95
7.69	       =>  wckTime=7.366  cpuTime=6.89  mem=35M203
7.69	   
7.69	s SATISFIABLE
7.69	v 16 254 296 58 16 254 282 44 338 100 338 100 16 254 72 310 58 296 282 44 268 30 114 352 44 282 16 254 30 268 338 100 16 254 16 254 16 254 58 296 282 44 352 114 58 296 268 30 282 44 114 352 254 16 282 44 16 254 352 114 352 114 338 100 338 100 58 296 338 100 30 268 254 16 352 114 254 16 352 114 16 254 86 324 44 282 352 114 254 16 352 114 58 296 44 282 352 114 338 100 254 16 352 114 16 254 324 86 16 254 352 114 282 44 30 268 44 282 324 86 268 30 352 114 72 310 114 352 296 58 58 296 58 296 254 16 352 114 254 16 352 114 254 16 16 254 296 58 296 58 114 352 30 268 16 254 114 352 254 16 324 86 352 114 268 30 44 282 296 58 338 100 352 114 338 100 352 114 44 282 338 100 254 16 16 254 58 296 100 338 310 72 338 100 352 114 310 72 16 254 352 114 352 114 254 16 268 30 296 58 44 282 296 58 16 254 254 16 58 296 58 296 254 16 338 100 254 16 30 268 254 16 324 86 254 16 100 338 30 268 254 16 16 254 30 268 16 254 268 30 114 352 352 114 16 254 352 114 254 16 100 338 254 16 114 352 338 100 86 324 30 268 296 58 310 72 268 30 16 254 16 254 44 282 352 114 58 296 268 30 268 30 352 114 338 100 16 254 338 100 58 296 30 268 30 268 254 16 310 72 324 86 254 16 254 16 296 58 100 338 324 86 268 30 324 86 30 268 352 114 338 100 338 100 338 100 72 310 16 254 352 114 282 44 58 296 16 254 254 16 114 352 16 254 324 86 352 114 114 352 282 44 282 44 338 100 16 254 352 114 16 254 16 254 44 282 268 30 100 338 44 282 58 296 44 282 338 100 44 282 86 324 352 114 296 58 16 254 16 254 16 254 282 44 352 114 254 16 268 30 324 86 72 310 100 338 30 268 72 310 324 86 114 352 352 114 352 114 352 114 268 30 86 324 16 254 338 100 114 352 58 296 338 100 324 86 310 72 254 16 16 254 268 30 338 100 310 72 296 58 268 30 114 352 296 58 352 114 352 114 100 338 324 86 352 114 352 114 352 114 282 44 352 114 352 114 30 268 338 100 352 114 72 310 352 114 44 282 44 282 44 282 100 338 296 58 254 16 254 16 16 254 30 268 338 100 30 268 310 72 16 254 44 282 282 44 352 114 282 44 30 268 338 100 254 16 338 100 324 86 324 86 30 268 310 72 254 16 100 338 310 72 114 352 254 16 352 114 296 58 268 30 58 296 296 58 338 100 72 310 282 44 282 44 16 254 352 114 30 268 324 86 352 114 58 296 352 114 296 58 338 100 282 44 44 282 30 268 352 114 338 100 282 44 254 16 114 352 100 338 310 72 338 100 352 114 352 114 44 282 338 100 254 16 254 16 268 30 254 16 16 254 296 58 268 30 352 114 338 100 254 16 58 296 254 16 254 16 30 268 16 254 16 254 16 254 114 352 324 86 352 114 254 16 338 100 282 44 58 296 352 114 254 16 58 296 296 58 352 114 352 114 324 86 16 254 16 254 16 254 352 114 86 324 324 86 254 16 310 72 44 282 352 114 324 86 338 100 296 58 352 114 296 58 44 282 282 44 352 114 86 324 338 100 268 30 16 254 254 16 254 16 30 268 338 100 338 100 254 16 30 268 338 100 352 114 114 352 86 324 324 86 282 44 352 114 296 58 86 324 114 352 338 100 254 16 100 338 16 254 352 114 30 268 72 310 338 100 114 352 114 352 114 352 44 282 352 114 58 296 30 268 44 282 310 72 338 100 282 44 100 338 338 100 352 114 352 114 114 352 100 338 86 324 86 324 338 100 296 58 352 114 254 16 324 86 282 44 268 30 352 114 352 114 324 86 310 72 72 310 86 324 268 30 44 282 16 254 324 86 338 100 16 254 114 352 268 30 268 30 352 114 352 114 16 254 16 254 86 324 30 268 58 296 114 352 338 100 100 338 352 114 324 86 338 100 352 114 44 282 352 114 324 86 352 114 16 254 114 352 72 310 100 338 254 16 352 114 16 254 324 86 16 254 352 114 
7.69	d NODES 26470
7.69	d CHECKS 5797017
7.69	   
7.69	   totalWckTime=7.448  totalCpuTime=6.95

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/node29/watcher-195321-1168112764 -o ROOT/results/node29/solver-195321-1168112764 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195321-1168112764/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: 1.76 1.95 1.90 2/88 27113
/proc/meminfo: memFree=1578664/2055920 swapFree=4192812/4192956
[pid=27112] ppid=27110 vsize=18540 CPUtime=0
/proc/27112/stat : 27112 (runsolver) R 27110 27112 26294 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 159670744 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27112/statm: 4635 279 244 17 0 2626 0

[startup+0.102674 s]
/proc/loadavg: 1.76 1.95 1.90 2/88 27113
/proc/meminfo: memFree=1578664/2055920 swapFree=4192812/4192956
[pid=27112] ppid=27110 vsize=913068 CPUtime=0.08
/proc/27112/stat : 27112 (java) S 27110 27112 26294 0 -1 0 2878 0 1 0 7 1 0 0 18 0 8 0 159670744 934981632 2624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27112/statm: 228267 2624 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.510698 s]
/proc/loadavg: 1.76 1.95 1.90 2/88 27113
/proc/meminfo: memFree=1578664/2055920 swapFree=4192812/4192956
[pid=27112] ppid=27110 vsize=915328 CPUtime=0.49
/proc/27112/stat : 27112 (java) R 27110 27112 26294 0 -1 0 6381 0 1 0 45 4 0 0 18 0 8 0 159670744 937295872 6120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27112/statm: 228832 6120 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33275 s]
/proc/loadavg: 1.76 1.95 1.90 3/95 27120
/proc/meminfo: memFree=1541744/2055920 swapFree=4192812/4192956
[pid=27112] ppid=27110 vsize=915628 CPUtime=1.29
/proc/27112/stat : 27112 (java) R 27110 27112 26294 0 -1 0 12549 0 1 0 103 26 0 0 25 0 8 0 159670744 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151934355 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27112/statm: 228907 12287 2171 14 0 215377 0
[pid=27112/tid=27114] ppid=27110 vsize=915628 CPUtime=0
/proc/27112/task/27114/stat : 27114 (java) S 27110 27112 26294 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 159670748 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27115] ppid=27110 vsize=915628 CPUtime=0
/proc/27112/task/27115/stat : 27115 (java) S 27110 27112 26294 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 159670749 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27116] ppid=27110 vsize=915628 CPUtime=0
/proc/27112/task/27116/stat : 27116 (java) S 27110 27112 26294 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159670749 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27117] ppid=27110 vsize=915628 CPUtime=0
/proc/27112/task/27117/stat : 27117 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159670752 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27118] ppid=27110 vsize=915628 CPUtime=0.2
/proc/27112/task/27118/stat : 27118 (java) S 27110 27112 26294 0 -1 64 438 0 0 0 20 0 0 0 16 0 8 0 159670752 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27119] ppid=27110 vsize=915628 CPUtime=0
/proc/27112/task/27119/stat : 27119 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159670752 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27120] ppid=27110 vsize=915628 CPUtime=0
/proc/27112/task/27120/stat : 27120 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159670752 937603072 12287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915628

[startup+2.98385 s]
/proc/loadavg: 1.76 1.95 1.90 3/95 27120
/proc/meminfo: memFree=1533168/2055920 swapFree=4192812/4192956
[pid=27112] ppid=27110 vsize=915724 CPUtime=2.93
/proc/27112/stat : 27112 (java) R 27110 27112 26294 0 -1 0 14092 0 1 0 264 29 0 0 25 0 8 0 159670744 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074062167 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27112/statm: 228931 13828 2541 14 0 215401 0
[pid=27112/tid=27114] ppid=27110 vsize=915724 CPUtime=0.07
/proc/27112/task/27114/stat : 27114 (java) S 27110 27112 26294 0 -1 64 930 0 0 0 7 0 0 0 17 0 8 0 159670748 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27115] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27115/stat : 27115 (java) S 27110 27112 26294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159670749 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27116] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27116/stat : 27116 (java) S 27110 27112 26294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159670749 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27117] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27117/stat : 27117 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159670752 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27118] ppid=27110 vsize=915724 CPUtime=0.31
/proc/27112/task/27118/stat : 27118 (java) S 27110 27112 26294 0 -1 64 490 0 0 0 30 1 0 0 15 0 8 0 159670752 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27119] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27119/stat : 27119 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159670752 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27120] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27120/stat : 27120 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159670752 937701376 13828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915724

[startup+6.18905 s]
/proc/loadavg: 1.78 1.95 1.90 3/95 27120
/proc/meminfo: memFree=1533040/2055920 swapFree=4192812/4192956
[pid=27112] ppid=27110 vsize=915724 CPUtime=6.11
/proc/27112/stat : 27112 (java) R 27110 27112 26294 0 -1 0 14115 0 1 0 581 30 0 0 25 0 8 0 159670744 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074054814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27112/statm: 228931 13848 2542 14 0 215401 0
[pid=27112/tid=27114] ppid=27110 vsize=915724 CPUtime=0.07
/proc/27112/task/27114/stat : 27114 (java) S 27110 27112 26294 0 -1 64 930 0 0 0 7 0 0 0 17 0 8 0 159670748 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27115] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27115/stat : 27115 (java) S 27110 27112 26294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159670749 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27116] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27116/stat : 27116 (java) S 27110 27112 26294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159670749 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27117] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27117/stat : 27117 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159670752 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27118] ppid=27110 vsize=915724 CPUtime=0.35
/proc/27112/task/27118/stat : 27118 (java) S 27110 27112 26294 0 -1 64 508 0 0 0 34 1 0 0 15 0 8 0 159670752 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27119] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27119/stat : 27119 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159670752 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27112/tid=27120] ppid=27110 vsize=915724 CPUtime=0
/proc/27112/task/27120/stat : 27120 (java) S 27110 27112 26294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159670752 937701376 13848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915724

Child status: 0
Real time (s): 7.71045
CPU time (s): 7.61884
CPU user time (s): 7.30289
CPU system time (s): 0.315951
CPU usage (%): 98.8119
Max. virtual memory (cumulated for all children) (KiB): 915768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.30289
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14128
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= 1693
involuntary context switches= 1930

runsolver used 0.016997 s user time and 0.026995 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 19:46:05 UTC 2007


IDJOB= 195321
IDBENCH= 3262
FILE ID= node29/195321-1168112764

PBS_JOBID= 3477344

Free space on /tmp= 66546 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 esac.xml 1 XSax /tmp/evaluation/195321-1168112764/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-195321-1168112764 -o ROOT/results/node29/solver-195321-1168112764 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195321-1168112764/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  779d2cd11a43695e5e19dffe876a1e9e

RANDOM SEED= 470112694

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.241
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.241
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:       1579144 kB
Buffers:         48992 kB
Cached:         284820 kB
SwapCached:          0 kB
Active:         183164 kB
Inactive:       216084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          85968 kB
Slab:            62064 kB
Committed_AS:  3127524 kB
PageTables:       2428 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= 66546 MiB



End job on node29 on Sat Jan  6 19:46:15 UTC 2007