Trace number 242350

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 14.8347 14.9121

DiagnosticValue
CHECKS3443275
NODES46806

General information on the benchmark

Namedimacs/ssa/
ssa-0432-003_ext.xml
MD5SUM186780f30bf46b633acf597de8e6a549
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05799
SatisfiableNO
(Un)Satisfiability was proved
Number of variables435
Number of constraints738
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension738
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.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/242350-1168085500/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.44	     nbVariables=435  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.44	       =>  wckTime=0.139  cpuTime=0.1  mem=7M894
0.44	   
0.44	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.58	     nbConstraints=738  nbRelationTypes=19  nbSingletonDomainVariables=4  nbExtensionStructures=24
0.58	     nbSharedExtensionStructures=714  nbConflictsStructures=24  nbSharedConflictsStructures=714
0.58	     nbSharedBinaryRepresentations=26  maxDegree=26  maxArity=5
0.58	       =>  wckTime=0.286  cpuTime=0.21  mem=10M819
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.523  cpuTime=0.36  mem=17M948
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=392  nbValidityChecks=36  nbPropagations=534  nbRevisions=286  nbUselessRevisions=186
0.84	     nbRemovedValues=100  detectedInconsistency=no
0.84	       =>  wckTime=0.015  cpuTime=0.0  mem=17M948
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=908  nbValidityChecks=116  nbPropagations=815  nbRevisions=1046  nbUselessRevisions=679
0.90	     nbAssignments=96  nbFailedAssignments=2  nbBacktracks=13  nbVisitedNodes=100  nbRestartNogoods=0  mapSize=1
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.076  cpuTime=0.05  mem=17M948
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=1988  nbValidityChecks=438  nbPropagations=2009  nbRevisions=3138
0.94	     nbUselessRevisions=2041  nbAssignments=196  nbFailedAssignments=4  nbBacktracks=33  nbVisitedNodes=204
0.94	     nbRestartNogoods=2  mapSize=4  nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.115  cpuTime=0.08  mem=17M948
0.98	   
0.98	   search
0.98	     run=2  nbConstraintChecks=3191  nbValidityChecks=818  nbPropagations=3638  nbRevisions=6420
0.98	     nbUselessRevisions=4162  nbAssignments=308  nbFailedAssignments=6  nbBacktracks=61  nbVisitedNodes=322
0.98	     nbRestartNogoods=3  mapSize=8  nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.153  cpuTime=0.11  mem=17M948
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=4850  nbValidityChecks=1342  nbPropagations=5841  nbRevisions=11269
1.02	     nbUselessRevisions=7257  nbAssignments=427  nbFailedAssignments=11  nbBacktracks=96  nbVisitedNodes=452
1.02	     nbRestartNogoods=5  mapSize=17  nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.195  cpuTime=0.14  mem=17M948
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=6872  nbValidityChecks=2017  nbPropagations=8757  nbRevisions=18064
1.06	     nbUselessRevisions=11574  nbAssignments=563  nbFailedAssignments=15  nbBacktracks=146  nbVisitedNodes=599
1.06	     nbRestartNogoods=7  mapSize=26  nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.234  cpuTime=0.18  mem=17M948
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=10111  nbValidityChecks=3049  nbPropagations=12814  nbRevisions=27858
1.11	     nbUselessRevisions=17711  nbAssignments=733  nbFailedAssignments=24  nbBacktracks=221  nbVisitedNodes=788
1.11	     nbRestartNogoods=9  mapSize=42  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.282  cpuTime=0.23  mem=17M948
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=17661  nbValidityChecks=5706  nbPropagations=19384  nbRevisions=45145
1.17	     nbUselessRevisions=28637  nbAssignments=955  nbFailedAssignments=53  nbBacktracks=334  nbVisitedNodes=1066
1.17	     nbRestartNogoods=12  mapSize=94  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.35  cpuTime=0.29  mem=17M948
1.26	   
1.26	   search
1.26	     run=7  nbConstraintChecks=21375  nbValidityChecks=6980  nbPropagations=27293  nbRevisions=66237
1.26	     nbUselessRevisions=42021  nbAssignments=1238  nbFailedAssignments=64  nbBacktracks=516  nbVisitedNodes=1374
1.26	     nbRestartNogoods=16  mapSize=116  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.441  cpuTime=0.38  mem=17M948
1.40	   
1.40	   search
1.40	     run=8  nbConstraintChecks=34525  nbValidityChecks=11487  nbPropagations=39765  nbRevisions=100210
1.40	     nbUselessRevisions=63456  nbAssignments=1621  nbFailedAssignments=114  nbBacktracks=774  nbVisitedNodes=1845
1.40	     nbRestartNogoods=19  mapSize=200  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.573  cpuTime=0.5  mem=17M948
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=70858  nbValidityChecks=24584  nbPropagations=64608  nbRevisions=169690
1.59	     nbUselessRevisions=107259  nbAssignments=2197  nbFailedAssignments=231  nbBacktracks=1158  nbVisitedNodes=2659
1.59	     nbRestartNogoods=23  mapSize=435  nbInferences=2  nbTooLargeKeys=0
1.59	       =>  wckTime=0.762  cpuTime=0.68  mem=18M923
1.82	   
1.82	   search
1.82	     run=10  nbConstraintChecks=90913  nbValidityChecks=31223  nbPropagations=95915  nbRevisions=257743
1.82	     nbUselessRevisions=162532  nbAssignments=2914  nbFailedAssignments=299  nbBacktracks=1775  nbVisitedNodes=3501
1.82	     nbRestartNogoods=26  mapSize=557  nbInferences=4  nbTooLargeKeys=0
1.82	       =>  wckTime=0.993  cpuTime=0.91  mem=18M923
2.17	   
2.17	   search
2.17	     run=11  nbConstraintChecks=190639  nbValidityChecks=65466  nbPropagations=155788  nbRevisions=443931
2.17	     nbUselessRevisions=284650  nbAssignments=3999  nbFailedAssignments=482  nbBacktracks=2642  nbVisitedNodes=4985
2.17	     nbRestartNogoods=29  mapSize=950  nbInferences=8  nbTooLargeKeys=0
2.17	       =>  wckTime=1.351  cpuTime=1.26  mem=18M923
2.70	   
2.70	   search
2.70	     run=12  nbConstraintChecks=329686  nbValidityChecks=113804  nbPropagations=257185  nbRevisions=766595
2.70	     nbUselessRevisions=499105  nbAssignments=5625  nbFailedAssignments=756  nbBacktracks=3941  nbVisitedNodes=7167
2.70	     nbRestartNogoods=35  mapSize=1499  nbInferences=25  nbTooLargeKeys=0
2.70	       =>  wckTime=1.875  cpuTime=1.78  mem=18M923
3.43	   
3.43	   search
3.43	     run=13  nbConstraintChecks=485942  nbValidityChecks=171280  nbPropagations=407935  nbRevisions=1248349
3.43	     nbUselessRevisions=821433  nbAssignments=7956  nbFailedAssignments=1045  nbBacktracks=5896  nbVisitedNodes=10180
3.43	     nbRestartNogoods=38  mapSize=2161  nbInferences=86  nbTooLargeKeys=0
3.43	       =>  wckTime=2.607  cpuTime=2.51  mem=19M899
4.57	   
4.57	   search
4.57	     run=14  nbConstraintChecks=803789  nbValidityChecks=284707  nbPropagations=655235  nbRevisions=2047367
4.57	     nbUselessRevisions=1357375  nbAssignments=11621  nbFailedAssignments=1697  nbBacktracks=8818  nbVisitedNodes=15211
4.57	     nbRestartNogoods=44  mapSize=3514  nbInferences=158  nbTooLargeKeys=0
4.57	       =>  wckTime=3.745  cpuTime=3.65  mem=19M899
6.24	   
6.24	   search
6.24	     run=15  nbConstraintChecks=1274183  nbValidityChecks=447128  nbPropagations=1045880  nbRevisions=3308763
6.24	     nbUselessRevisions=2200854  nbAssignments=17206  nbFailedAssignments=2708  nbBacktracks=13197  nbVisitedNodes=23022
6.24	     nbRestartNogoods=46  mapSize=5708  nbInferences=317  nbTooLargeKeys=0
6.24	       =>  wckTime=5.421  cpuTime=5.32  mem=20M874
8.63	   
8.63	   search
8.63	     run=16  nbConstraintChecks=1863532  nbValidityChecks=638924  nbPropagations=1614226  nbRevisions=5126804
8.63	     nbUselessRevisions=3410185  nbAssignments=25455  nbFailedAssignments=4039  nbBacktracks=19769  nbVisitedNodes=34156
8.63	     nbRestartNogoods=52  mapSize=8566  nbInferences=631  nbTooLargeKeys=0
8.63	       =>  wckTime=7.808  cpuTime=7.7  mem=22M824
12.25	   
12.25	   search
12.25	     run=17  nbConstraintChecks=2710563  nbValidityChecks=924047  nbPropagations=2437725  nbRevisions=7768151
12.25	     nbUselessRevisions=5168519  nbAssignments=37683  nbFailedAssignments=5596  nbBacktracks=29632  nbVisitedNodes=50441
12.25	     nbRestartNogoods=57  mapSize=12537  nbInferences=1427  nbTooLargeKeys=0
12.25	       =>  wckTime=11.421  cpuTime=11.31  mem=24M774
14.86	   
14.86	   search
14.86	     run=18  nbConstraintChecks=3442883  nbValidityChecks=1176590  nbPropagations=3482452  nbRevisions=11128612
14.86	     nbUselessRevisions=7405715  nbAssignments=46806  nbFailedAssignments=7192  nbBacktracks=36935  nbVisitedNodes=62984
14.86	     nbRestartNogoods=59  mapSize=15905  nbInferences=1652  nbTooLargeKeys=0
14.86	       =>  wckTime=14.031  cpuTime=13.92  mem=26M725
14.86	   
14.86	   global
14.86	     nbConstraintChecks=3443275  nbValidityChecks=1176626  nbPropagations=3482986  nbRevisions=11128898
14.86	     nbUselessRevisions=7405901  nbRestartNogoods=59  solvingWckTime=14.033  solvingCpuTime=13.92  expiredTime=no
14.86	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=14.35
14.86	       =>  wckTime=14.558  cpuTime=14.29  mem=26M725
14.86	   
14.86	s UNSATISFIABLE
14.86	d NODES 46806
14.86	d CHECKS 3443275
14.86	   
14.86	   totalWckTime=14.633  totalCpuTime=14.35

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/node19/watcher-242350-1168085500 -o ROOT/results/node19/solver-242350-1168085500 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242350-1168085500/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.03 0.76 1.39 3/81 26400
/proc/meminfo: memFree=1236968/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=1500 CPUtime=0
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 87 0 0 0 0 0 0 0 20 0 1 0 156945610 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7455328 0 0 4096 0 0 0 0 17 1 0 0
/proc/26399/statm: 446 124 91 14 0 91 0

