Trace number 198738

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 ACUNSAT 78.984 79.7445

DiagnosticValue
CHECKS231922447
NODES214333

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f4.xml
MD5SUM5dcfba2c920df87fed4f833be49fd112
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.6638
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/198738-1168071292/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.48	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=40
0.48	       =>  wckTime=0.168  cpuTime=0.14  mem=8M837
0.48	   
0.48	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
1.25	     nbConstraints=4103  nbConvertedConstraints=4103  nbConvertConstraintsChecks=196644  nbExtensionStructures=173
1.25	     nbSharedExtensionStructures=3930  nbConflictsStructures=173  nbSharedConflictsStructures=3930
1.25	     nbSharedBinaryRepresentations=11189  maxDegree=62  maxArity=2
1.25	       =>  wckTime=0.937  cpuTime=0.76  mem=29M316
1.33	   
1.33	   solver IterativeSystematicSolver being built... 
1.53	       =>  wckTime=1.21  cpuTime=0.91  mem=20M267
1.59	   
1.59	   preprocessing
1.59	     nbConstraintChecks=24296  nbPropagations=1014  nbRevisions=668  nbUselessRevisions=0  nbRemovedValues=2328
1.59	     detectedInconsistency=no
1.59	       =>  wckTime=0.063  cpuTime=0.05  mem=20M267
1.67	   
1.67	   search
1.67	     run=0  nbConstraintChecks=44913  nbPropagations=1544  nbRevisions=3220  nbUselessRevisions=1405  nbAssignments=43
1.67	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=4  nbInferences=0
1.67	     nbTooLargeKeys=0
1.67	       =>  wckTime=0.143  cpuTime=0.11  mem=20M267
1.70	   
1.70	   search
1.70	     run=1  nbConstraintChecks=114017  nbPropagations=3786  nbRevisions=10733  nbUselessRevisions=5332
1.70	     nbAssignments=101  nbFailedAssignments=27  nbBacktracks=26  nbVisitedNodes=139  nbRestartNogoods=2  mapSize=12
1.70	     nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.175  cpuTime=0.14  mem=20M267
1.74	   
1.74	   search
1.74	     run=2  nbConstraintChecks=226253  nbPropagations=7047  nbRevisions=25813  nbUselessRevisions=13980
1.74	     nbAssignments=191  nbFailedAssignments=75  nbBacktracks=48  nbVisitedNodes=287  nbRestartNogoods=4  mapSize=23
1.74	     nbInferences=0  nbTooLargeKeys=0
1.74	       =>  wckTime=0.215  cpuTime=0.18  mem=21M241
1.79	   
1.79	   search
1.79	     run=3  nbConstraintChecks=333494  nbPropagations=11341  nbRevisions=50019  nbUselessRevisions=28105
1.79	     nbAssignments=303  nbFailedAssignments=135  nbBacktracks=82  nbVisitedNodes=475  nbRestartNogoods=15  mapSize=40
1.79	     nbInferences=4  nbTooLargeKeys=0
1.79	       =>  wckTime=0.262  cpuTime=0.22  mem=21M241
1.85	   
1.85	   search
1.85	     run=4  nbConstraintChecks=466227  nbPropagations=16912  nbRevisions=85982  nbUselessRevisions=49444
1.85	     nbAssignments=451  nbFailedAssignments=219  nbBacktracks=132  nbVisitedNodes=731  nbRestartNogoods=24  mapSize=65
1.85	     nbInferences=4  nbTooLargeKeys=0
1.85	       =>  wckTime=0.32  cpuTime=0.28  mem=21M241
1.93	   
1.93	   search
1.93	     run=5  nbConstraintChecks=694775  nbPropagations=24546  nbRevisions=139513  nbUselessRevisions=82291
1.93	     nbAssignments=638  nbFailedAssignments=316  nbBacktracks=208  nbVisitedNodes=1050  nbRestartNogoods=39  mapSize=102
1.93	     nbInferences=6  nbTooLargeKeys=0
1.93	       =>  wckTime=0.4  cpuTime=0.36  mem=22M216
2.06	   
2.06	   search
2.06	     run=6  nbConstraintChecks=989188  nbPropagations=35070  nbRevisions=221132  nbUselessRevisions=133099
2.06	     nbAssignments=970  nbFailedAssignments=525  nbBacktracks=322  nbVisitedNodes=1648  nbRestartNogoods=47  mapSize=159
2.06	     nbInferences=9  nbTooLargeKeys=0
2.06	       =>  wckTime=0.532  cpuTime=0.48  mem=22M216
2.23	   
2.23	   search
2.23	     run=7  nbConstraintChecks=1498690  nbPropagations=50277  nbRevisions=342745  nbUselessRevisions=210225
2.23	     nbAssignments=1384  nbFailedAssignments=751  nbBacktracks=495  nbVisitedNodes=2385  nbRestartNogoods=56
2.23	     mapSize=253  nbInferences=16  nbTooLargeKeys=0
2.23	       =>  wckTime=0.699  cpuTime=0.64  mem=23M190
2.48	   
2.48	   search
2.48	     run=8  nbConstraintChecks=2091409  nbPropagations=71351  nbRevisions=523437  nbUselessRevisions=325662
2.48	     nbAssignments=2042  nbFailedAssignments=1141  nbBacktracks=751  nbVisitedNodes=3559  nbRestartNogoods=59
2.48	     mapSize=381  nbInferences=22  nbTooLargeKeys=0
2.48	       =>  wckTime=0.954  cpuTime=0.87  mem=25M138
2.83	   
2.83	   search
2.83	     run=9  nbConstraintChecks=3025176  nbPropagations=101589  nbRevisions=797056  nbUselessRevisions=502405
2.83	     nbAssignments=3067  nbFailedAssignments=1756  nbBacktracks=1136  nbVisitedNodes=5387  nbRestartNogoods=78
2.83	     mapSize=574  nbInferences=39  nbTooLargeKeys=0
2.83	       =>  wckTime=1.303  cpuTime=1.23  mem=27M86
3.36	   
3.36	   search
3.36	     run=10  nbConstraintChecks=4546367  nbPropagations=146413  nbRevisions=1192093  nbUselessRevisions=753392
3.36	     nbAssignments=4433  nbFailedAssignments=2448  nbBacktracks=1713  nbVisitedNodes=7748  nbRestartNogoods=91
3.36	     mapSize=860  nbInferences=132  nbTooLargeKeys=0
3.36	       =>  wckTime=1.833  cpuTime=1.74  mem=30M9
4.26	   
4.26	   search
4.26	     run=11  nbConstraintChecks=7371965  nbPropagations=216246  nbRevisions=1811934  nbUselessRevisions=1136292
4.26	     nbAssignments=7003  nbFailedAssignments=4055  nbBacktracks=2580  nbVisitedNodes=12402  nbRestartNogoods=101
4.26	     mapSize=1316  nbInferences=226  nbTooLargeKeys=0
4.26	       =>  wckTime=2.735  cpuTime=2.63  mem=33M905
5.49	   
5.49	   search
5.49	     run=12  nbConstraintChecks=10940154  nbPropagations=321235  nbRevisions=2694170  nbUselessRevisions=1674268
5.49	     nbAssignments=10085  nbFailedAssignments=5466  nbBacktracks=3879  nbVisitedNodes=17676  nbRestartNogoods=120
5.49	     mapSize=1950  nbInferences=592  nbTooLargeKeys=0
5.49	       =>  wckTime=3.966  cpuTime=3.85  mem=41M699
7.35	   
7.35	   search
7.35	     run=13  nbConstraintChecks=16692676  nbPropagations=479324  nbRevisions=4045768  nbUselessRevisions=2498988
7.35	     nbAssignments=15202  nbFailedAssignments=8463  nbBacktracks=5826  nbVisitedNodes=26798  nbRestartNogoods=147
7.35	     mapSize=2914  nbInferences=759  nbTooLargeKeys=0
7.35	       =>  wckTime=5.825  cpuTime=5.69  mem=52M216
10.23	   
10.23	   search
10.23	     run=14  nbConstraintChecks=25380527  nbPropagations=713416  nbRevisions=6154784  nbUselessRevisions=3799381
10.23	     nbAssignments=23336  nbFailedAssignments=13417  nbBacktracks=8745  nbVisitedNodes=41459  nbRestartNogoods=178
10.23	     mapSize=4373  nbInferences=1013  nbTooLargeKeys=0
10.23	       =>  wckTime=8.701  cpuTime=8.51  mem=34M324
14.48	   
14.48	   search
14.48	     run=15  nbConstraintChecks=38679960  nbPropagations=1067442  nbRevisions=9418379  nbUselessRevisions=5834941
14.48	     nbAssignments=34993  nbFailedAssignments=20325  nbBacktracks=13123  nbVisitedNodes=62259  nbRestartNogoods=185
14.48	     mapSize=6549  nbInferences=1377  nbTooLargeKeys=0
14.48	       =>  wckTime=12.949  cpuTime=12.72  mem=56M56
20.64	   
20.65	   search
20.65	     run=16  nbConstraintChecks=57248284  nbPropagations=1596987  nbRevisions=14248960  nbUselessRevisions=8866741
20.65	     nbAssignments=51856  nbFailedAssignments=29829  nbBacktracks=19691  nbVisitedNodes=92134  nbRestartNogoods=196
20.65	     mapSize=9837  nbInferences=2160  nbTooLargeKeys=0
20.65	       =>  wckTime=19.117  cpuTime=18.77  mem=63M311
29.09	   
29.09	   search
29.09	     run=17  nbConstraintChecks=80905204  nbPropagations=2360752  nbRevisions=21371677  nbUselessRevisions=13443496
29.09	     nbAssignments=75860  nbFailedAssignments=43399  nbBacktracks=29543  nbVisitedNodes=134666  nbRestartNogoods=211
29.09	     mapSize=14819  nbInferences=2735  nbTooLargeKeys=0
29.09	       =>  wckTime=27.558  cpuTime=27.08  mem=86M242
43.05	   
43.05	   search
43.05	     run=18  nbConstraintChecks=124309005  nbPropagations=3518052  nbRevisions=32140314  nbUselessRevisions=20322634
43.05	     nbAssignments=113807  nbFailedAssignments=65241  nbBacktracks=44322  nbVisitedNodes=201924  nbRestartNogoods=220
43.05	     mapSize=22082  nbInferences=4053  nbTooLargeKeys=0
43.05	       =>  wckTime=41.521  cpuTime=40.8  mem=108M550
63.54	   
63.54	   search
63.54	     run=19  nbConstraintChecks=185029226  nbPropagations=5238064  nbRevisions=48397507  nbUselessRevisions=30730134
63.54	     nbAssignments=170943  nbFailedAssignments=98202  nbBacktracks=66493  nbVisitedNodes=303361  nbRestartNogoods=255
63.54	     mapSize=33093  nbInferences=6049  nbTooLargeKeys=0
63.54	       =>  wckTime=62.016  cpuTime=61.0  mem=168M341
79.68	   
79.68	   search
79.68	     run=20  nbConstraintChecks=231898151  nbPropagations=7415540  nbRevisions=69118183  nbUselessRevisions=44133611
79.68	     nbAssignments=214333  nbFailedAssignments=121481  nbBacktracks=85261  nbVisitedNodes=379292  nbRestartNogoods=269
79.68	     mapSize=42437  nbInferences=7393  nbTooLargeKeys=0
79.68	       =>  wckTime=78.148  cpuTime=76.88  mem=209M577
79.68	   
79.68	   global
79.68	     nbConstraintChecks=231922447  nbPropagations=7416554  nbRevisions=69118851  nbUselessRevisions=44133611
79.68	     nbRestartNogoods=269  solvingWckTime=78.149  solvingCpuTime=76.88  expiredTime=no  totalExploration=yes
79.68	     nbFoundSolutions=0  globalCpuTime=77.85
79.68	       =>  wckTime=79.362  cpuTime=77.79  mem=209M577
79.68	   
79.68	s UNSATISFIABLE
79.68	d NODES 214333
79.68	d CHECKS 231922447
79.68	   
79.68	   totalWckTime=79.444  totalCpuTime=77.86

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-198738-1168071292 -o ROOT/results/node9/solver-198738-1168071292 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198738-1168071292/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.93 1.98 1.90 4/93 14877
/proc/meminfo: memFree=1227752/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=9948 CPUtime=0
/proc/14876/stat : 14876 (java) S 14874 14876 14498 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 155524385 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/14876/statm: 2487 472 386 14 0 1142 0

