Trace number 231009

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 92.4 93.0329

DiagnosticValue
CHECKS737058143
NODES289882

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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/231009-1168317436/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.70	     nbConstraints=520  nbRelationTypes=520  nbExtensionStructures=520  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=520  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5405  maxDegree=36
0.70	     maxArity=2
0.70	       =>  wckTime=0.386  cpuTime=0.29  mem=16M704
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.59  cpuTime=0.43  mem=15M531
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=93447  nbPropagations=1166  nbRevisions=9465  nbUselessRevisions=7933  nbSingletonTests=61
0.96	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.96	       =>  wckTime=0.057  cpuTime=0.04  mem=15M531
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=45137  nbPropagations=1656  nbRevisions=16057  nbUselessRevisions=13258  nbAssignments=22
0.99	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.084  cpuTime=0.06  mem=15M531
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=109864  nbPropagations=3935  nbRevisions=41550  nbUselessRevisions=34322
1.01	     nbAssignments=50  nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=85  nbRestartNogoods=3  mapSize=24
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.104  cpuTime=0.07  mem=15M531
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=221381  nbPropagations=7247  nbRevisions=83767  nbUselessRevisions=69260
1.03	     nbAssignments=96  nbFailedAssignments=33  nbBacktracks=48  nbVisitedNodes=167  nbRestartNogoods=5  mapSize=46
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.124  cpuTime=0.09  mem=15M531
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=381527  nbPropagations=12035  nbRevisions=150210  nbUselessRevisions=124238
1.05	     nbAssignments=163  nbFailedAssignments=60  nbBacktracks=82  nbVisitedNodes=283  nbRestartNogoods=8  mapSize=78
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.151  cpuTime=0.11  mem=15M531
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=629001  nbPropagations=19223  nbRevisions=254475  nbUselessRevisions=210101
1.10	     nbAssignments=272  nbFailedAssignments=103  nbBacktracks=132  nbVisitedNodes=457  nbRestartNogoods=12  mapSize=125
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.193  cpuTime=0.16  mem=15M531
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=1002316  nbPropagations=29535  nbRevisions=413531  nbUselessRevisions=340632
1.16	     nbAssignments=416  nbFailedAssignments=168  nbBacktracks=207  nbVisitedNodes=718  nbRestartNogoods=16  mapSize=196
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.258  cpuTime=0.21  mem=15M531
1.23	   
1.23	   search
1.23	     run=6  nbConstraintChecks=1471915  nbPropagations=44324  nbRevisions=644011  nbUselessRevisions=529493
1.23	     nbAssignments=629  nbFailedAssignments=256  nbBacktracks=322  nbVisitedNodes=1092  nbRestartNogoods=25  mapSize=300
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.329  cpuTime=0.28  mem=15M531
1.35	   
1.35	   search
1.35	     run=7  nbConstraintChecks=2290785  nbPropagations=66251  nbRevisions=993585  nbUselessRevisions=814868
1.35	     nbAssignments=952  nbFailedAssignments=405  nbBacktracks=493  nbVisitedNodes=1677  nbRestartNogoods=32  mapSize=461
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.448  cpuTime=0.39  mem=15M531
1.53	   
1.53	   search
1.53	     run=8  nbConstraintChecks=3503773  nbPropagations=98497  nbRevisions=1525071  nbUselessRevisions=1250365
1.53	     nbAssignments=1430  nbFailedAssignments=622  nbBacktracks=750  nbVisitedNodes=2539  nbRestartNogoods=34
1.53	     mapSize=702  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.63  cpuTime=0.57  mem=15M531
1.75	   
1.75	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=15M531)
1.78	   
1.78	   search
1.78	     run=9  nbConstraintChecks=5146855  nbPropagations=145533  nbRevisions=2323507  nbUselessRevisions=1908088
1.78	     nbAssignments=2163  nbFailedAssignments=966  nbBacktracks=1134  nbVisitedNodes=3882  nbRestartNogoods=42
1.78	       =>  wckTime=0.874  cpuTime=0.8  mem=15M531
2.11	   
2.11	   search
2.11	     run=10  nbConstraintChecks=7731141  nbPropagations=214859  nbRevisions=3492906  nbUselessRevisions=2867666
2.11	     nbAssignments=3200  nbFailedAssignments=1422  nbBacktracks=1710  nbVisitedNodes=5767  nbRestartNogoods=52
2.11	       =>  wckTime=1.206  cpuTime=1.12  mem=15M531
2.62	   
2.62	   search
2.62	     run=11  nbConstraintChecks=11824258  nbPropagations=320100  nbRevisions=5269331  nbUselessRevisions=4322563
2.62	     nbAssignments=4839  nbFailedAssignments=2194  nbBacktracks=2574  nbVisitedNodes=8764  nbRestartNogoods=61
2.62	       =>  wckTime=1.723  cpuTime=1.63  mem=15M531
3.39	   
3.39	   search
3.39	     run=12  nbConstraintChecks=18027530  nbPropagations=478481  nbRevisions=7976910  nbUselessRevisions=6540451
3.39	     nbAssignments=7315  nbFailedAssignments=3368  nbBacktracks=3871  nbVisitedNodes=13290  nbRestartNogoods=64
3.39	       =>  wckTime=2.492  cpuTime=2.4  mem=15M531
4.48	   
4.48	   search
4.48	     run=13  nbConstraintChecks=26700000  nbPropagations=714024  nbRevisions=12019631  nbUselessRevisions=9857309
4.48	     nbAssignments=10911  nbFailedAssignments=5013  nbBacktracks=5820  nbVisitedNodes=19849  nbRestartNogoods=71
4.48	       =>  wckTime=3.578  cpuTime=3.48  mem=15M531
6.14	   
6.14	   search
6.14	     run=14  nbConstraintChecks=39903745  nbPropagations=1065246  nbRevisions=18033915  nbUselessRevisions=14781374
6.14	     nbAssignments=16265  nbFailedAssignments=7442  nbBacktracks=8739  nbVisitedNodes=29580  nbRestartNogoods=76
6.14	       =>  wckTime=5.237  cpuTime=5.14  mem=15M531
8.70	   
8.70	   search
8.70	     run=15  nbConstraintChecks=60773758  nbPropagations=1594974  nbRevisions=27164856  nbUselessRevisions=22261383
8.70	     nbAssignments=24447  nbFailedAssignments=11242  nbBacktracks=13117  nbVisitedNodes=44571  nbRestartNogoods=89
8.70	       =>  wckTime=7.797  cpuTime=7.7  mem=15M531
12.46	   
12.46	   search
12.46	     run=16  nbConstraintChecks=90553435  nbPropagations=2384912  nbRevisions=40927902  nbUselessRevisions=33559741
12.46	     nbAssignments=36582  nbFailedAssignments=16805  nbBacktracks=19685  nbVisitedNodes=66674  nbRestartNogoods=102
12.46	       =>  wckTime=11.559  cpuTime=11.45  mem=15M531
18.26	   
18.26	   search
18.26	     run=17  nbConstraintChecks=136953888  nbPropagations=3577932  nbRevisions=61717357  nbUselessRevisions=50630630
18.26	     nbAssignments=55149  nbFailedAssignments=25513  nbBacktracks=29539  nbVisitedNodes=100674  nbRestartNogoods=112
18.26	       =>  wckTime=17.357  cpuTime=17.22  mem=15M531
26.32	   
26.32	   search
26.32	     run=18  nbConstraintChecks=200821370  nbPropagations=5340730  nbRevisions=92450340  nbUselessRevisions=75903970
26.32	     nbAssignments=82153  nbFailedAssignments=37736  nbBacktracks=44317  nbVisitedNodes=149803  nbRestartNogoods=130
26.32	       =>  wckTime=25.419  cpuTime=25.24  mem=15M531
39.01	   
39.02	   search
39.02	     run=19  nbConstraintChecks=302615621  nbPropagations=7985509  nbRevisions=138582631  nbUselessRevisions=113805412
39.02	     nbAssignments=122895  nbFailedAssignments=56305  nbBacktracks=66485  nbVisitedNodes=223969  nbRestartNogoods=135
39.02	       =>  wckTime=38.113  cpuTime=37.89  mem=16M507
58.85	   
58.85	   search
58.86	     run=20  nbConstraintChecks=462307579  nbPropagations=11995150  nbRevisions=208533654  nbUselessRevisions=171216160
58.86	     nbAssignments=184931  nbFailedAssignments=85086  nbBacktracks=99737  nbVisitedNodes=337371  nbRestartNogoods=150
58.86	       =>  wckTime=57.953  cpuTime=57.6  mem=16M507
89.11	   
89.11	   search
89.11	     run=21  nbConstraintChecks=705772231  nbPropagations=18063130  nbRevisions=314871951  nbUselessRevisions=258489720
89.11	     nbAssignments=278351  nbFailedAssignments=128621  nbBacktracks=149615  nbVisitedNodes=508423  nbRestartNogoods=159
89.11	       =>  wckTime=88.205  cpuTime=87.6  mem=16M507
92.97	   
92.97	   search
92.97	     run=22  nbConstraintChecks=736964696  nbPropagations=24390150  nbRevisions=425793809  nbUselessRevisions=349526552
92.97	     nbAssignments=289882  nbFailedAssignments=133943  nbBacktracks=155800  nbVisitedNodes=529425  nbRestartNogoods=171
92.97	       =>  wckTime=92.069  cpuTime=91.43  mem=16M507
92.97	   
92.97	   global
92.97	     nbConstraintChecks=737058143  nbPropagations=24391316  nbRevisions=425803274  nbUselessRevisions=349534485
92.97	     nbRestartNogoods=171  solvingWckTime=92.07  solvingCpuTime=91.43  expiredTime=no  totalExploration=yes
92.97	     nbFoundSolutions=0  globalCpuTime=91.9
92.97	       =>  wckTime=92.663  cpuTime=91.86  mem=16M507
92.98	   
92.98	s UNSATISFIABLE
92.98	d NODES 289882
92.98	d CHECKS 737058143
92.98	   
92.98	   totalWckTime=92.741  totalCpuTime=91.9

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/node6/watcher-231009-1168317436 -o ROOT/results/node6/solver-231009-1168317436 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/231009-1168317436/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.59 0.94 1.38 2/81 32422
/proc/meminfo: memFree=1331664/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=1456 CPUtime=0
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 115 0 0 0 0 0 0 0 21 0 1 0 180139730 1490944 87 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 2649200 0 0 4096 0 0 0 0 17 1 0 0
/proc/32421/statm: 365 96 76 14 0 10 0

