Trace number 198604

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 13.9659 13.9822

DiagnosticValue
CHECKS17292266
NODES513740

General information on the benchmark

Namepigeons/
pigeons-14.xml
MD5SUM85d77165fcd2b9bc5e32b310d18ffda6
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 benchmark13.9659
SatisfiableNO
(Un)Satisfiability was proved
Number of variables14
Number of constraints91
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension91
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/198604-1168129920/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=14  nbDomainTypes=1  minDomainSize=13  maxDomainSize=13
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.48	     nbConstraints=91  nbConvertedConstraints=91  nbConvertConstraintsChecks=169  nbExtensionStructures=1
0.48	     nbSharedExtensionStructures=90  nbConflictsStructures=1  nbSharedConflictsStructures=90
0.48	     nbSharedBinaryRepresentations=13  maxDegree=13  maxArity=2
0.48	       =>  wckTime=0.175  cpuTime=0.15  mem=7M943
0.51	   
0.51	   solver IterativeSystematicSolver being built... 
0.67	       =>  wckTime=0.365  cpuTime=0.29  mem=13M316
0.69	   
0.69	   preprocessing
0.69	     nbConstraintChecks=1638  nbPropagations=216  nbRevisions=182  nbUselessRevisions=0  nbSingletonTests=24
0.69	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.69	       =>  wckTime=0.021  cpuTime=0.02  mem=13M316
0.70	   
0.70	   search
0.70	     run=0  nbConstraintChecks=1098  nbPropagations=407  nbRevisions=404  nbUselessRevisions=24  nbAssignments=29
0.70	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=50  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.035  cpuTime=0.03  mem=14M308
0.71	   
0.71	   search
0.71	     run=1  nbConstraintChecks=2321  nbPropagations=1047  nbRevisions=1082  nbUselessRevisions=79  nbAssignments=68
0.71	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=117  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.71	     nbTooLargeKeys=0
0.71	       =>  wckTime=0.042  cpuTime=0.03  mem=14M308
0.72	   
0.72	   search
0.72	     run=2  nbConstraintChecks=3711  nbPropagations=1984  nbRevisions=2107  nbUselessRevisions=170  nbAssignments=120
0.72	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=209  nbRestartNogoods=7  mapSize=47  nbInferences=0
0.72	     nbTooLargeKeys=0
0.72	       =>  wckTime=0.055  cpuTime=0.04  mem=14M308
0.73	   
0.73	   search
0.73	     run=3  nbConstraintChecks=5305  nbPropagations=3298  nbRevisions=3559  nbUselessRevisions=299  nbAssignments=191
0.73	     nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=335  nbRestartNogoods=12  mapSize=80  nbInferences=1
0.73	     nbTooLargeKeys=0
0.73	       =>  wckTime=0.064  cpuTime=0.04  mem=14M308
0.74	   
0.74	   search
0.75	     run=4  nbConstraintChecks=7206  nbPropagations=5119  nbRevisions=5557  nbUselessRevisions=460  nbAssignments=291
0.75	     nbFailedAssignments=109  nbBacktracks=131  nbVisitedNodes=513  nbRestartNogoods=16  mapSize=131  nbInferences=3
0.75	     nbTooLargeKeys=0
0.75	       =>  wckTime=0.077  cpuTime=0.05  mem=14M308
0.76	   
0.76	   search
0.76	     run=5  nbConstraintChecks=9603  nbPropagations=7660  nbRevisions=8236  nbUselessRevisions=625  nbAssignments=438
0.76	     nbFailedAssignments=155  nbBacktracks=206  nbVisitedNodes=769  nbRestartNogoods=21  mapSize=206  nbInferences=20
0.76	     nbTooLargeKeys=0
0.76	       =>  wckTime=0.093  cpuTime=0.06  mem=14M308
0.77	   
0.77	   search
0.77	     run=6  nbConstraintChecks=12790  nbPropagations=11249  nbRevisions=11892  nbUselessRevisions=796  nbAssignments=660
0.77	     nbFailedAssignments=221  nbBacktracks=319  nbVisitedNodes=1157  nbRestartNogoods=25  mapSize=319  nbInferences=54
0.77	     nbTooLargeKeys=0
0.77	       =>  wckTime=0.107  cpuTime=0.07  mem=14M308
0.79	   
0.79	   search
0.79	     run=7  nbConstraintChecks=17214  nbPropagations=16366  nbRevisions=17004  nbUselessRevisions=978  nbAssignments=986
0.79	     nbFailedAssignments=328  nbBacktracks=490  nbVisitedNodes=1736  nbRestartNogoods=31  mapSize=490  nbInferences=93
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.126  cpuTime=0.09  mem=14M308
0.82	   
0.82	   search
0.82	     run=8  nbConstraintChecks=23741  nbPropagations=23812  nbRevisions=24285  nbUselessRevisions=1167
0.82	     nbAssignments=1483  nbFailedAssignments=481  nbBacktracks=746  nbVisitedNodes=2618  nbRestartNogoods=39
0.82	     mapSize=746  nbInferences=172  nbTooLargeKeys=0
0.82	       =>  wckTime=0.154  cpuTime=0.11  mem=14M308
0.86	   
0.86	   search
0.86	     run=9  nbConstraintChecks=34715  nbPropagations=35071  nbRevisions=34994  nbUselessRevisions=1367
0.86	     nbAssignments=2284  nbFailedAssignments=690  nbBacktracks=1131  nbVisitedNodes=4017  nbRestartNogoods=48
0.86	     mapSize=1131  nbInferences=361  nbTooLargeKeys=0
0.86	       =>  wckTime=0.189  cpuTime=0.13  mem=14M308
0.89	   
0.89	   search
0.89	     run=10  nbConstraintChecks=52003  nbPropagations=52516  nbRevisions=51073  nbUselessRevisions=1577
0.89	     nbAssignments=3572  nbFailedAssignments=978  nbBacktracks=1708  nbVisitedNodes=6275  nbRestartNogoods=54
0.89	     mapSize=1708  nbInferences=765  nbTooLargeKeys=0
0.89	       =>  wckTime=0.221  cpuTime=0.16  mem=14M308
0.92	   
0.92	   search
0.92	     run=11  nbConstraintChecks=77648  nbPropagations=79294  nbRevisions=75165  nbUselessRevisions=1821
0.92	     nbAssignments=5524  nbFailedAssignments=1379  nbBacktracks=2572  nbVisitedNodes=9688  nbRestartNogoods=64
0.92	     mapSize=2572  nbInferences=1433  nbTooLargeKeys=0
0.92	       =>  wckTime=0.256  cpuTime=0.19  mem=14M308
0.99	   
0.99	   search
0.99	     run=12  nbConstraintChecks=129237  nbPropagations=123885  nbRevisions=113523  nbUselessRevisions=2096
0.99	     nbAssignments=9041  nbFailedAssignments=1800  nbBacktracks=3869  nbVisitedNodes=15815  nbRestartNogoods=75
0.99	     mapSize=3869  nbInferences=3212  nbTooLargeKeys=0
0.99	       =>  wckTime=0.324  cpuTime=0.26  mem=14M308
1.09	   
1.09	   search
1.09	     run=13  nbConstraintChecks=204952  nbPropagations=194644  nbRevisions=173084  nbUselessRevisions=2389
1.09	     nbAssignments=14195  nbFailedAssignments=2509  nbBacktracks=5815  nbVisitedNodes=24863  nbRestartNogoods=83
1.09	     mapSize=5815  nbInferences=5696  nbTooLargeKeys=0
1.09	       =>  wckTime=0.421  cpuTime=0.35  mem=14M308
1.25	   
1.25	   search
1.25	     run=14  nbConstraintChecks=335196  nbPropagations=309180  nbRevisions=267237  nbUselessRevisions=2811
1.25	     nbAssignments=22620  nbFailedAssignments=3353  nbBacktracks=8734  nbVisitedNodes=39629  nbRestartNogoods=91
1.25	     mapSize=8734  nbInferences=10349  nbTooLargeKeys=0
1.25	       =>  wckTime=0.581  cpuTime=0.51  mem=15M348
1.53	   
1.53	   search
1.53	     run=15  nbConstraintChecks=581483  nbPropagations=501974  nbRevisions=421471  nbUselessRevisions=3236
1.53	     nbAssignments=36966  nbFailedAssignments=4226  nbBacktracks=13113  nbVisitedNodes=64807  nbRestartNogoods=106
1.53	     mapSize=13113  nbInferences=19435  nbTooLargeKeys=0
1.53	       =>  wckTime=0.865  cpuTime=0.79  mem=15M348
1.99	   
1.99	   search
1.99	     run=16  nbConstraintChecks=1012568  nbPropagations=823760  nbRevisions=674918  nbUselessRevisions=3663
1.99	     nbAssignments=59661  nbFailedAssignments=5458  nbBacktracks=19682  nbVisitedNodes=104853  nbRestartNogoods=119
1.99	     mapSize=19682  nbInferences=34322  nbTooLargeKeys=0
1.99	       =>  wckTime=1.322  cpuTime=1.25  mem=16M324
2.83	   
2.83	   search
2.83	     run=17  nbConstraintChecks=1902820  nbPropagations=1385366  nbRevisions=1111749  nbUselessRevisions=4099
2.83	     nbAssignments=98816  nbFailedAssignments=6528  nbBacktracks=29534  nbVisitedNodes=174345  nbRestartNogoods=137
2.83	     mapSize=29534  nbInferences=62534  nbTooLargeKeys=0
2.83	       =>  wckTime=2.161  cpuTime=2.09  mem=18M274
4.36	   
4.36	   search
4.36	     run=18  nbConstraintChecks=3713771  nbPropagations=2379129  nbRevisions=1882033  nbUselessRevisions=4535
4.36	     nbAssignments=164079  nbFailedAssignments=7641  nbBacktracks=44313  nbVisitedNodes=291134  nbRestartNogoods=153
4.36	     mapSize=44313  nbInferences=111867  nbTooLargeKeys=0
4.36	       =>  wckTime=3.697  cpuTime=3.63  mem=21M200
6.58	   
6.58	   search
6.58	     run=19  nbConstraintChecks=6188689  nbPropagations=3991125  nbRevisions=3126980  nbUselessRevisions=4973
6.58	     nbAssignments=259766  nbFailedAssignments=9356  nbBacktracks=66482  nbVisitedNodes=461994  nbRestartNogoods=171
6.58	     mapSize=66482  nbInferences=183636  nbTooLargeKeys=0
6.58	       =>  wckTime=5.908  cpuTime=5.83  mem=25M100
11.93	   
12.00	   search
12.00	     run=20  nbConstraintChecks=13936890  nbPropagations=7102142  nbRevisions=5556764  nbUselessRevisions=5411
12.00	     nbAssignments=450770  nbFailedAssignments=9988  nbBacktracks=99734  nbVisitedNodes=811280  nbRestartNogoods=188
12.00	     mapSize=99734  nbInferences=340701  nbTooLargeKeys=0
12.00	       =>  wckTime=11.268  cpuTime=11.19  mem=33M950
13.96	   
13.96	   search
13.96	     run=21  nbConstraintChecks=17290628  nbPropagations=10768452  nbRevisions=8434927  nbUselessRevisions=5865
13.96	     nbAssignments=513740  nbFailedAssignments=10000  nbBacktracks=109175  nbVisitedNodes=927637  nbRestartNogoods=212
13.96	     mapSize=109174  nbInferences=394142  nbTooLargeKeys=0
13.96	       =>  wckTime=13.293  cpuTime=13.21  mem=36M876
13.96	   
13.96	   global
13.96	     nbConstraintChecks=17292266  nbPropagations=10768668  nbRevisions=8435109  nbUselessRevisions=5865
13.96	     nbRestartNogoods=212  solvingWckTime=13.294  solvingCpuTime=13.21  expiredTime=no  totalExploration=yes
13.96	     nbFoundSolutions=0  globalCpuTime=13.54
13.96	       =>  wckTime=13.661  cpuTime=13.5  mem=36M876
13.96	   
13.96	s UNSATISFIABLE
13.96	d NODES 513740
13.96	d CHECKS 17292266
13.96	   
13.96	   totalWckTime=13.737  totalCpuTime=13.54

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/node44/watcher-198604-1168129920 -o ROOT/results/node44/solver-198604-1168129920 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198604-1168129920/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.03 1.01 1.14 3/65 26924
/proc/meminfo: memFree=1521696/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=0 CPUtime=0
/proc/26923/stat : 26923 (runsolver) R 26921 26923 25775 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 161391111 0 0 18446744073709551615 0 0 0 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26923/statm: 0 0 0 0 0 0 0