[startup+0.103073 s]
/proc/loadavg: 1.93 1.98 1.90 4/93 14877
/proc/meminfo: memFree=1227752/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=914988 CPUtime=0.08
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 2986 0 1 0 7 1 0 0 19 0 8 0 155524385 936947712 2732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228747 2732 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511116 s]
/proc/loadavg: 1.93 1.98 1.90 4/93 14877
/proc/meminfo: memFree=1227752/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915328 CPUtime=0.49
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 6493 0 1 0 45 4 0 0 18 0 8 0 155524385 937295872 6232 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072946499 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228832 6232 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33421 s]
/proc/loadavg: 1.93 1.98 1.90 4/100 14884
/proc/meminfo: memFree=1192176/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915720 CPUtime=1.3
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 12758 0 1 0 105 25 0 0 24 0 8 0 155524385 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152150676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228930 12495 2189 14 0 215400 0
[pid=14876/tid=14878] ppid=14874 vsize=915720 CPUtime=0.06
/proc/14876/task/14878/stat : 14878 (java) S 14874 14876 14498 0 -1 64 881 0 0 0 6 0 0 0 16 0 8 0 155524389 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14879] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14879/stat : 14879 (java) S 14874 14876 14498 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14880] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14880/stat : 14880 (java) S 14874 14876 14498 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14881] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14881/stat : 14881 (java) S 14874 14876 14498 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155524392 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14882] ppid=14874 vsize=915720 CPUtime=0.21
/proc/14876/task/14882/stat : 14882 (java) S 14874 14876 14498 0 -1 64 434 0 0 0 21 0 0 0 16 0 8 0 155524392 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14883] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14883/stat : 14883 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155524392 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14884] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14884/stat : 14884 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155524392 937697280 12495 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915720