[startup+0.107664 s]
/proc/loadavg: 0.03 0.76 1.39 3/81 26400
/proc/meminfo: memFree=1236968/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=914988 CPUtime=0.09
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 3069 0 1 0 8 1 0 0 17 0 8 0 156945610 936947712 2815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072945274 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26399/statm: 228747 2815 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515738 s]
/proc/loadavg: 0.03 0.76 1.39 3/81 26400
/proc/meminfo: memFree=1236968/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=915328 CPUtime=0.5
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 6510 0 1 0 46 4 0 0 16 0 8 0 156945610 937295872 6249 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072920104 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26399/statm: 228832 6249 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33789 s]
/proc/loadavg: 0.10 0.77 1.39 2/88 26407
/proc/meminfo: memFree=1210224/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=915436 CPUtime=1.3
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 9479 0 1 0 123 7 0 0 17 0 8 0 156945610 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852323 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26399/statm: 228859 9217 2516 14 0 215329 0
[pid=26399/tid=26401] ppid=26397 vsize=915436 CPUtime=0.03
/proc/26399/task/26401/stat : 26401 (java) S 26397 26399 26332 0 -1 64 283 0 0 0 3 0 0 0 16 0 8 0 156945613 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26399/tid=26402] ppid=26397 vsize=915436 CPUtime=0
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156945614 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=915436 CPUtime=0
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945614 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=915436 CPUtime=0
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156945617 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=915436 CPUtime=0.2
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 26332 0 -1 64 397 0 0 0 18 2 0 0 16 0 8 0 156945617 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=915436 CPUtime=0
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156945617 937406464 9217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=915436 CPUtime=0
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156945617 937406464 9217 18446744073709551615 134512640 134570532 4294956464 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) 915436

