Trace number 227371

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 20.5089 20.6999

DiagnosticValue
CHECKS62714728
NODES93104

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-79_ext.xml
MD5SUM156ba157425b13420cde1c1c83c4a647
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 benchmark4.15937
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/227371-1168277995/unknown.xml
0.42	   
0.42	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.46	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.46	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.74	     nbConstraints=752  nbRelationTypes=753  nbExtensionStructures=752  nbSharedExtensionStructures=0
0.75	     nbConflictsStructures=752  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11899  maxDegree=39
0.75	     maxArity=2
0.75	       =>  wckTime=0.383  cpuTime=0.26  mem=11M848
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.59  cpuTime=0.39  mem=15M6
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=27356  nbPropagations=1003  nbRevisions=6705  nbUselessRevisions=5429  nbSingletonTests=54
1.02	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
1.02	       =>  wckTime=0.066  cpuTime=0.04  mem=15M6
1.04	   
1.04	   search
1.04	     run=0  nbConstraintChecks=13722  nbPropagations=1336  nbRevisions=10942  nbUselessRevisions=9053  nbAssignments=25
1.04	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.088  cpuTime=0.07  mem=15M6
1.06	   
1.06	   search
1.06	     run=1  nbConstraintChecks=31865  nbPropagations=3094  nbRevisions=27787  nbUselessRevisions=23205  nbAssignments=60
1.06	     nbFailedAssignments=15  nbBacktracks=30  nbVisitedNodes=89  nbRestartNogoods=2  mapSize=25  nbInferences=0
1.06	     nbTooLargeKeys=0
1.06	       =>  wckTime=0.107  cpuTime=0.08  mem=15M6
1.08	   
1.08	   search
1.08	     run=2  nbConstraintChecks=64348  nbPropagations=5496  nbRevisions=54146  nbUselessRevisions=45166
1.08	     nbAssignments=101  nbFailedAssignments=27  nbBacktracks=54  nbVisitedNodes=159  nbRestartNogoods=3  mapSize=46
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.125  cpuTime=0.1  mem=15M6
1.10	   
1.10	   search
1.10	     run=3  nbConstraintChecks=102997  nbPropagations=8638  nbRevisions=92457  nbUselessRevisions=77164
1.10	     nbAssignments=153  nbFailedAssignments=39  nbBacktracks=88  nbVisitedNodes=246  nbRestartNogoods=4  mapSize=76
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.142  cpuTime=0.11  mem=15M6
1.12	   
1.12	   search
1.12	     run=4  nbConstraintChecks=149902  nbPropagations=12767  nbRevisions=146685  nbUselessRevisions=122865
1.12	     nbAssignments=235  nbFailedAssignments=59  nbBacktracks=139  nbVisitedNodes=376  nbRestartNogoods=6  mapSize=117
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.163  cpuTime=0.13  mem=15M6
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=214061  nbPropagations=18230  nbRevisions=222181  nbUselessRevisions=186852
1.16	     nbAssignments=356  nbFailedAssignments=95  nbBacktracks=215  nbVisitedNodes=566  nbRestartNogoods=10  mapSize=178
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.202  cpuTime=0.16  mem=15M6
1.20	   
1.20	   search
1.20	     run=6  nbConstraintChecks=311449  nbPropagations=25574  nbRevisions=330606  nbUselessRevisions=279298
1.20	     nbAssignments=519  nbFailedAssignments=140  nbBacktracks=330  nbVisitedNodes=822  nbRestartNogoods=14  mapSize=265
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.243  cpuTime=0.2  mem=15M6
1.25	   
1.25	   search
1.25	     run=7  nbConstraintChecks=459691  nbPropagations=35759  nbRevisions=489317  nbUselessRevisions=415613
1.26	     nbAssignments=765  nbFailedAssignments=208  nbBacktracks=500  nbVisitedNodes=1207  nbRestartNogoods=15  mapSize=392
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.301  cpuTime=0.25  mem=15M6
1.35	   
1.35	   search
1.35	     run=8  nbConstraintChecks=713371  nbPropagations=50754  nbRevisions=733216  nbUselessRevisions=625255
1.35	     nbAssignments=1143  nbFailedAssignments=321  nbBacktracks=758  nbVisitedNodes=1823  nbRestartNogoods=19
1.35	     mapSize=601  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.4  cpuTime=0.35  mem=15M6
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=1068792  nbPropagations=72582  nbRevisions=1099629  nbUselessRevisions=940820
1.51	     nbAssignments=1706  nbFailedAssignments=492  nbBacktracks=1144  nbVisitedNodes=2738  nbRestartNogoods=24
1.51	     mapSize=914  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.553  cpuTime=0.48  mem=15M6
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=15M6)
1.70	   
1.70	   search
1.70	     run=10  nbConstraintChecks=1609422  nbPropagations=104562  nbRevisions=1647162  nbUselessRevisions=1412291
1.70	     nbAssignments=2525  nbFailedAssignments=726  nbBacktracks=1720  nbVisitedNodes=4066  nbRestartNogoods=27
1.70	       =>  wckTime=0.746  cpuTime=0.66  mem=15M6
1.95	   
1.95	   search
1.95	     run=11  nbConstraintChecks=2367178  nbPropagations=151237  nbRevisions=2450418  nbUselessRevisions=2103887
1.95	     nbAssignments=3746  nbFailedAssignments=1061  nbBacktracks=2584  nbVisitedNodes=6014  nbRestartNogoods=34
1.95	       =>  wckTime=0.998  cpuTime=0.92  mem=15M6
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=3499245  nbPropagations=219350  nbRevisions=3642671  nbUselessRevisions=3132699
2.33	     nbAssignments=5572  nbFailedAssignments=1582  nbBacktracks=3881  nbVisitedNodes=8947  nbRestartNogoods=38
2.33	       =>  wckTime=1.379  cpuTime=1.28  mem=15M6
2.90	   
2.90	   search
2.90	     run=13  nbConstraintChecks=5266821  nbPropagations=320642  nbRevisions=5416676  nbUselessRevisions=4660303
2.90	     nbAssignments=8330  nbFailedAssignments=2386  nbBacktracks=5832  nbVisitedNodes=13396  nbRestartNogoods=44
2.90	       =>  wckTime=1.95  cpuTime=1.86  mem=15M6
3.82	   
3.82	   search
3.82	     run=14  nbConstraintChecks=8094792  nbPropagations=474882  nbRevisions=8120719  nbUselessRevisions=6983866
3.82	     nbAssignments=12470  nbFailedAssignments=3600  nbBacktracks=8752  nbVisitedNodes=20215  nbRestartNogoods=49
3.82	       =>  wckTime=2.869  cpuTime=2.76  mem=15M6
5.14	   
5.14	   search
5.14	     run=15  nbConstraintChecks=12164168  nbPropagations=705487  nbRevisions=12180784  nbUselessRevisions=10474266
5.14	     nbAssignments=18632  nbFailedAssignments=5374  nbBacktracks=13130  nbVisitedNodes=30240  nbRestartNogoods=59
5.14	       =>  wckTime=4.189  cpuTime=4.07  mem=15M6
7.18	   
7.18	   search
7.18	     run=16  nbConstraintChecks=18472248  nbPropagations=1054972  nbRevisions=18319178  nbUselessRevisions=15746908
7.18	     nbAssignments=27998  nbFailedAssignments=8164  nbBacktracks=19702  nbVisitedNodes=45618  nbRestartNogoods=64
7.18	       =>  wckTime=6.227  cpuTime=6.09  mem=15M6
10.17	   
10.17	   search
10.17	     run=17  nbConstraintChecks=27744650  nbPropagations=1578289  nbRevisions=27541315  nbUselessRevisions=23670109
10.17	     nbAssignments=41951  nbFailedAssignments=12259  nbBacktracks=29554  nbVisitedNodes=68375  nbRestartNogoods=72
10.17	       =>  wckTime=9.216  cpuTime=9.06  mem=15M6
14.56	   
14.56	   search
14.56	     run=18  nbConstraintChecks=41934647  nbPropagations=2364951  nbRevisions=41449355  nbUselessRevisions=35619488
14.56	     nbAssignments=62964  nbFailedAssignments=18485  nbBacktracks=44335  nbVisitedNodes=102673  nbRestartNogoods=78
14.56	       =>  wckTime=13.61  cpuTime=13.43  mem=15M6
20.67	   
20.67	   search
20.67	     run=19  nbConstraintChecks=62687372  nbPropagations=3532979  nbRevisions=62166822  nbUselessRevisions=53427201
20.67	     nbAssignments=93104  nbFailedAssignments=27457  nbBacktracks=65504  nbVisitedNodes=151853  nbRestartNogoods=87
20.68	       =>  wckTime=19.722  cpuTime=19.53  mem=15M6
20.68	   
20.68	   global
20.68	     nbConstraintChecks=62714728  nbPropagations=3533982  nbRevisions=62173527  nbUselessRevisions=53432630
20.68	     nbRestartNogoods=87  solvingWckTime=19.722  solvingCpuTime=19.53  expiredTime=no  totalExploration=yes
20.68	     nbFoundSolutions=0  globalCpuTime=19.97
20.68	       =>  wckTime=20.315  cpuTime=19.92  mem=15M981
20.68	   
20.68	s UNSATISFIABLE
20.68	d NODES 93104
20.68	d CHECKS 62714728
20.68	   
20.68	   totalWckTime=20.395  totalCpuTime=19.97

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/node56/watcher-227371-1168277995 -o ROOT/results/node56/solver-227371-1168277995 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227371-1168277995/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.91 1.67 1.36 4/75 15400
/proc/meminfo: memFree=1805768/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=18540 CPUtime=0
/proc/15399/stat : 15399 (runsolver) R 15397 15399 14049 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 176197707 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15399/statm: 4635 279 244 17 0 2626 0