[startup+2.98751 s]
/proc/loadavg: 1.93 1.98 1.90 4/100 14884
/proc/meminfo: memFree=1185840/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915720 CPUtime=2.94
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 13218 0 1 0 267 27 0 0 25 0 8 0 155524385 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228930 12954 2530 14 0 215400 0
[pid=14876/tid=14878] ppid=14874 vsize=915720 CPUtime=0.06
/proc/14876/task/14878/stat : 14878 (java) S 14874 14876 14498 0 -1 64 881 0 0 0 6 0 0 0 17 0 8 0 155524389 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14879] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14879/stat : 14879 (java) S 14874 14876 14498 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14880] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14880/stat : 14880 (java) S 14874 14876 14498 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14881] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14881/stat : 14881 (java) S 14874 14876 14498 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155524392 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14882] ppid=14874 vsize=915720 CPUtime=0.33
/proc/14876/task/14882/stat : 14882 (java) S 14874 14876 14498 0 -1 64 493 0 0 0 32 1 0 0 15 0 8 0 155524392 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14883] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14883/stat : 14883 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155524392 937697280 12954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14884] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14884/stat : 14884 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155524392 937697280 12954 18446744073709551615 134512640 134570532 4294956464 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) 915720

[startup+6.26876 s]
/proc/loadavg: 1.93 1.98 1.90 3/100 14884
/proc/meminfo: memFree=1176048/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915720 CPUtime=6.19
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 16404 0 1 0 591 28 0 0 25 0 8 0 155524385 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074024708 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228930 16139 2530 14 0 215400 0
[pid=14876/tid=14878] ppid=14874 vsize=915720 CPUtime=0.06
/proc/14876/task/14878/stat : 14878 (java) S 14874 14876 14498 0 -1 64 881 0 0 0 6 0 0 0 16 0 8 0 155524389 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14879] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14879/stat : 14879 (java) S 14874 14876 14498 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14880] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14880/stat : 14880 (java) S 14874 14876 14498 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14881] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14881/stat : 14881 (java) S 14874 14876 14498 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155524392 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14882] ppid=14874 vsize=915720 CPUtime=0.34
/proc/14876/task/14882/stat : 14882 (java) S 14874 14876 14498 0 -1 64 497 0 0 0 33 1 0 0 16 0 8 0 155524392 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14883] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14883/stat : 14883 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155524392 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14884] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14884/stat : 14884 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155524392 937697280 16139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915720

