Trace number 198396

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 ESACUNSAT 12.6391 12.6801

DiagnosticValue
CHECKS15546983
NODES531169

General information on the benchmark

Namepigeons/
pigeons-13.xml
MD5SUMebba9308d8fba8fb74004ae0f362c5c5
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 benchmark9.14361
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables13
Number of constraints78
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension78
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/198396-1168128346/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=13  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12
0.39	       =>  wckTime=0.092  cpuTime=0.09  mem=6M951
0.39	   
0.39	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.47	     nbConstraints=78  nbConvertedConstraints=78  nbConvertConstraintsChecks=144  nbExtensionStructures=1
0.47	     nbSharedExtensionStructures=77  nbConflictsStructures=1  nbSharedConflictsStructures=77
0.47	     nbSharedBinaryRepresentations=12  maxDegree=12  maxArity=2
0.47	       =>  wckTime=0.17  cpuTime=0.15  mem=7M992
0.50	   
0.50	   solver IterativeSystematicSolver being built... 
0.66	       =>  wckTime=0.359  cpuTime=0.27  mem=13M391
0.68	   
0.68	   preprocessing
0.68	     nbConstraintChecks=1300  nbPropagations=187  nbRevisions=156  nbUselessRevisions=0  nbSingletonTests=22
0.68	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.68	       =>  wckTime=0.018  cpuTime=0.03  mem=13M391
0.70	   
0.70	   search
0.70	     run=0  nbConstraintChecks=929  nbPropagations=364  nbRevisions=365  nbUselessRevisions=24  nbAssignments=28
0.70	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.033  cpuTime=0.04  mem=14M367
0.70	   
0.70	   search
0.70	     run=1  nbConstraintChecks=1983  nbPropagations=947  nbRevisions=991  nbUselessRevisions=79  nbAssignments=66
0.70	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=115  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.041  cpuTime=0.04  mem=14M367
0.72	   
0.72	   search
0.72	     run=2  nbConstraintChecks=3204  nbPropagations=1813  nbRevisions=1951  nbUselessRevisions=170  nbAssignments=117
0.72	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=206  nbRestartNogoods=7  mapSize=47  nbInferences=0
0.72	     nbTooLargeKeys=0
0.72	       =>  wckTime=0.053  cpuTime=0.05  mem=14M367
0.72	   
0.72	   search
0.72	     run=3  nbConstraintChecks=4629  nbPropagations=3042  nbRevisions=3325  nbUselessRevisions=299  nbAssignments=187
0.72	     nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=331  nbRestartNogoods=12  mapSize=80  nbInferences=1
0.72	     nbTooLargeKeys=0
0.73	       =>  wckTime=0.062  cpuTime=0.06  mem=14M367
0.74	   
0.74	   search
0.74	     run=4  nbConstraintChecks=6240  nbPropagations=4742  nbRevisions=5169  nbUselessRevisions=437  nbAssignments=284
0.74	     nbFailedAssignments=106  nbBacktracks=131  nbVisitedNodes=501  nbRestartNogoods=16  mapSize=131  nbInferences=4
0.74	     nbTooLargeKeys=0
0.74	       =>  wckTime=0.075  cpuTime=0.06  mem=14M367
0.75	   
0.75	   search
0.75	     run=5  nbConstraintChecks=8425  nbPropagations=7138  nbRevisions=7672  nbUselessRevisions=579  nbAssignments=430
0.75	     nbFailedAssignments=152  nbBacktracks=206  nbVisitedNodes=755  nbRestartNogoods=20  mapSize=206  nbInferences=20
0.75	     nbTooLargeKeys=0
0.75	       =>  wckTime=0.088  cpuTime=0.07  mem=14M367
0.77	   
0.77	   search
0.77	     run=6  nbConstraintChecks=11430  nbPropagations=10562  nbRevisions=11144  nbUselessRevisions=725  nbAssignments=649
0.77	     nbFailedAssignments=222  nbBacktracks=319  nbVisitedNodes=1141  nbRestartNogoods=23  mapSize=319  nbInferences=47
0.77	     nbTooLargeKeys=0
0.77	       =>  wckTime=0.105  cpuTime=0.09  mem=14M367
0.79	   
0.79	   search
0.79	     run=7  nbConstraintChecks=15845  nbPropagations=15562  nbRevisions=16093  nbUselessRevisions=889  nbAssignments=986
0.79	     nbFailedAssignments=323  nbBacktracks=489  nbVisitedNodes=1739  nbRestartNogoods=30  mapSize=489  nbInferences=106
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.123  cpuTime=0.1  mem=14M367
0.82	   
0.82	   search
0.82	     run=8  nbConstraintChecks=22547  nbPropagations=22994  nbRevisions=23261  nbUselessRevisions=1068
0.82	     nbAssignments=1504  nbFailedAssignments=465  nbBacktracks=746  nbVisitedNodes=2654  nbRestartNogoods=36
0.82	     mapSize=746  nbInferences=219  nbTooLargeKeys=0
0.82	       =>  wckTime=0.158  cpuTime=0.12  mem=14M367
0.85	   
0.85	   search
0.85	     run=9  nbConstraintChecks=32732  nbPropagations=34184  nbRevisions=33791  nbUselessRevisions=1257
0.85	     nbAssignments=2302  nbFailedAssignments=672  nbBacktracks=1130  nbVisitedNodes=4065  nbRestartNogoods=42
0.85	     mapSize=1130  nbInferences=418  nbTooLargeKeys=0
0.85	       =>  wckTime=0.187  cpuTime=0.13  mem=14M367
0.88	   
0.88	   search
0.88	     run=10  nbConstraintChecks=52246  nbPropagations=52207  nbRevisions=50086  nbUselessRevisions=1483
0.88	     nbAssignments=3690  nbFailedAssignments=922  nbBacktracks=1707  nbVisitedNodes=6488  nbRestartNogoods=48
0.88	     mapSize=1707  nbInferences=962  nbTooLargeKeys=0
0.88	       =>  wckTime=0.22  cpuTime=0.16  mem=14M367
0.92	   
0.92	   search
0.92	     run=11  nbConstraintChecks=81991  nbPropagations=80944  nbRevisions=75160  nbUselessRevisions=1713
0.92	     nbAssignments=5871  nbFailedAssignments=1260  nbBacktracks=2571  nbVisitedNodes=10297  nbRestartNogoods=58
0.92	     mapSize=2571  nbInferences=1923  nbTooLargeKeys=0
0.92	       =>  wckTime=0.26  cpuTime=0.2  mem=14M367
0.99	   
0.99	   search
0.99	     run=12  nbConstraintChecks=131290  nbPropagations=126873  nbRevisions=114177  nbUselessRevisions=1953
0.99	     nbAssignments=9287  nbFailedAssignments=1737  nbBacktracks=3868  nbVisitedNodes=16266  nbRestartNogoods=67
0.99	     mapSize=3868  nbInferences=3540  nbTooLargeKeys=0
0.99	       =>  wckTime=0.324  cpuTime=0.26  mem=14M367
1.08	   
1.08	   search
1.08	     run=13  nbConstraintChecks=205607  nbPropagations=199083  nbRevisions=174273  nbUselessRevisions=2199
1.08	     nbAssignments=14515  nbFailedAssignments=2406  nbBacktracks=5814  nbVisitedNodes=25420  nbRestartNogoods=72
1.08	     mapSize=5814  nbInferences=6136  nbTooLargeKeys=0
1.08	       =>  wckTime=0.418  cpuTime=0.36  mem=14M367
1.25	   
1.25	   search
1.25	     run=14  nbConstraintChecks=353554  nbPropagations=318614  nbRevisions=271514  nbUselessRevisions=2457
1.25	     nbAssignments=23349  nbFailedAssignments=3202  nbBacktracks=8733  nbVisitedNodes=40873  nbRestartNogoods=87
1.25	     mapSize=8733  nbInferences=11205  nbTooLargeKeys=0
1.25	       =>  wckTime=0.586  cpuTime=0.53  mem=15M342
1.52	   
1.52	   search
1.52	     run=15  nbConstraintChecks=619048  nbPropagations=520245  nbRevisions=431713  nbUselessRevisions=2715
1.52	     nbAssignments=38123  nbFailedAssignments=4019  nbBacktracks=13111  nbVisitedNodes=66835  nbRestartNogoods=97
1.52	     mapSize=13111  nbInferences=20768  nbTooLargeKeys=0
1.52	       =>  wckTime=0.862  cpuTime=0.8  mem=15M342
2.08	   
2.08	   search
2.08	     run=16  nbConstraintChecks=1297895  nbPropagations=891714  nbRevisions=723219  nbUselessRevisions=2976
2.08	     nbAssignments=64780  nbFailedAssignments=4837  nbBacktracks=19679  nbVisitedNodes=114391  nbRestartNogoods=105
2.08	     mapSize=19679  nbInferences=40031  nbTooLargeKeys=0
2.08	       =>  wckTime=1.419  cpuTime=1.36  mem=17M292
2.91	   
2.91	   search
2.91	     run=17  nbConstraintChecks=2275478  nbPropagations=1517419  nbRevisions=1209550  nbUselessRevisions=3237
2.91	     nbAssignments=105318  nbFailedAssignments=5793  nbBacktracks=29531  nbVisitedNodes=186481  nbRestartNogoods=118
2.91	     mapSize=29531  nbInferences=69712  nbTooLargeKeys=0
2.91	       =>  wckTime=2.243  cpuTime=2.18  mem=18M529
4.31	   
4.31	   search
4.31	     run=18  nbConstraintChecks=4027929  nbPropagations=2573949  nbRevisions=2027042  nbUselessRevisions=3498
4.31	     nbAssignments=170979  nbFailedAssignments=6817  nbBacktracks=44309  nbVisitedNodes=303947  nbRestartNogoods=136
4.31	     mapSize=44309  nbInferences=119517  nbTooLargeKeys=0
4.31	       =>  wckTime=3.643  cpuTime=3.58  mem=21M455
6.72	   
6.72	   search
6.72	     run=19  nbConstraintChecks=7352043  nbPropagations=4370259  nbRevisions=3420059  nbUselessRevisions=3996
6.72	     nbAssignments=276818  nbFailedAssignments=8096  nbBacktracks=66477  nbVisitedNodes=494551  nbRestartNogoods=157
6.72	     mapSize=66473  nbInferences=201870  nbTooLargeKeys=0
6.72	       =>  wckTime=6.057  cpuTime=5.99  mem=26M331
10.21	   
10.21	   search
10.21	     run=20  nbConstraintChecks=11906559  nbPropagations=7232594  nbRevisions=5634885  nbUselessRevisions=4750
10.21	     nbAssignments=433676  nbFailedAssignments=9297  nbBacktracks=99730  nbVisitedNodes=776048  nbRestartNogoods=173
10.21	     mapSize=99720  nbInferences=324257  nbTooLargeKeys=0
10.21	       =>  wckTime=9.545  cpuTime=9.47  mem=33M230
12.64	   
12.64	   search
12.64	     run=21  nbConstraintChecks=15545683  nbPropagations=10833353  nbRevisions=8429999  nbUselessRevisions=5699
12.64	     nbAssignments=531169  nbFailedAssignments=9665  nbBacktracks=117573  nbVisitedNodes=953427  nbRestartNogoods=179
12.64	     mapSize=117559  nbInferences=403526  nbTooLargeKeys=0
12.64	       =>  wckTime=11.976  cpuTime=11.91  mem=37M131
12.64	   
12.64	   global
12.64	     nbConstraintChecks=15546983  nbPropagations=10833540  nbRevisions=8430155  nbUselessRevisions=5699
12.64	     nbRestartNogoods=179  solvingWckTime=11.977  solvingCpuTime=11.91  expiredTime=no  totalExploration=yes
12.64	     nbFoundSolutions=0  globalCpuTime=12.22
12.64	       =>  wckTime=12.338  cpuTime=12.18  mem=37M131
12.64	   
12.64	s UNSATISFIABLE
12.64	d NODES 531169
12.64	d CHECKS 15546983
12.64	   
12.64	   totalWckTime=12.414  totalCpuTime=12.22

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/node26/watcher-198396-1168128346 -o ROOT/results/node26/solver-198396-1168128346 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198396-1168128346/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.98 1.00 1.08 5/82 3197
/proc/meminfo: memFree=1694336/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3192 vsize=905804 CPUtime=0
/proc/3196/stat : 3196 (java) R 3192 3196 2847 0 -1 0 1570 0 1 0 0 0 0 0 17 0 1 0 161229042 927543296 1319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153443603 0 4 0 7368 0 0 0 17 1 0 0
/proc/3196/statm: 226451 1324 831 14 0 214034 0