[startup+0.105324 s]
/proc/loadavg: 0.59 0.94 1.38 2/81 32422
/proc/meminfo: memFree=1331664/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=914988 CPUtime=0.07
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 2992 0 1 0 6 1 0 0 17 0 8 0 180139730 936947712 2738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153794455 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32421/statm: 228747 2738 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.513373 s]
/proc/loadavg: 0.59 0.94 1.38 2/81 32422
/proc/meminfo: memFree=1331664/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915328 CPUtime=0.48
/proc/32421/stat : 32421 (java) S 32419 32421 32351 0 -1 0 6887 0 1 0 44 4 0 0 16 0 8 0 180139730 937295872 6626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32421/statm: 228832 6626 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33446 s]
/proc/loadavg: 0.59 0.94 1.38 2/88 32429
/proc/meminfo: memFree=1305176/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915544 CPUtime=1.29
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 9342 0 1 0 122 7 0 0 17 0 8 0 180139730 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073865144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32421/statm: 228886 9080 2524 14 0 215356 0
[pid=32421/tid=32423] ppid=32419 vsize=915544 CPUtime=0.03
/proc/32421/task/32423/stat : 32423 (java) S 32419 32421 32351 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 180139735 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32421/tid=32424] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32424/stat : 32424 (java) S 32419 32421 32351 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32425] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32425/stat : 32425 (java) S 32419 32421 32351 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32426] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32426/stat : 32426 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 180139738 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32427] ppid=32419 vsize=915544 CPUtime=0.19
/proc/32421/task/32427/stat : 32427 (java) S 32419 32421 32351 0 -1 64 386 0 0 0 18 1 0 0 15 0 8 0 180139738 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32428] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32428/stat : 32428 (java) S 32419 32421 32351 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180139738 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32429] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32429/stat : 32429 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180139738 937517056 9080 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915544