[startup+12.7595 s]
/proc/loadavg: 1.94 1.98 1.91 3/100 14884
/proc/meminfo: memFree=1151856/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915720 CPUtime=12.62
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 21681 0 1 0 1231 31 0 0 25 0 8 0 155524385 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074044186 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228930 21413 2534 14 0 215400 0
[pid=14876/tid=14878] ppid=14874 vsize=915720 CPUtime=0.09
/proc/14876/task/14878/stat : 14878 (java) S 14874 14876 14498 0 -1 64 4565 0 0 0 8 1 0 0 16 0 8 0 155524389 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14879] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14879/stat : 14879 (java) S 14874 14876 14498 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14880] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14880/stat : 14880 (java) S 14874 14876 14498 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14881] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14881/stat : 14881 (java) S 14874 14876 14498 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155524392 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14882] ppid=14874 vsize=915720 CPUtime=0.34
/proc/14876/task/14882/stat : 14882 (java) S 14874 14876 14498 0 -1 64 499 0 0 0 33 1 0 0 15 0 8 0 155524392 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14883] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14883/stat : 14883 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155524392 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14884] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14884/stat : 14884 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155524392 937697280 21413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915720

[startup+25.604 s]
/proc/loadavg: 1.95 1.98 1.91 3/100 14884
/proc/meminfo: memFree=1124464/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915720 CPUtime=25.35
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 34060 0 1 0 2498 37 0 0 25 0 8 0 155524385 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074024723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228930 33790 2534 14 0 215400 0
[pid=14876/tid=14878] ppid=14874 vsize=915720 CPUtime=0.2
/proc/14876/task/14878/stat : 14878 (java) S 14874 14876 14498 0 -1 64 16942 0 0 0 13 7 0 0 16 0 8 0 155524389 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14879] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14879/stat : 14879 (java) S 14874 14876 14498 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14880] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14880/stat : 14880 (java) S 14874 14876 14498 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14881] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14881/stat : 14881 (java) S 14874 14876 14498 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155524392 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14882] ppid=14874 vsize=915720 CPUtime=0.34
/proc/14876/task/14882/stat : 14882 (java) S 14874 14876 14498 0 -1 64 499 0 0 0 33 1 0 0 15 0 8 0 155524392 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14883] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14883/stat : 14883 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155524392 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14884] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14884/stat : 14884 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155524392 937697280 33790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915720