[startup+0.106973 s]
/proc/loadavg: 1.91 1.67 1.36 4/75 15400
/proc/meminfo: memFree=1805768/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=907676 CPUtime=0.04
/proc/15399/stat : 15399 (java) R 15397 15399 14049 0 -1 0 2348 0 1 0 3 1 0 0 16 0 4 0 176197707 929460224 2095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153581720 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15399/statm: 226919 2095 1172 14 0 214502 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907676

[startup+0.516009 s]
/proc/loadavg: 1.91 1.67 1.36 4/75 15400
/proc/meminfo: memFree=1805768/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=915328 CPUtime=0.45
/proc/15399/stat : 15399 (java) R 15397 15399 14049 0 -1 0 6182 0 1 0 41 4 0 0 18 0 8 0 176197707 937295872 5921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15399/statm: 228832 5921 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.34509 s]
/proc/loadavg: 1.91 1.67 1.36 3/82 15407
/proc/meminfo: memFree=1781712/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=915584 CPUtime=1.26
/proc/15399/stat : 15399 (java) R 15397 15399 14049 0 -1 0 8755 0 1 0 120 6 0 0 24 0 8 0 176197707 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073907704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15399/statm: 228896 8493 2524 14 0 215366 0
[pid=15399/tid=15401] ppid=15397 vsize=915584 CPUtime=0.03
/proc/15399/task/15401/stat : 15401 (java) S 15397 15399 14049 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176197716 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15402] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15402/stat : 15402 (java) S 15397 15399 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176197717 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15403] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15403/stat : 15403 (java) S 15397 15399 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176197717 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15404] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15404/stat : 15404 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176197720 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15405] ppid=15397 vsize=915584 CPUtime=0.24
/proc/15399/task/15405/stat : 15405 (java) S 15397 15399 14049 0 -1 64 405 0 0 0 23 1 0 0 15 0 8 0 176197720 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15406] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15406/stat : 15406 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176197720 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15407] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15407/stat : 15407 (java) S 15397 15399 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176197720 937558016 8493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915584

