Trace number 198397

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 9.14361 9.24336

DiagnosticValue
CHECKS11141844
NODES395717

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.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/198397-1168071249/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=13  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12
0.38	       =>  wckTime=0.089  cpuTime=0.08  mem=6M951
0.38	   
0.38	   predicates being loaded...
0.38	   
0.38	   constraints being loaded...
0.45	     nbConstraints=78  nbConvertedConstraints=78  nbConvertConstraintsChecks=144  nbExtensionStructures=1
0.45	     nbSharedExtensionStructures=77  nbConflictsStructures=1  nbSharedConflictsStructures=77
0.45	     nbSharedBinaryRepresentations=12  maxDegree=12  maxArity=2
0.45	       =>  wckTime=0.166  cpuTime=0.15  mem=7M992
0.49	   
0.49	   solver IterativeSystematicSolver being built... 
0.63	       =>  wckTime=0.346  cpuTime=0.26  mem=13M427
0.64	   
0.64	   preprocessing
0.64	     nbConstraintChecks=0  nbPropagations=13  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.64	     detectedInconsistency=no
0.64	       =>  wckTime=0.0010  cpuTime=0.0  mem=13M427
0.66	   
0.66	   search
0.66	     run=0  nbConstraintChecks=929  nbPropagations=190  nbRevisions=209  nbUselessRevisions=24  nbAssignments=28
0.66	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.66	     nbTooLargeKeys=0
0.66	       =>  wckTime=0.026  cpuTime=0.02  mem=13M427
0.68	   
0.68	   search
0.68	     run=1  nbConstraintChecks=1983  nbPropagations=599  nbRevisions=679  nbUselessRevisions=79  nbAssignments=66
0.68	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=115  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.68	     nbTooLargeKeys=0
0.68	       =>  wckTime=0.042  cpuTime=0.03  mem=13M427
0.69	   
0.69	   search
0.69	     run=2  nbConstraintChecks=3204  nbPropagations=1291  nbRevisions=1483  nbUselessRevisions=170  nbAssignments=117
0.69	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=206  nbRestartNogoods=7  mapSize=47  nbInferences=0
0.69	     nbTooLargeKeys=0
0.69	       =>  wckTime=0.054  cpuTime=0.04  mem=13M427
0.70	   
0.70	   search
0.70	     run=3  nbConstraintChecks=4629  nbPropagations=2346  nbRevisions=2701  nbUselessRevisions=299  nbAssignments=187
0.70	     nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=331  nbRestartNogoods=12  mapSize=80  nbInferences=1
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.065  cpuTime=0.04  mem=13M427
0.71	   
0.71	   search
0.71	     run=4  nbConstraintChecks=6240  nbPropagations=3871  nbRevisions=4389  nbUselessRevisions=437  nbAssignments=283
0.71	     nbFailedAssignments=106  nbBacktracks=130  nbVisitedNodes=499  nbRestartNogoods=16  mapSize=130  nbInferences=3
0.71	     nbTooLargeKeys=0
0.71	       =>  wckTime=0.079  cpuTime=0.05  mem=13M427
0.73	   
0.73	   search
0.73	     run=5  nbConstraintChecks=8540  nbPropagations=6110  nbRevisions=6793  nbUselessRevisions=604  nbAssignments=431
0.73	     nbFailedAssignments=153  nbBacktracks=205  nbVisitedNodes=758  nbRestartNogoods=20  mapSize=205  nbInferences=20
0.73	     nbTooLargeKeys=0
0.73	       =>  wckTime=0.091  cpuTime=0.06  mem=13M427
0.74	   
0.74	   search
0.74	     run=6  nbConstraintChecks=11610  nbPropagations=9396  nbRevisions=10190  nbUselessRevisions=781  nbAssignments=653
0.74	     nbFailedAssignments=223  nbBacktracks=319  nbVisitedNodes=1150  nbRestartNogoods=24  mapSize=319  nbInferences=50
0.74	     nbTooLargeKeys=0
0.74	       =>  wckTime=0.109  cpuTime=0.07  mem=13M427
0.76	   
0.76	   search
0.76	     run=7  nbConstraintChecks=15839  nbPropagations=14181  nbRevisions=15038  nbUselessRevisions=976  nbAssignments=975
0.76	     nbFailedAssignments=333  nbBacktracks=489  nbVisitedNodes=1725  nbRestartNogoods=31  mapSize=489  nbInferences=83
0.76	     nbTooLargeKeys=0
0.76	       =>  wckTime=0.127  cpuTime=0.08  mem=13M427
0.79	   
0.79	   search
0.79	     run=8  nbConstraintChecks=22624  nbPropagations=21436  nbRevisions=22120  nbUselessRevisions=1175
0.79	     nbAssignments=1499  nbFailedAssignments=477  nbBacktracks=745  nbVisitedNodes=2654  nbRestartNogoods=40
0.79	     mapSize=745  nbInferences=200  nbTooLargeKeys=0
0.79	       =>  wckTime=0.153  cpuTime=0.1  mem=13M427
0.82	   
0.82	   search
0.82	     run=9  nbConstraintChecks=32658  nbPropagations=32420  nbRevisions=32541  nbUselessRevisions=1384
0.82	     nbAssignments=2294  nbFailedAssignments=684  nbBacktracks=1129  nbVisitedNodes=4059  nbRestartNogoods=48
0.82	     mapSize=1129  nbInferences=396  nbTooLargeKeys=0
0.82	       =>  wckTime=0.188  cpuTime=0.12  mem=13M427
0.85	   
0.85	   search
0.85	     run=10  nbConstraintChecks=49628  nbPropagations=49719  nbRevisions=48355  nbUselessRevisions=1597
0.85	     nbAssignments=3613  nbFailedAssignments=959  nbBacktracks=1706  nbVisitedNodes=6387  nbRestartNogoods=55
0.85	     mapSize=1706  nbInferences=855  nbTooLargeKeys=0
0.85	       =>  wckTime=0.218  cpuTime=0.14  mem=13M427
0.89	   
0.89	   search
0.89	     run=11  nbConstraintChecks=78992  nbPropagations=77667  nbRevisions=72913  nbUselessRevisions=1815
0.89	     nbAssignments=5780  nbFailedAssignments=1302  nbBacktracks=2571  nbVisitedNodes=10191  nbRestartNogoods=63
0.89	     mapSize=2571  nbInferences=1806  nbTooLargeKeys=0
0.89	       =>  wckTime=0.254  cpuTime=0.18  mem=14M403
0.95	   
0.95	   search
0.95	     run=12  nbConstraintChecks=125110  nbPropagations=122098  nbRevisions=110916  nbUselessRevisions=2042
0.95	     nbAssignments=9098  nbFailedAssignments=1796  nbBacktracks=3868  nbVisitedNodes=16017  nbRestartNogoods=72
0.95	     mapSize=3868  nbInferences=3326  nbTooLargeKeys=0
0.95	       =>  wckTime=0.312  cpuTime=0.23  mem=14M403
1.05	   
1.05	   search
1.05	     run=13  nbConstraintChecks=226700  nbPropagations=198701  nbRevisions=174147  nbUselessRevisions=2277
1.05	     nbAssignments=15049  nbFailedAssignments=2320  nbBacktracks=5814  nbVisitedNodes=26488  nbRestartNogoods=78
1.05	     mapSize=5814  nbInferences=6798  nbTooLargeKeys=0
1.05	       =>  wckTime=0.417  cpuTime=0.34  mem=14M403
1.22	   
1.22	   search
1.22	     run=14  nbConstraintChecks=379639  nbPropagations=324695  nbRevisions=275641  nbUselessRevisions=2524
1.22	     nbAssignments=24223  nbFailedAssignments=3001  nbBacktracks=8733  nbVisitedNodes=42590  nbRestartNogoods=89
1.22	     mapSize=8733  nbInferences=12364  nbTooLargeKeys=0
1.22	       =>  wckTime=0.582  cpuTime=0.5  mem=14M403
1.47	   
1.47	   search
1.47	     run=15  nbConstraintChecks=615929  nbPropagations=526714  nbRevisions=435555  nbUselessRevisions=2771
1.47	     nbAssignments=38309  nbFailedAssignments=3903  nbBacktracks=13111  nbVisitedNodes=67279  nbRestartNogoods=101
1.47	     mapSize=13111  nbInferences=21163  nbTooLargeKeys=0
1.47	       =>  wckTime=0.834  cpuTime=0.75  mem=15M378
1.98	   
1.98	   search
1.98	     run=16  nbConstraintChecks=1251594  nbPropagations=889774  nbRevisions=720428  nbUselessRevisions=3019
1.98	     nbAssignments=63933  nbFailedAssignments=4914  nbBacktracks=19680  nbVisitedNodes=112964  nbRestartNogoods=112
1.98	     mapSize=19680  nbInferences=39202  nbTooLargeKeys=0
1.98	       =>  wckTime=1.344  cpuTime=1.25  mem=16M353
2.71	   
2.71	   search
2.71	     run=17  nbConstraintChecks=2096691  nbPropagations=1486734  nbRevisions=1183410  nbUselessRevisions=3267
2.71	     nbAssignments=102700  nbFailedAssignments=5928  nbBacktracks=29533  nbVisitedNodes=181651  nbRestartNogoods=123
2.71	     mapSize=29533  nbInferences=67094  nbTooLargeKeys=0
2.71	       =>  wckTime=2.078  cpuTime=1.98  mem=18M303
4.16	   
4.16	   search
4.16	     run=18  nbConstraintChecks=4033602  nbPropagations=2540778  nbRevisions=1999440  nbUselessRevisions=3517
4.16	     nbAssignments=170468  nbFailedAssignments=6895  nbBacktracks=44312  nbVisitedNodes=303370  nbRestartNogoods=139
4.16	     mapSize=44312  nbInferences=119112  nbTooLargeKeys=0
4.16	       =>  wckTime=3.528  cpuTime=3.42  mem=21M229
6.28	   
6.28	   search
6.28	     run=19  nbConstraintChecks=6891105  nbPropagations=4258504  nbRevisions=3330794  nbUselessRevisions=4055
6.28	     nbAssignments=269161  nbFailedAssignments=8454  nbBacktracks=66480  nbVisitedNodes=479975  nbRestartNogoods=152
6.28	     mapSize=66429  nbInferences=194070  nbTooLargeKeys=0
6.28	       =>  wckTime=5.644  cpuTime=5.52  mem=25M130
9.20	   
9.20	   search
9.21	     run=20  nbConstraintChecks=11141844  nbPropagations=6885574  nbRevisions=5373229  nbUselessRevisions=4738
9.21	     nbAssignments=395717  nbFailedAssignments=9320  nbBacktracks=92062  nbVisitedNodes=708265  nbRestartNogoods=169
9.21	     mapSize=91923  nbInferences=294179  nbTooLargeKeys=0
9.21	       =>  wckTime=8.57  cpuTime=8.42  mem=30M5
9.21	   
9.21	   global
9.21	     nbConstraintChecks=11141844  nbPropagations=6885587  nbRevisions=5373229  nbUselessRevisions=4738
9.21	     nbRestartNogoods=169  solvingWckTime=8.571  solvingCpuTime=8.42  expiredTime=no  totalExploration=yes
9.21	     nbFoundSolutions=0  globalCpuTime=8.72
9.21	       =>  wckTime=8.919  cpuTime=8.68  mem=30M5
9.21	   
9.21	s UNSATISFIABLE
9.21	d NODES 395717
9.21	d CHECKS 11141844
9.21	   
9.21	   totalWckTime=8.995  totalCpuTime=8.72

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/node75/watcher-198397-1168071249 -o ROOT/results/node75/solver-198397-1168071249 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198397-1168071249/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.01 1.41 1.63 5/80 21748
/proc/meminfo: memFree=1709480/2055920 swapFree=4184496/4192956
[pid=21747] ppid=21745 vsize=89776 CPUtime=0
/proc/21747/stat : 21747 (java) D 21745 21747 21295 0 -1 0 1273 0 1 0 0 0 0 0 17 0 1 0 155524705 91930624 1022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099855350 0 0 17 1 0 0
/proc/21747/statm: 22444 1022 811 14 0 10027 0
[pid=21747/tid=21749] ppid=21745 vsize=906644 CPUtime=0
/proc/21747/task/21749/stat : 21749 (java) R 21745 21747 21295 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 155524708 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.102747 s]
/proc/loadavg: 1.01 1.41 1.63 5/80 21748
/proc/meminfo: memFree=1709480/2055920 swapFree=4184496/4192956
[pid=21747] ppid=21745 vsize=914988 CPUtime=0.09
/proc/21747/stat : 21747 (java) R 21745 21747 21295 0 -1 0 3076 0 1 0 8 1 0 0 17 0 8 0 155524705 936947712 2822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7518032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 228747 2822 1455 14 0 215242 0
[pid=21747/tid=21749] ppid=21745 vsize=914988 CPUtime=0
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21295 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155524708 936947712 2822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510795 s]
/proc/loadavg: 1.01 1.41 1.63 5/80 21748
/proc/meminfo: memFree=1709480/2055920 swapFree=4184496/4192956
[pid=21747] ppid=21745 vsize=915456 CPUtime=0.49
/proc/21747/stat : 21747 (java) R 21745 21747 21295 0 -1 0 6761 0 1 0 46 3 0 0 18 0 8 0 155524705 937426944 6499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 228864 6499 2390 14 0 215334 0
[pid=21747/tid=21749] ppid=21745 vsize=915456 CPUtime=0.02
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21295 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 155524708 937426944 6499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915456