[startup+2.97167 s]
/proc/loadavg: 0.59 0.94 1.38 2/88 32432
/proc/meminfo: memFree=1304792/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915544 CPUtime=2.92
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 9360 0 1 0 284 8 0 0 17 0 8 0 180139730 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32421/statm: 228886 9097 2524 14 0 215356 0
[pid=32421/tid=32423] ppid=32419 vsize=915544 CPUtime=0.03
/proc/32421/task/32423/stat : 32423 (java) S 32419 32421 32351 0 -1 64 398 0 0 0 3 0 0 0 17 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32424] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32424/stat : 32424 (java) S 32419 32421 32351 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32425] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32425/stat : 32425 (java) S 32419 32421 32351 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32426] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32426/stat : 32426 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32427] ppid=32419 vsize=915544 CPUtime=0.23
/proc/32421/task/32427/stat : 32427 (java) S 32419 32421 32351 0 -1 64 403 0 0 0 22 1 0 0 16 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32421/tid=32428] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32428/stat : 32428 (java) S 32419 32421 32351 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32429] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32429/stat : 32429 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915544

[startup+6.26804 s]
/proc/loadavg: 0.78 0.97 1.39 3/93 32644
/proc/meminfo: memFree=1299312/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915544 CPUtime=6.22
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 9362 0 1 0 614 8 0 0 25 0 8 0 180139730 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073851452 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32421/statm: 228886 9097 2524 14 0 215356 0
[pid=32421/tid=32423] ppid=32419 vsize=915544 CPUtime=0.03
/proc/32421/task/32423/stat : 32423 (java) S 32419 32421 32351 0 -1 64 398 0 0 0 3 0 0 0 17 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32424] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32424/stat : 32424 (java) S 32419 32421 32351 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32425] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32425/stat : 32425 (java) S 32419 32421 32351 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32426] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32426/stat : 32426 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32427] ppid=32419 vsize=915544 CPUtime=0.23
/proc/32421/task/32427/stat : 32427 (java) S 32419 32421 32351 0 -1 64 403 0 0 0 22 1 0 0 16 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32428] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32428/stat : 32428 (java) S 32419 32421 32351 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32429] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32429/stat : 32429 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915544

