Trace number 231010

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 90.9062 91.7828

DiagnosticValue
CHECKS712408004
NODES287605

General information on the benchmark

Namegeom/
geo50-20-d4-75-12_ext.xml
MD5SUM1e2a235a3c836e1c395f72c26b0a35d9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.8056
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables50
Number of constraints520
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension520
Number of constraints which are defined in intension0
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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/231010-1168081111/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.40	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.68	     nbConstraints=520  nbRelationTypes=520  nbExtensionStructures=520  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=520  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5405  maxDegree=36
0.68	     maxArity=2
0.68	       =>  wckTime=0.376  cpuTime=0.28  mem=16M704
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.567  cpuTime=0.4  mem=15M318
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M318
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=45137  nbPropagations=540  nbRevisions=6592  nbUselessRevisions=5325  nbAssignments=22
0.93	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.055  cpuTime=0.04  mem=15M318
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=107790  nbPropagations=1686  nbRevisions=22278  nbUselessRevisions=18186
0.96	     nbAssignments=49  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=84  nbRestartNogoods=3  mapSize=24
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.081  cpuTime=0.06  mem=15M318
0.98	   
0.98	   search
0.98	     run=2  nbConstraintChecks=220004  nbPropagations=3870  nbRevisions=54814  nbUselessRevisions=45024
0.98	     nbAssignments=95  nbFailedAssignments=32  nbBacktracks=48  nbVisitedNodes=166  nbRestartNogoods=5  mapSize=46
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.106  cpuTime=0.08  mem=15M318
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=370849  nbPropagations=7413  nbRevisions=109999  nbUselessRevisions=90522
1.01	     nbAssignments=159  nbFailedAssignments=58  nbBacktracks=82  nbVisitedNodes=277  nbRestartNogoods=8  mapSize=77
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.131  cpuTime=0.11  mem=15M318
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=547942  nbPropagations=12675  nbRevisions=193373  nbUselessRevisions=159067
1.05	     nbAssignments=245  nbFailedAssignments=88  nbBacktracks=132  nbVisitedNodes=420  nbRestartNogoods=10  mapSize=115
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.17  cpuTime=0.14  mem=15M318
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=883717  nbPropagations=20939  nbRevisions=328201  nbUselessRevisions=270237
1.10	     nbAssignments=379  nbFailedAssignments=142  nbBacktracks=207  nbVisitedNodes=659  nbRestartNogoods=12  mapSize=183
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.226  cpuTime=0.19  mem=15M318
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=1457989  nbPropagations=34060  nbRevisions=545965  nbUselessRevisions=448590
1.19	     nbAssignments=606  nbFailedAssignments=252  nbBacktracks=320  nbVisitedNodes=1074  nbRestartNogoods=18  mapSize=294
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.318  cpuTime=0.28  mem=15M318
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=2186837  nbPropagations=53881  nbRevisions=880251  nbUselessRevisions=724142
1.31	     nbAssignments=916  nbFailedAssignments=386  nbBacktracks=490  nbVisitedNodes=1633  nbRestartNogoods=20  mapSize=454
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.428  cpuTime=0.39  mem=15M318
1.47	   
1.47	   search
1.47	     run=8  nbConstraintChecks=3294267  nbPropagations=83555  nbRevisions=1379269  nbUselessRevisions=1134199
1.47	     nbAssignments=1370  nbFailedAssignments=579  nbBacktracks=747  nbVisitedNodes=2450  nbRestartNogoods=28
1.47	     mapSize=696  nbInferences=0  nbTooLargeKeys=0
1.47	       =>  wckTime=0.594  cpuTime=0.55  mem=15M318
1.70	   
1.70	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=15M318)
1.72	   
1.72	   search
1.72	     run=9  nbConstraintChecks=4989973  nbPropagations=128310  nbRevisions=2137479  nbUselessRevisions=1758845
1.72	     nbAssignments=2084  nbFailedAssignments=906  nbBacktracks=1131  nbVisitedNodes=3760  nbRestartNogoods=34
1.72	       =>  wckTime=0.842  cpuTime=0.78  mem=15M318
2.08	   
2.08	   search
2.08	     run=10  nbConstraintChecks=7731916  nbPropagations=195985  nbRevisions=3286655  nbUselessRevisions=2701355
2.08	     nbAssignments=3184  nbFailedAssignments=1425  nbBacktracks=1709  nbVisitedNodes=5766  nbRestartNogoods=40
2.08	       =>  wckTime=1.199  cpuTime=1.13  mem=15M318
2.60	   
2.60	   search
2.60	     run=11  nbConstraintChecks=11764975  nbPropagations=298752  nbRevisions=5073984  nbUselessRevisions=4173084
2.60	     nbAssignments=4851  nbFailedAssignments=2224  nbBacktracks=2573  nbVisitedNodes=8833  nbRestartNogoods=44
2.60	       =>  wckTime=1.726  cpuTime=1.64  mem=15M318
3.37	   
3.37	   search
3.37	     run=12  nbConstraintChecks=17770791  nbPropagations=453674  nbRevisions=7741495  nbUselessRevisions=6360822
3.37	     nbAssignments=7245  nbFailedAssignments=3317  nbBacktracks=3871  nbVisitedNodes=13179  nbRestartNogoods=55
3.37	       =>  wckTime=2.494  cpuTime=2.41  mem=15M318
4.51	   
4.51	   search
4.51	     run=13  nbConstraintChecks=26674651  nbPropagations=686887  nbRevisions=11757627  nbUselessRevisions=9655669
4.51	     nbAssignments=10817  nbFailedAssignments=4939  nbBacktracks=5818  nbVisitedNodes=19683  nbRestartNogoods=60
4.51	       =>  wckTime=3.637  cpuTime=3.54  mem=15M318
6.23	   
6.23	   search
6.23	     run=14  nbConstraintChecks=40270464  nbPropagations=1036015  nbRevisions=17779360  nbUselessRevisions=14589546
6.23	     nbAssignments=16166  nbFailedAssignments=7364  nbBacktracks=8737  nbVisitedNodes=29428  nbRestartNogoods=72
6.23	       =>  wckTime=5.358  cpuTime=5.25  mem=15M318
8.67	   
8.67	   search
8.67	     run=15  nbConstraintChecks=59106049  nbPropagations=1552209  nbRevisions=26729196  nbUselessRevisions=21935054
8.67	     nbAssignments=24153  nbFailedAssignments=10967  nbBacktracks=13116  nbVisitedNodes=43942  nbRestartNogoods=90
8.67	       =>  wckTime=7.796  cpuTime=7.66  mem=15M318
12.61	   
12.61	   search
12.61	     run=16  nbConstraintChecks=90157884  nbPropagations=2335953  nbRevisions=40358442  nbUselessRevisions=33116279
12.61	     nbAssignments=36633  nbFailedAssignments=16871  nbBacktracks=19686  nbVisitedNodes=66782  nbRestartNogoods=105
12.61	       =>  wckTime=11.736  cpuTime=11.57  mem=15M318
18.25	   
18.25	   search
18.25	     run=17  nbConstraintChecks=134307565  nbPropagations=3508758  nbRevisions=60741303  nbUselessRevisions=49850811
18.25	     nbAssignments=54715  nbFailedAssignments=25096  nbBacktracks=29539  nbVisitedNodes=99718  nbRestartNogoods=118
18.25	       =>  wckTime=17.372  cpuTime=17.16  mem=15M318
26.68	   
26.68	   search
26.68	     run=18  nbConstraintChecks=200190920  nbPropagations=5258195  nbRevisions=91314869  nbUselessRevisions=74985200
26.68	     nbAssignments=81860  nbFailedAssignments=37458  nbBacktracks=44319  nbVisitedNodes=149164  nbRestartNogoods=125
26.68	       =>  wckTime=25.804  cpuTime=25.52  mem=15M318
39.67	   
39.67	   search
39.67	     run=19  nbConstraintChecks=302292707  nbPropagations=7893091  nbRevisions=137470664  nbUselessRevisions=112939578
39.67	     nbAssignments=123173  nbFailedAssignments=56598  nbBacktracks=66487  nbVisitedNodes=224716  nbRestartNogoods=137
39.67	       =>  wckTime=38.796  cpuTime=38.37  mem=15M318
58.94	   
58.94	   search
58.94	     run=20  nbConstraintChecks=453707328  nbPropagations=11842017  nbRevisions=207108727  nbUselessRevisions=170272474
58.94	     nbAssignments=184874  nbFailedAssignments=85043  nbBacktracks=99740  nbVisitedNodes=337451  nbRestartNogoods=156
58.94	       =>  wckTime=58.063  cpuTime=57.48  mem=15M318
88.78	   
88.78	   search
88.78	     run=21  nbConstraintChecks=688998881  nbPropagations=17807635  nbRevisions=313280679  nbUselessRevisions=257831155
88.78	     nbAssignments=278223  nbFailedAssignments=128510  nbBacktracks=149618  nbVisitedNodes=508273  nbRestartNogoods=165
88.78	       =>  wckTime=87.904  cpuTime=87.03  mem=15M318
91.75	   
91.75	   search
91.75	     run=22  nbConstraintChecks=712408004  nbPropagations=23973113  nbRevisions=423108700  nbUselessRevisions=348417880
91.75	     nbAssignments=287605  nbFailedAssignments=132769  nbBacktracks=154742  nbVisitedNodes=525411  nbRestartNogoods=183
91.75	       =>  wckTime=90.872  cpuTime=89.97  mem=15M318
91.75	   
91.75	   global
91.75	     nbConstraintChecks=712408004  nbPropagations=23973163  nbRevisions=423108700  nbUselessRevisions=348417880
91.75	     nbRestartNogoods=183  solvingWckTime=90.873  solvingCpuTime=89.97  expiredTime=no  totalExploration=yes
91.75	     nbFoundSolutions=0  globalCpuTime=90.43
91.75	       =>  wckTime=91.443  cpuTime=90.37  mem=15M318
91.75	   
91.75	s UNSATISFIABLE
91.75	d NODES 287605
91.75	d CHECKS 712408004
91.75	   
91.75	   totalWckTime=91.521  totalCpuTime=90.44

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/node25/watcher-231010-1168081111 -o ROOT/results/node25/solver-231010-1168081111 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231010-1168081111/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.94 0.78 0.88 3/93 31474
/proc/meminfo: memFree=1619888/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=18540 CPUtime=0
/proc/31473/stat : 31473 (runsolver) R 31471 31473 30875 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156504830 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31473/statm: 4635 279 244 17 0 2626 0