[startup+1.33189 s]
/proc/loadavg: 1.01 1.41 1.63 3/87 21755
/proc/meminfo: memFree=1684528/2055920 swapFree=4184496/4192956
[pid=21747] ppid=21745 vsize=915456 CPUtime=1.3
/proc/21747/stat : 21747 (java) R 21745 21747 21295 0 -1 0 8640 0 1 0 125 5 0 0 22 0 8 0 155524705 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073341205 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 228864 8378 2532 14 0 215334 0
[pid=21747/tid=21749] ppid=21745 vsize=915456 CPUtime=0.02
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21295 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 155524708 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21295 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524709 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21295 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155524709 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21295 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155524712 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21745 vsize=915456 CPUtime=0.17
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21295 0 -1 64 361 0 0 0 16 1 0 0 16 0 8 0 155524712 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21295 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155524712 937426944 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21295 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155524712 937426944 8378 18446744073709551615 134512640 134570532 4294956480 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) 915456

[startup+2.96908 s]
/proc/loadavg: 1.01 1.41 1.63 3/87 21755
/proc/meminfo: memFree=1680304/2055920 swapFree=4184496/4192956
[pid=21747] ppid=21745 vsize=915456 CPUtime=2.93
/proc/21747/stat : 21747 (java) R 21745 21747 21295 0 -1 0 9527 0 1 0 287 6 0 0 25 0 8 0 155524705 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073714595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 228864 9264 2532 14 0 215334 0
[pid=21747/tid=21749] ppid=21745 vsize=915456 CPUtime=0.02
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21295 0 -1 64 124 0 0 0 2 0 0 0 16 0 8 0 155524708 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21295 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524709 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21295 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155524709 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21295 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155524712 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21745 vsize=915456 CPUtime=0.18
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21295 0 -1 64 362 0 0 0 17 1 0 0 16 0 8 0 155524712 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21295 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155524712 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21295 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155524712 937426944 9264 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) 915456