[startup+12.7388 s]
/proc/loadavg: 0.88 0.99 1.40 3/93 32644
/proc/meminfo: memFree=1299248/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915544 CPUtime=12.67
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 9362 0 1 0 1259 8 0 0 25 0 8 0 180139730 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073863152 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32421/statm: 228886 9097 2524 14 0 215356 0
[pid=32421/tid=32423] ppid=32419 vsize=915544 CPUtime=0.03
/proc/32421/task/32423/stat : 32423 (java) S 32419 32421 32351 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32424] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32424/stat : 32424 (java) S 32419 32421 32351 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32425] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32425/stat : 32425 (java) S 32419 32421 32351 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32426] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32426/stat : 32426 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32427] ppid=32419 vsize=915544 CPUtime=0.23
/proc/32421/task/32427/stat : 32427 (java) S 32419 32421 32351 0 -1 64 403 0 0 0 22 1 0 0 16 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32428] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32428/stat : 32428 (java) S 32419 32421 32351 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32429] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32429/stat : 32429 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915544

[startup+25.6063 s]
/proc/loadavg: 1.20 1.05 1.41 3/93 32644
/proc/meminfo: memFree=1299312/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915544 CPUtime=25.49
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 9362 0 1 0 2540 9 0 0 25 0 8 0 180139730 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850331 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32421/statm: 228886 9097 2524 14 0 215356 0
[pid=32421/tid=32423] ppid=32419 vsize=915544 CPUtime=0.03
/proc/32421/task/32423/stat : 32423 (java) S 32419 32421 32351 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32424] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32424/stat : 32424 (java) S 32419 32421 32351 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32425] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32425/stat : 32425 (java) S 32419 32421 32351 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32426] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32426/stat : 32426 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32427] ppid=32419 vsize=915544 CPUtime=0.23
/proc/32421/task/32427/stat : 32427 (java) S 32419 32421 32351 0 -1 64 403 0 0 0 22 1 0 0 16 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32428] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32428/stat : 32428 (java) S 32419 32421 32351 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32429] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32429/stat : 32429 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915544