[startup+0.108527 s]
/proc/loadavg: 0.94 0.78 0.88 3/93 31474
/proc/meminfo: memFree=1619888/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=914988 CPUtime=0.08
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 2987 0 1 0 7 1 0 0 24 0 8 0 156504830 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517093 s]
/proc/loadavg: 0.94 0.78 0.88 3/93 31474
/proc/meminfo: memFree=1619888/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915328 CPUtime=0.48
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 6931 0 1 0 44 4 0 0 25 0 8 0 156504830 937295872 6670 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228832 6670 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34774 s]
/proc/loadavg: 0.94 0.78 0.88 3/100 31481
/proc/meminfo: memFree=1593400/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915544 CPUtime=1.3
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 9324 0 1 0 124 6 0 0 25 0 8 0 156504830 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844482 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228886 9062 2513 14 0 215356 0
[pid=31473/tid=31475] ppid=31471 vsize=915544 CPUtime=0.03
/proc/31473/task/31475/stat : 31475 (java) S 31471 31473 30875 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 156504834 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31476] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31476/stat : 31476 (java) S 31471 31473 30875 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156504835 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31477] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31477/stat : 31477 (java) S 31471 31473 30875 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156504835 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31478] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31478/stat : 31478 (java) S 31471 31473 30875 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156504838 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31479] ppid=31471 vsize=915544 CPUtime=0.19
/proc/31473/task/31479/stat : 31479 (java) S 31471 31473 30875 0 -1 64 387 0 0 0 19 0 0 0 15 0 8 0 156504838 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31480/stat : 31480 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156504838 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31481] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31481/stat : 31481 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156504838 937517056 9062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915544