[startup+0.104882 s]
/proc/loadavg: 0.98 1.00 1.08 5/82 3197
/proc/meminfo: memFree=1694336/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3192 vsize=914988 CPUtime=0.08
/proc/3196/stat : 3196 (java) R 3192 3196 2847 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 161229042 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3196/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512919 s]
/proc/loadavg: 0.98 1.00 1.08 5/82 3197
/proc/meminfo: memFree=1694336/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3192 vsize=915456 CPUtime=0.49
/proc/3196/stat : 3196 (java) R 3192 3196 2847 0 -1 0 6562 0 1 0 45 4 0 0 16 0 8 0 161229042 937426944 6300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155839970 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3196/statm: 228864 6300 2219 14 0 215334 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915456

[startup+1.33499 s]
/proc/loadavg: 0.98 1.00 1.08 2/88 3232
/proc/meminfo: memFree=1668816/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3192 vsize=915456 CPUtime=1.32
/proc/3196/stat : 3196 (java) R 3192 3196 2847 0 -1 0 8708 0 1 0 125 7 0 0 17 0 8 0 161229042 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918539 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3196/statm: 228864 8446 2541 14 0 215334 0
[pid=3196/tid=3204] ppid=3192 vsize=915456 CPUtime=0.02
/proc/3196/task/3204/stat : 3204 (java) S 3192 3196 2847 0 -1 64 123 0 0 0 2 0 0 0 16 0 8 0 161229046 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3206] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3206/stat : 3206 (java) S 3192 3196 2847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161229046 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3207] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3207/stat : 3207 (java) S 3192 3196 2847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161229046 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3217] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3217/stat : 3217 (java) S 3192 3196 2847 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161229050 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3218] ppid=3192 vsize=915456 CPUtime=0.17
/proc/3196/task/3218/stat : 3218 (java) S 3192 3196 2847 0 -1 64 362 0 0 0 16 1 0 0 16 0 8 0 161229050 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3219] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3219/stat : 3219 (java) S 3192 3196 2847 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 161229050 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3221] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3221/stat : 3221 (java) S 3192 3196 2847 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161229050 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.98815 s]
/proc/loadavg: 0.98 1.00 1.08 3/101 3258
/proc/meminfo: memFree=1642216/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3192 vsize=915456 CPUtime=2.96
/proc/3196/stat : 3196 (java) R 3192 3196 2847 0 -1 0 9572 0 1 0 289 7 0 0 18 0 8 0 161229042 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3196/statm: 228864 9308 2541 14 0 215334 0
[pid=3196/tid=3204] ppid=3192 vsize=915456 CPUtime=0.02
/proc/3196/task/3204/stat : 3204 (java) S 3192 3196 2847 0 -1 64 123 0 0 0 2 0 0 0 17 0 8 0 161229046 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3206] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3206/stat : 3206 (java) S 3192 3196 2847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161229046 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3207] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3207/stat : 3207 (java) S 3192 3196 2847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161229046 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3217] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3217/stat : 3217 (java) S 3192 3196 2847 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161229050 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3218] ppid=3192 vsize=915456 CPUtime=0.17
/proc/3196/task/3218/stat : 3218 (java) S 3192 3196 2847 0 -1 64 363 0 0 0 16 1 0 0 16 0 8 0 161229050 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3219] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3219/stat : 3219 (java) S 3192 3196 2847 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 161229050 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3221] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3221/stat : 3221 (java) S 3192 3196 2847 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161229050 937426944 9308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915456