[startup+51.2209 s]
/proc/loadavg: 1.97 1.98 1.91 3/100 14884
/proc/meminfo: memFree=1058736/2055920 swapFree=4191880/4192956
[pid=14876] ppid=14874 vsize=915720 CPUtime=50.73
/proc/14876/stat : 14876 (java) R 14874 14876 14498 0 -1 0 44947 0 1 0 5031 42 0 0 25 0 8 0 155524385 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074029755 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14876/statm: 228930 44675 2534 14 0 215400 0
[pid=14876/tid=14878] ppid=14874 vsize=915720 CPUtime=0.3
/proc/14876/task/14878/stat : 14878 (java) S 14874 14876 14498 0 -1 64 27827 0 0 0 18 12 0 0 16 0 8 0 155524389 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14879] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14879/stat : 14879 (java) S 14874 14876 14498 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14880] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14880/stat : 14880 (java) S 14874 14876 14498 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155524389 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14881] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14881/stat : 14881 (java) S 14874 14876 14498 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155524392 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14882] ppid=14874 vsize=915720 CPUtime=0.34
/proc/14876/task/14882/stat : 14882 (java) S 14874 14876 14498 0 -1 64 499 0 0 0 33 1 0 0 15 0 8 0 155524392 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14883] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14883/stat : 14883 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155524392 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14876/tid=14884] ppid=14874 vsize=915720 CPUtime=0
/proc/14876/task/14884/stat : 14884 (java) S 14874 14876 14498 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155524392 937697280 44675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 79.7445
CPU time (s): 78.984
CPU user time (s): 78.4431
CPU system time (s): 0.540917
CPU usage (%): 99.0463
Max. virtual memory (cumulated for all children) (KiB): 915720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.4431
system time used= 0.540917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66957
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= 3120
involuntary context switches= 7742

runsolver used 0.111982 s user time and 0.251961 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 08:14:52 UTC 2007


IDJOB= 198738
IDBENCH= 3573
FILE ID= node9/198738-1168071292

PBS_JOBID= 3475710

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198738-1168071292/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-198738-1168071292 -o ROOT/results/node9/solver-198738-1168071292 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198738-1168071292/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5dcfba2c920df87fed4f833be49fd112

RANDOM SEED= 493856167

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.231
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.231
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:       1228168 kB
Buffers:         83176 kB
Cached:         511760 kB
SwapCached:        268 kB
Active:         388504 kB
Inactive:       337316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1228168 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         152576 kB
Slab:            86384 kB
Committed_AS:  4677384 kB
PageTables:       2500 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= 66539 MiB



End job on node9 on Sat Jan  6 08:16:12 UTC 2007