[startup+0.103431 s]
/proc/loadavg: 1.03 1.01 1.14 3/65 26924
/proc/meminfo: memFree=1521696/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=914988 CPUtime=0.08
/proc/26923/stat : 26923 (java) R 26921 26923 25775 0 -1 0 3001 0 1 0 7 1 0 0 22 0 8 0 161391111 936947712 2747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073443225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26923/statm: 228747 2747 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511467 s]
/proc/loadavg: 1.03 1.01 1.14 3/65 26924
/proc/meminfo: memFree=1521696/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=915456 CPUtime=0.49
/proc/26923/stat : 26923 (java) R 26921 26923 25775 0 -1 0 6538 0 1 0 45 4 0 0 16 0 8 0 161391111 937426944 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26923/statm: 228864 6276 2184 14 0 215334 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915456

[startup+1.33155 s]
/proc/loadavg: 1.02 1.01 1.14 2/72 26931
/proc/meminfo: memFree=1498408/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=915456 CPUtime=1.31
/proc/26923/stat : 26923 (java) R 26921 26923 25775 0 -1 0 8703 0 1 0 125 6 0 0 17 0 8 0 161391111 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073690301 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26923/statm: 228864 8441 2541 14 0 215334 0
[pid=26923/tid=26925] ppid=26921 vsize=915456 CPUtime=0.02
/proc/26923/task/26925/stat : 26925 (java) S 26921 26923 25775 0 -1 64 125 0 0 0 2 0 0 0 16 0 8 0 161391115 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26923/tid=26926] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26926/stat : 26926 (java) S 26921 26923 25775 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26927] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26927/stat : 26927 (java) S 26921 26923 25775 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26928] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26928/stat : 26928 (java) S 26921 26923 25775 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161391118 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26929] ppid=26921 vsize=915456 CPUtime=0.17
/proc/26923/task/26929/stat : 26929 (java) S 26921 26923 25775 0 -1 64 361 0 0 0 16 1 0 0 15 0 8 0 161391118 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26930] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26930/stat : 26930 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161391119 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26931] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26931/stat : 26931 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161391119 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.96772 s]
/proc/loadavg: 1.02 1.01 1.14 2/72 26931
/proc/meminfo: memFree=1496168/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=915456 CPUtime=2.95
/proc/26923/stat : 26923 (java) R 26921 26923 25775 0 -1 0 9527 0 1 0 288 7 0 0 17 0 8 0 161391111 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696282 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26923/statm: 228864 9264 2541 14 0 215334 0
[pid=26923/tid=26925] ppid=26921 vsize=915456 CPUtime=0.02
/proc/26923/task/26925/stat : 26925 (java) S 26921 26923 25775 0 -1 64 125 0 0 0 2 0 0 0 16 0 8 0 161391115 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26923/tid=26926] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26926/stat : 26926 (java) S 26921 26923 25775 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26927] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26927/stat : 26927 (java) S 26921 26923 25775 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26928] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26928/stat : 26928 (java) S 26921 26923 25775 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161391118 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26929] ppid=26921 vsize=915456 CPUtime=0.17
/proc/26923/task/26929/stat : 26929 (java) S 26921 26923 25775 0 -1 64 362 0 0 0 16 1 0 0 16 0 8 0 161391118 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26930] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26930/stat : 26930 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161391119 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26931] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26931/stat : 26931 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161391119 937426944 9264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.25506 s]
/proc/loadavg: 1.02 1.01 1.14 2/72 26931
/proc/meminfo: memFree=1489704/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=915456 CPUtime=6.24
/proc/26923/stat : 26923 (java) R 26921 26923 25775 0 -1 0 10996 0 1 0 616 8 0 0 17 0 8 0 161391111 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073677313 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26923/statm: 228864 10732 2541 14 0 215334 0
[pid=26923/tid=26925] ppid=26921 vsize=915456 CPUtime=0.02
/proc/26923/task/26925/stat : 26925 (java) S 26921 26923 25775 0 -1 64 125 0 0 0 2 0 0 0 16 0 8 0 161391115 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26923/tid=26926] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26926/stat : 26926 (java) S 26921 26923 25775 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26927] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26927/stat : 26927 (java) S 26921 26923 25775 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26928] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26928/stat : 26928 (java) S 26921 26923 25775 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161391118 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26929] ppid=26921 vsize=915456 CPUtime=0.17
/proc/26923/task/26929/stat : 26929 (java) S 26921 26923 25775 0 -1 64 363 0 0 0 16 1 0 0 16 0 8 0 161391118 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26930] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26930/stat : 26930 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161391119 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26931] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26931/stat : 26931 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161391119 937426944 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915456