[startup+6.27445 s]
/proc/loadavg: 1.15 1.03 1.09 3/102 3259
/proc/meminfo: memFree=1596576/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3192 vsize=915456 CPUtime=6.25
/proc/3196/stat : 3196 (java) R 3192 3196 2847 0 -1 0 11114 0 1 0 616 9 0 0 25 0 8 0 161229042 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073709272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3196/statm: 228864 10849 2541 14 0 215334 0
[pid=3196/tid=3204] ppid=3192 vsize=915456 CPUtime=0.02
/proc/3196/task/3204/stat : 3204 (java) S 3192 3196 2847 0 -1 64 123 0 0 0 2 0 0 0 16 0 8 0 161229046 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3206] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3206/stat : 3206 (java) S 3192 3196 2847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161229046 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3207] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3207/stat : 3207 (java) S 3192 3196 2847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161229046 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3196/tid=3217] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3217/stat : 3217 (java) S 3192 3196 2847 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161229050 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3218] ppid=3192 vsize=915456 CPUtime=0.17
/proc/3196/task/3218/stat : 3218 (java) S 3192 3196 2847 0 -1 64 364 0 0 0 16 1 0 0 15 0 8 0 161229050 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3219] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3219/stat : 3219 (java) S 3192 3196 2847 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 161229050 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3196/tid=3221] ppid=3192 vsize=915456 CPUtime=0
/proc/3196/task/3221/stat : 3221 (java) S 3192 3196 2847 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161229050 937426944 10849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 12.6801
CPU time (s): 12.6391
CPU user time (s): 12.5241
CPU system time (s): 0.114982
CPU usage (%): 99.6766
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5241
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14136
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= 929
involuntary context switches= 542

runsolver used 0.017997 s user time and 0.050992 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Jan  7 00:05:46 UTC 2007


IDJOB= 198396
IDBENCH= 3553
FILE ID= node26/198396-1168128346

PBS_JOBID= 3477899

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-13.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198396-1168128346/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-198396-1168128346 -o ROOT/results/node26/solver-198396-1168128346 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198396-1168128346/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ebba9308d8fba8fb74004ae0f362c5c5

RANDOM SEED= 666249547

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.236
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.236
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:       1696240 kB
Buffers:         41444 kB
Cached:         197712 kB
SwapCached:          0 kB
Active:         142264 kB
Inactive:       161220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          83360 kB
Slab:            41364 kB
Committed_AS:  2981980 kB
PageTables:       2112 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= 66535 MiB



End job on node26 on Sun Jan  7 00:06:00 UTC 2007