[startup+2.9892 s]
/proc/loadavg: 0.10 0.77 1.39 2/88 26407
/proc/meminfo: memFree=1209456/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=915568 CPUtime=2.95
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 9727 0 1 0 288 7 0 0 17 0 8 0 156945610 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073849380 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26399/statm: 228892 9463 2516 14 0 215362 0
[pid=26399/tid=26401] ppid=26397 vsize=915568 CPUtime=0.03
/proc/26399/task/26401/stat : 26401 (java) S 26397 26399 26332 0 -1 64 283 0 0 0 3 0 0 0 16 0 8 0 156945613 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26399/tid=26402] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156945614 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945614 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156945617 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=915568 CPUtime=0.23
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 26332 0 -1 64 414 0 0 0 21 2 0 0 16 0 8 0 156945617 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156945617 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156945617 937541632 9463 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915568

[startup+6.26882 s]
/proc/loadavg: 0.18 0.77 1.39 2/88 26407
/proc/meminfo: memFree=1207536/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=915568 CPUtime=6.24
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 10187 0 1 0 616 8 0 0 20 0 8 0 156945610 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26399/statm: 228892 9922 2516 14 0 215362 0
[pid=26399/tid=26401] ppid=26397 vsize=915568 CPUtime=0.03
/proc/26399/task/26401/stat : 26401 (java) S 26397 26399 26332 0 -1 64 283 0 0 0 3 0 0 0 16 0 8 0 156945613 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26399/tid=26402] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156945614 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945614 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156945617 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=915568 CPUtime=0.23
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 26332 0 -1 64 415 0 0 0 21 2 0 0 17 0 8 0 156945617 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156945617 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156945617 937541632 9922 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915568