[startup+12.7217 s]
/proc/loadavg: 1.02 1.01 1.14 2/72 26931
/proc/meminfo: memFree=1478696/2055920 swapFree=4192812/4192956
[pid=26923] ppid=26921 vsize=915456 CPUtime=12.7
/proc/26923/stat : 26923 (java) R 26921 26923 25775 0 -1 0 13587 0 1 0 1261 9 0 0 17 0 8 0 161391111 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073691571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26923/statm: 228864 13322 2541 14 0 215334 0
[pid=26923/tid=26925] ppid=26921 vsize=915456 CPUtime=0.02
/proc/26923/task/26925/stat : 26925 (java) S 26921 26923 25775 0 -1 64 125 0 0 0 2 0 0 0 16 0 8 0 161391115 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26923/tid=26926] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26926/stat : 26926 (java) S 26921 26923 25775 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26927] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26927/stat : 26927 (java) S 26921 26923 25775 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161391115 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26928] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26928/stat : 26928 (java) S 26921 26923 25775 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161391118 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26929] ppid=26921 vsize=915456 CPUtime=0.17
/proc/26923/task/26929/stat : 26929 (java) S 26921 26923 25775 0 -1 64 365 0 0 0 16 1 0 0 16 0 8 0 161391118 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26930] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26930/stat : 26930 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161391119 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26923/tid=26931] ppid=26921 vsize=915456 CPUtime=0
/proc/26923/task/26931/stat : 26931 (java) S 26921 26923 25775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161391119 937426944 13322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 13.9822
CPU time (s): 13.9659
CPU user time (s): 13.8639
CPU system time (s): 0.101984
CPU usage (%): 99.8831
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8639
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14071
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= 1014
involuntary context switches= 125

runsolver used 0.017997 s user time and 0.045993 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Jan  7 00:32:01 UTC 2007


IDJOB= 198604
IDBENCH= 3566
FILE ID= node44/198604-1168129920

PBS_JOBID= 3477653

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  85d77165fcd2b9bc5e32b310d18ffda6

RANDOM SEED= 884823306

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.213
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.213
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:       1522304 kB
Buffers:         31104 kB
Cached:         422388 kB
SwapCached:          0 kB
Active:          55888 kB
Inactive:       412976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          25556 kB
Slab:            50712 kB
Committed_AS:  3149160 kB
PageTables:       1396 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 node44 on Sun Jan  7 00:32:15 UTC 2007