[startup+2.98902 s]
/proc/loadavg: 0.94 0.78 0.88 3/100 31481
/proc/meminfo: memFree=1593272/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915544 CPUtime=2.93
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 9341 0 1 0 287 6 0 0 25 0 8 0 156504830 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861525 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228886 9077 2513 14 0 215356 0
[pid=31473/tid=31475] ppid=31471 vsize=915544 CPUtime=0.03
/proc/31473/task/31475/stat : 31475 (java) S 31471 31473 30875 0 -1 64 398 0 0 0 3 0 0 0 17 0 8 0 156504834 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31476] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31476/stat : 31476 (java) S 31471 31473 30875 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156504835 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31477] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31477/stat : 31477 (java) S 31471 31473 30875 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156504835 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31478] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31478/stat : 31478 (java) S 31471 31473 30875 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156504838 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31479] ppid=31471 vsize=915544 CPUtime=0.22
/proc/31473/task/31479/stat : 31479 (java) S 31471 31473 30875 0 -1 64 403 0 0 0 22 0 0 0 15 0 8 0 156504838 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31480/stat : 31480 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156504838 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31481] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31481/stat : 31481 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156504838 937517056 9077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915544

[startup+6.27958 s]
/proc/loadavg: 1.03 0.80 0.89 3/100 31481
/proc/meminfo: memFree=1593272/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915544 CPUtime=6.2
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 9342 0 1 0 614 6 0 0 25 0 8 0 156504830 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858073 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228886 9078 2513 14 0 215356 0
[pid=31473/tid=31475] ppid=31471 vsize=915544 CPUtime=0.03
/proc/31473/task/31475/stat : 31475 (java) S 31471 31473 30875 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 156504834 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31476] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31476/stat : 31476 (java) S 31471 31473 30875 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31477] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31477/stat : 31477 (java) S 31471 31473 30875 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31478] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31478/stat : 31478 (java) S 31471 31473 30875 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31479] ppid=31471 vsize=915544 CPUtime=0.22
/proc/31473/task/31479/stat : 31479 (java) S 31471 31473 30875 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31480/stat : 31480 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31481] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31481/stat : 31481 (java) R 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915544