[startup+51.2133 s]
/proc/loadavg: 1.47 1.13 1.42 3/93 32644
/proc/meminfo: memFree=1299376/2055924 swapFree=4165672/4192956
[pid=32421] ppid=32419 vsize=915544 CPUtime=50.97
/proc/32421/stat : 32421 (java) R 32419 32421 32351 0 -1 0 9362 0 1 0 5088 9 0 0 25 0 8 0 180139730 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073854271 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32421/statm: 228886 9097 2524 14 0 215356 0
[pid=32421/tid=32423] ppid=32419 vsize=915544 CPUtime=0.03
/proc/32421/task/32423/stat : 32423 (java) S 32419 32421 32351 0 -1 64 398 0 0 0 3 0 0 0 16 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32424] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32424/stat : 32424 (java) S 32419 32421 32351 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32425] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32425/stat : 32425 (java) S 32419 32421 32351 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180139735 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32426] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32426/stat : 32426 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32427] ppid=32419 vsize=915544 CPUtime=0.23
/proc/32421/task/32427/stat : 32427 (java) S 32419 32421 32351 0 -1 64 403 0 0 0 22 1 0 0 16 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32428] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32428/stat : 32428 (java) S 32419 32421 32351 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32421/tid=32429] ppid=32419 vsize=915544 CPUtime=0
/proc/32421/task/32429/stat : 32429 (java) S 32419 32421 32351 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180139738 937517056 9097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 915544

Child status: 0
Real time (s): 93.0329
CPU time (s): 92.4
CPU user time (s): 92.301
CPU system time (s): 0.098984
CPU usage (%): 99.3196
Max. virtual memory (cumulated for all children) (KiB): 915544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.301
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9371
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= 2810
involuntary context switches= 5111

runsolver used 0.115982 s user time and 0.277957 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Jan  9 04:37:19 UTC 2007


IDJOB= 231009
IDBENCH= 6444
FILE ID= node6/231009-1168317436

PBS_JOBID= 3502577

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1e2a235a3c836e1c395f72c26b0a35d9

RANDOM SEED= 91230715

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.240
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.240
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:      2055924 kB
MemFree:       1332072 kB
Buffers:         98708 kB
Cached:         504636 kB
SwapCached:       2944 kB
Active:         344312 kB
Inactive:       296140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1332072 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          46304 kB
Slab:            68432 kB
Committed_AS:  5707652 kB
PageTables:       2196 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= 66548 MiB



End job on node6 on Tue Jan  9 04:39:00 UTC 2007