[startup+6.25847 s]
/proc/loadavg: 1.08 1.42 1.63 3/87 21755
/proc/meminfo: memFree=1657008/2055920 swapFree=4184496/4192956
[pid=21747] ppid=21745 vsize=915456 CPUtime=6.19
/proc/21747/stat : 21747 (java) R 21745 21747 21295 0 -1 0 11127 0 1 0 613 6 0 0 25 0 8 0 155524705 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 228864 10862 2532 14 0 215334 0
[pid=21747/tid=21749] ppid=21745 vsize=915456 CPUtime=0.02
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21295 0 -1 64 124 0 0 0 2 0 0 0 17 0 8 0 155524708 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21295 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155524709 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21295 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155524709 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21295 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155524712 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21745 vsize=915456 CPUtime=0.18
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21295 0 -1 64 363 0 0 0 17 1 0 0 16 0 8 0 155524712 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21295 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155524712 937426944 10862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21745 vsize=915456 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21295 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155524712 937426944 10862 18446744073709551615 134512640 134570532 4294956480 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) 915456

Child status: 0
Real time (s): 9.24336
CPU time (s): 9.14361
CPU user time (s): 9.06662
CPU system time (s): 0.076988
CPU usage (%): 98.9209
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.06662
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12473
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= 854
involuntary context switches= 1322

runsolver used 0.015997 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 08:14:10 UTC 2007


IDJOB= 198397
IDBENCH= 3553
FILE ID= node75/198397-1168071249

PBS_JOBID= 3475949

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ebba9308d8fba8fb74004ae0f362c5c5

RANDOM SEED= 836369660

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1714056 kB
Buffers:          1248 kB
Cached:         227716 kB
SwapCached:       1216 kB
Active:         114444 kB
Inactive:       176636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714056 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            3444 kB
Writeback:           0 kB
Mapped:          79528 kB
Slab:            35880 kB
Committed_AS:  3875280 kB
PageTables:       1944 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 node75 on Sat Jan  6 08:14:24 UTC 2007