[startup+12.7577 s]
/proc/loadavg: 1.10 0.82 0.89 3/100 31481
/proc/meminfo: memFree=1593272/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915544 CPUtime=12.62
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 9343 0 1 0 1256 6 0 0 25 0 8 0 156504830 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842563 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228886 9078 2513 14 0 215356 0
[pid=31473/tid=31475] ppid=31471 vsize=915544 CPUtime=0.03
/proc/31473/task/31475/stat : 31475 (java) S 31471 31473 30875 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 156504834 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31476] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31476/stat : 31476 (java) S 31471 31473 30875 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31477] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31477/stat : 31477 (java) S 31471 31473 30875 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31478] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31478/stat : 31478 (java) S 31471 31473 30875 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31479] ppid=31471 vsize=915544 CPUtime=0.22
/proc/31473/task/31479/stat : 31479 (java) S 31471 31473 30875 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31480/stat : 31480 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31481] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31481/stat : 31481 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915544

[startup+25.6009 s]
/proc/loadavg: 1.30 0.88 0.91 3/100 31481
/proc/meminfo: memFree=1593272/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915544 CPUtime=25.36
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 9343 0 1 0 2530 6 0 0 25 0 8 0 156504830 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228886 9078 2513 14 0 215356 0
[pid=31473/tid=31475] ppid=31471 vsize=915544 CPUtime=0.03
/proc/31473/task/31475/stat : 31475 (java) S 31471 31473 30875 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 156504834 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31476] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31476/stat : 31476 (java) S 31471 31473 30875 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31477] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31477/stat : 31477 (java) S 31471 31473 30875 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31478] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31478/stat : 31478 (java) S 31471 31473 30875 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31479] ppid=31471 vsize=915544 CPUtime=0.22
/proc/31473/task/31479/stat : 31479 (java) S 31471 31473 30875 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31480/stat : 31480 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31481] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31481/stat : 31481 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915544

[startup+51.2112 s]
/proc/loadavg: 1.54 0.97 0.94 3/100 31481
/proc/meminfo: memFree=1593336/2055920 swapFree=4192812/4192956
[pid=31473] ppid=31471 vsize=915544 CPUtime=50.72
/proc/31473/stat : 31473 (java) R 31471 31473 30875 0 -1 0 9343 0 1 0 5066 6 0 0 25 0 8 0 156504830 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858053 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31473/statm: 228886 9078 2513 14 0 215356 0
[pid=31473/tid=31475] ppid=31471 vsize=915544 CPUtime=0.03
/proc/31473/task/31475/stat : 31475 (java) S 31471 31473 30875 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 156504834 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31476] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31476/stat : 31476 (java) S 31471 31473 30875 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31477] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31477/stat : 31477 (java) S 31471 31473 30875 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156504835 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31478] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31478/stat : 31478 (java) S 31471 31473 30875 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31479] ppid=31471 vsize=915544 CPUtime=0.22
/proc/31473/task/31479/stat : 31479 (java) S 31471 31473 30875 0 -1 64 404 0 0 0 22 0 0 0 16 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31480/stat : 31480 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31473/tid=31481] ppid=31471 vsize=915544 CPUtime=0
/proc/31473/task/31481/stat : 31481 (java) S 31471 31473 30875 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156504838 937517056 9078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915544

Child status: 0
Real time (s): 91.7828
CPU time (s): 90.9062
CPU user time (s): 90.8322
CPU system time (s): 0.073988
CPU usage (%): 99.0449
Max. virtual memory (cumulated for all children) (KiB): 915544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.8322
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9352
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= 3099
involuntary context switches= 5593

runsolver used 0.116982 s user time and 0.270958 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 10:58:36 UTC 2007


IDJOB= 231010
IDBENCH= 6444
FILE ID= node25/231010-1168081111

PBS_JOBID= 3476103

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-12_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231010-1168081111/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-231010-1168081111 -o ROOT/results/node25/solver-231010-1168081111 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231010-1168081111/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1e2a235a3c836e1c395f72c26b0a35d9

RANDOM SEED= 832221726

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.279
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.279
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:       1620560 kB
Buffers:         44128 kB
Cached:         243444 kB
SwapCached:          0 kB
Active:         113828 kB
Inactive:       250188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:         105404 kB
Slab:            56000 kB
Committed_AS:  3709980 kB
PageTables:       2412 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 node25 on Sat Jan  6 11:00:20 UTC 2007