[startup+12.755 s]
/proc/loadavg: 0.24 0.77 1.38 2/88 26407
/proc/meminfo: memFree=1203440/2055920 swapFree=4171232/4192956
[pid=26399] ppid=26397 vsize=915568 CPUtime=12.71
/proc/26399/stat : 26399 (java) R 26397 26399 26332 0 -1 0 11176 0 1 0 1263 8 0 0 25 0 8 0 156945610 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26399/statm: 228892 10911 2516 14 0 215362 0
[pid=26399/tid=26401] ppid=26397 vsize=915568 CPUtime=0.03
/proc/26399/task/26401/stat : 26401 (java) S 26397 26399 26332 0 -1 64 283 0 0 0 3 0 0 0 16 0 8 0 156945613 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26399/tid=26402] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156945614 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945614 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156945617 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=915568 CPUtime=0.23
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 26332 0 -1 64 416 0 0 0 21 2 0 0 16 0 8 0 156945617 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156945617 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=915568 CPUtime=0
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156945617 937541632 10911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 14.9121
CPU time (s): 14.8347
CPU user time (s): 14.7428
CPU system time (s): 0.091986
CPU usage (%): 99.4811
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7428
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11595
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= 1201
involuntary context switches= 584

runsolver used 0.020996 s user time and 0.047992 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 12:11:42 UTC 2007


IDJOB= 242350
IDBENCH= 7386
FILE ID= node19/242350-1168085500

PBS_JOBID= 3476328

Free space on /tmp= 66310 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/ssa/ssa-0432-003_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242350-1168085500/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-242350-1168085500 -o ROOT/results/node19/solver-242350-1168085500 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242350-1168085500/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  186780f30bf46b633acf597de8e6a549

RANDOM SEED= 475475957

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.260
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.260
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:       1237568 kB
Buffers:         70120 kB
Cached:         612424 kB
SwapCached:      10036 kB
Active:         285908 kB
Inactive:       431968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237568 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:          44536 kB
Slab:            85376 kB
Committed_AS:  3664208 kB
PageTables:       2208 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= 66312 MiB



End job on node19 on Sat Jan  6 12:12:14 UTC 2007