[startup+2.98825 s]
/proc/loadavg: 1.91 1.67 1.36 3/82 15407
/proc/meminfo: memFree=1781456/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=915584 CPUtime=2.89
/proc/15399/stat : 15399 (java) R 15397 15399 14049 0 -1 0 8802 0 1 0 282 7 0 0 25 0 8 0 176197707 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15399/statm: 228896 8539 2524 14 0 215366 0
[pid=15399/tid=15401] ppid=15397 vsize=915584 CPUtime=0.03
/proc/15399/task/15401/stat : 15401 (java) S 15397 15399 14049 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176197716 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15402] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15402/stat : 15402 (java) S 15397 15399 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176197717 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15403] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15403/stat : 15403 (java) S 15397 15399 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176197717 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15404] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15404/stat : 15404 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176197720 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15405] ppid=15397 vsize=915584 CPUtime=0.27
/proc/15399/task/15405/stat : 15405 (java) S 15397 15399 14049 0 -1 64 420 0 0 0 26 1 0 0 16 0 8 0 176197720 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15406] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15406/stat : 15406 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176197720 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15407] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15407/stat : 15407 (java) S 15397 15399 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176197720 937558016 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915584

[startup+6.26757 s]
/proc/loadavg: 1.92 1.67 1.36 3/82 15407
/proc/meminfo: memFree=1781328/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=915584 CPUtime=6.14
/proc/15399/stat : 15399 (java) R 15397 15399 14049 0 -1 0 8808 0 1 0 607 7 0 0 25 0 8 0 176197707 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073904713 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15399/statm: 228896 8544 2524 14 0 215366 0
[pid=15399/tid=15401] ppid=15397 vsize=915584 CPUtime=0.03
/proc/15399/task/15401/stat : 15401 (java) S 15397 15399 14049 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176197716 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15402] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15402/stat : 15402 (java) S 15397 15399 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176197717 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15403] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15403/stat : 15403 (java) S 15397 15399 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176197717 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15404] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15404/stat : 15404 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176197720 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15405] ppid=15397 vsize=915584 CPUtime=0.27
/proc/15399/task/15405/stat : 15405 (java) S 15397 15399 14049 0 -1 64 420 0 0 0 26 1 0 0 15 0 8 0 176197720 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15406] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15406/stat : 15406 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176197720 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15407] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15407/stat : 15407 (java) S 15397 15399 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176197720 937558016 8544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915584

[startup+12.7562 s]
/proc/loadavg: 1.93 1.68 1.37 2/75 15417
/proc/meminfo: memFree=1783880/2055920 swapFree=4184772/4192956
[pid=15399] ppid=15397 vsize=915584 CPUtime=12.58
/proc/15399/stat : 15399 (java) R 15397 15399 14049 0 -1 0 8813 0 1 0 1251 7 0 0 25 0 8 0 176197707 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15399/statm: 228896 8549 2524 14 0 215366 0
[pid=15399/tid=15401] ppid=15397 vsize=915584 CPUtime=0.03
/proc/15399/task/15401/stat : 15401 (java) S 15397 15399 14049 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176197716 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15402] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15402/stat : 15402 (java) S 15397 15399 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176197717 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15403] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15403/stat : 15403 (java) S 15397 15399 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176197717 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15404] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15404/stat : 15404 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176197720 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15405] ppid=15397 vsize=915584 CPUtime=0.27
/proc/15399/task/15405/stat : 15405 (java) S 15397 15399 14049 0 -1 64 420 0 0 0 26 1 0 0 15 0 8 0 176197720 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15406] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15406/stat : 15406 (java) S 15397 15399 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176197720 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15399/tid=15407] ppid=15397 vsize=915584 CPUtime=0
/proc/15399/task/15407/stat : 15407 (java) S 15397 15399 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176197720 937558016 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 20.6999
CPU time (s): 20.5089
CPU user time (s): 20.4209
CPU system time (s): 0.087986
CPU usage (%): 99.0771
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4209
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8908
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= 1676
involuntary context switches= 1971

runsolver used 0.021996 s user time and 0.077988 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 17:39:56 UTC 2007


IDJOB= 227371
IDBENCH= 6075
FILE ID= node56/227371-1168277995

PBS_JOBID= 3483357

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-79_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227371-1168277995/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-227371-1168277995 -o ROOT/results/node56/solver-227371-1168277995 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227371-1168277995/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  156ba157425b13420cde1c1c83c4a647

RANDOM SEED= 681942514

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.232
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.232
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:       1806248 kB
Buffers:         29096 kB
Cached:         152524 kB
SwapCached:       2048 kB
Active:         106948 kB
Inactive:        91232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806248 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:          25136 kB
Slab:            36816 kB
Committed_AS:  3892960 kB
PageTables:       1888 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= 66561 MiB



End job on node56 on Mon Jan  8 17:40:16 UTC 2007