Trace number 243252

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 ACSAT 3.2655 3.36702

DiagnosticValue
CHECKS400611
NODES22287

General information on the benchmark

Namedimacs/aim-200/
aim-200-3-4-sat-3_ext.xml
MD5SUM08941a69d04cbd6c9d868895b10d1093
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05999
SatisfiableYES
(Un)Satisfiability was proved
Number of variables200
Number of constraints641
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension641
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/243252-1168085633/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=200  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.105  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.56	     nbConstraints=641  nbRelationTypes=23  nbExtensionStructures=23  nbSharedExtensionStructures=618
0.56	     nbConflictsStructures=23  nbSharedConflictsStructures=618  nbSharedBinaryRepresentations=5  maxDegree=12
0.56	     maxArity=3
0.56	       =>  wckTime=0.254  cpuTime=0.18  mem=9M894
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.497  cpuTime=0.35  mem=18M840
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.012  cpuTime=0.01  mem=18M840
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=973  nbValidityChecks=418  nbPropagations=470  nbRevisions=1152  nbUselessRevisions=857
0.87	     nbAssignments=65  nbFailedAssignments=5  nbBacktracks=25  nbVisitedNodes=73  nbRestartNogoods=0  mapSize=2
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.061  cpuTime=0.03  mem=18M840
0.89	   
0.89	   search
0.90	     run=1  nbConstraintChecks=1739  nbValidityChecks=1119  nbPropagations=1197  nbRevisions=3438
0.90	     nbUselessRevisions=2539  nbAssignments=133  nbFailedAssignments=9  nbBacktracks=62  nbVisitedNodes=151
0.90	     nbRestartNogoods=5  mapSize=10  nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.091  cpuTime=0.05  mem=18M840
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=2278  nbValidityChecks=1761  nbPropagations=2137  nbRevisions=6588
0.91	     nbUselessRevisions=4866  nbAssignments=205  nbFailedAssignments=13  nbBacktracks=102  nbVisitedNodes=230
0.91	     nbRestartNogoods=7  mapSize=15  nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.104  cpuTime=0.06  mem=18M840
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=3388  nbValidityChecks=3415  nbPropagations=3514  nbRevisions=11859
0.93	     nbUselessRevisions=8814  nbAssignments=294  nbFailedAssignments=21  nbBacktracks=157  nbVisitedNodes=333
0.93	     nbRestartNogoods=9  mapSize=28  nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.123  cpuTime=0.08  mem=18M840
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=4747  nbValidityChecks=5515  nbPropagations=5395  nbRevisions=19491
0.95	     nbUselessRevisions=14498  nbAssignments=394  nbFailedAssignments=33  nbBacktracks=210  nbVisitedNodes=453
0.95	     nbRestartNogoods=10  mapSize=46  nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.142  cpuTime=0.09  mem=18M840
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=5810  nbValidityChecks=7191  nbPropagations=7709  nbRevisions=28950
0.96	     nbUselessRevisions=21481  nbAssignments=493  nbFailedAssignments=40  nbBacktracks=288  nbVisitedNodes=569
0.96	     nbRestartNogoods=12  mapSize=62  nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.155  cpuTime=0.1  mem=18M840
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=8409  nbValidityChecks=11543  nbPropagations=11045  nbRevisions=43088
0.98	     nbUselessRevisions=31812  nbAssignments=654  nbFailedAssignments=67  nbBacktracks=410  nbVisitedNodes=775
0.98	     nbRestartNogoods=13  mapSize=106  nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.178  cpuTime=0.12  mem=18M840
1.01	   
1.01	   search
1.01	     run=7  nbConstraintChecks=9794  nbValidityChecks=13847  nbPropagations=14945  nbRevisions=59642
1.01	     nbUselessRevisions=43918  nbAssignments=875  nbFailedAssignments=84  nbBacktracks=599  nbVisitedNodes=1033
1.01	     nbRestartNogoods=14  mapSize=142  nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.204  cpuTime=0.15  mem=18M840
1.05	   
1.05	   search
1.05	     run=8  nbConstraintChecks=11989  nbValidityChecks=17918  nbPropagations=19836  nbRevisions=80570
1.05	     nbUselessRevisions=59221  nbAssignments=1193  nbFailedAssignments=114  nbBacktracks=872  nbVisitedNodes=1405
1.05	     nbRestartNogoods=15  mapSize=194  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.241  cpuTime=0.18  mem=18M840
1.12	   
1.12	   search
1.12	     run=9  nbConstraintChecks=15981  nbValidityChecks=26131  nbPropagations=26728  nbRevisions=110332
1.12	     nbUselessRevisions=81000  nbAssignments=1674  nbFailedAssignments=175  nbBacktracks=1267  nbVisitedNodes=1999
1.12	     nbRestartNogoods=17  mapSize=301  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.311  cpuTime=0.24  mem=19M815
1.22	   
1.22	   search
1.22	     run=10  nbConstraintChecks=26387  nbValidityChecks=46074  nbPropagations=38234  nbRevisions=161967
1.22	     nbUselessRevisions=118856  nbAssignments=2429  nbFailedAssignments=308  nbBacktracks=1847  nbVisitedNodes=3009
1.22	     nbRestartNogoods=23  mapSize=549  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.415  cpuTime=0.32  mem=19M815
1.37	   
1.37	   search
1.37	     run=11  nbConstraintChecks=46089  nbValidityChecks=89993  nbPropagations=59210  nbRevisions=263407
1.37	     nbUselessRevisions=195201  nbAssignments=3456  nbFailedAssignments=452  nbBacktracks=2713  nbVisitedNodes=4377
1.37	     nbRestartNogoods=30  mapSize=884  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.562  cpuTime=0.46  mem=19M815
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=19M815)
1.53	   
1.53	   search
1.53	     run=12  nbConstraintChecks=72485  nbValidityChecks=145382  nbPropagations=92608  nbRevisions=427362
1.53	     nbUselessRevisions=319099  nbAssignments=5015  nbFailedAssignments=694  nbBacktracks=4017  nbVisitedNodes=6458
1.53	     nbRestartNogoods=36
1.53	       =>  wckTime=0.725  cpuTime=0.62  mem=19M815
1.76	   
1.76	   search
1.76	     run=13  nbConstraintChecks=112203  nbValidityChecks=226324  nbPropagations=144540  nbRevisions=681080
1.76	     nbUselessRevisions=510364  nbAssignments=7414  nbFailedAssignments=1128  nbBacktracks=5966  nbVisitedNodes=9718
1.76	     nbRestartNogoods=42
1.76	       =>  wckTime=0.958  cpuTime=0.85  mem=19M815
2.09	   
2.09	   search
2.09	     run=14  nbConstraintChecks=169947  nbValidityChecks=343945  nbPropagations=222528  nbRevisions=1065678
2.09	     nbUselessRevisions=800820  nbAssignments=10944  nbFailedAssignments=1724  nbBacktracks=8894  nbVisitedNodes=14473
2.09	     nbRestartNogoods=50
2.09	       =>  wckTime=1.29  cpuTime=1.18  mem=19M815
2.66	   
2.66	   search
2.66	     run=15  nbConstraintChecks=274638  nbValidityChecks=563109  nbPropagations=348377  nbRevisions=1693827
2.66	     nbUselessRevisions=1276224  nbAssignments=16162  nbFailedAssignments=2551  nbBacktracks=13275  nbVisitedNodes=21640
2.66	     nbRestartNogoods=53
2.66	       =>  wckTime=1.853  cpuTime=1.74  mem=19M815
3.30	   
3.30	   search
3.30	     run=16  nbConstraintChecks=400611  nbValidityChecks=815992  nbPropagations=530778  nbRevisions=2600503
3.30	     nbUselessRevisions=1959369  nbAssignments=22287  nbFailedAssignments=3543  nbBacktracks=18208  nbVisitedNodes=30174
3.30	     nbRestartNogoods=56
3.30	       =>  wckTime=2.497  cpuTime=2.38  mem=19M815
3.30	   
3.30	   global
3.30	     nbConstraintChecks=400611  nbValidityChecks=815992  nbPropagations=530978  nbRevisions=2600503
3.30	     nbUselessRevisions=1959369  nbRestartNogoods=56  solvingWckTime=2.498  solvingCpuTime=2.38  expiredTime=no
3.30	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=2.77
3.30	       =>  wckTime=2.997  cpuTime=2.73  mem=19M815
3.31	   
3.31	s SATISFIABLE
3.31	v 1 1 1 1 0 0 1 1 1 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 1 0 0 0 1 1 1 0 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 1 0 0 0 1 1 0 1 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 0 1 0 1 0 0 1 1 0 1 1 0 1 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 1 1 1 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 1 1 1 1 1 1 0 1 1 0 0 
3.31	d NODES 22287
3.31	d CHECKS 400611
3.31	   
3.31	   totalWckTime=3.074  totalCpuTime=2.77

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node23/watcher-243252-1168085633 -o ROOT/results/node23/solver-243252-1168085633 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/243252-1168085633/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.93 0.83 1.32 2/93 23150
/proc/meminfo: memFree=1352072/2055920 swapFree=4192812/4192956
[pid=23149] ppid=23147 vsize=18540 CPUtime=0
/proc/23149/stat : 23149 (runsolver) R 23147 23149 22756 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156960055 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23149/statm: 4635 279 244 17 0 2626 0

[startup+0.102601 s]
/proc/loadavg: 0.93 0.83 1.32 2/93 23150
/proc/meminfo: memFree=1352072/2055920 swapFree=4192812/4192956
[pid=23149] ppid=23147 vsize=914988 CPUtime=0.08
/proc/23149/stat : 23149 (java) R 23147 23149 22756 0 -1 0 2988 0 1 0 7 1 0 0 25 0 8 0 156960055 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23149/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510658 s]
/proc/loadavg: 0.93 0.83 1.32 2/93 23150
/proc/meminfo: memFree=1352072/2055920 swapFree=4192812/4192956
[pid=23149] ppid=23147 vsize=915328 CPUtime=0.48
/proc/23149/stat : 23149 (java) R 23147 23149 22756 0 -1 0 6528 0 1 0 44 4 0 0 25 0 8 0 156960055 937295872 6267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23149/statm: 228832 6267 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33481 s]
/proc/loadavg: 0.93 0.83 1.32 3/100 23157
/proc/meminfo: memFree=1323984/2055920 swapFree=4192812/4192956
[pid=23149] ppid=23147 vsize=915452 CPUtime=1.28
/proc/23149/stat : 23149 (java) R 23147 23149 22756 0 -1 0 9769 0 1 0 121 7 0 0 25 0 8 0 156960055 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073848379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23149/statm: 228863 9506 2516 14 0 215333 0
[pid=23149/tid=23151] ppid=23147 vsize=915452 CPUtime=0.03
/proc/23149/task/23151/stat : 23151 (java) S 23147 23149 22756 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156960059 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23152] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23152/stat : 23152 (java) S 23147 23149 22756 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156960060 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23153] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23153/stat : 23153 (java) S 23147 23149 22756 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156960060 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23154] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23154/stat : 23154 (java) S 23147 23149 22756 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156960063 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23155] ppid=23147 vsize=915452 CPUtime=0.23
/proc/23149/task/23155/stat : 23155 (java) S 23147 23149 22756 0 -1 64 409 0 0 0 22 1 0 0 15 0 8 0 156960063 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23156] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23156/stat : 23156 (java) S 23147 23149 22756 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156960063 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23157] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23157/stat : 23157 (java) S 23147 23149 22756 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156960063 937422848 9506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915452

[startup+2.97513 s]
/proc/loadavg: 0.93 0.83 1.32 3/100 23157
/proc/meminfo: memFree=1323664/2055920 swapFree=4192812/4192956
[pid=23149] ppid=23147 vsize=915452 CPUtime=2.91
/proc/23149/stat : 23149 (java) R 23147 23149 22756 0 -1 0 9804 0 1 0 284 7 0 0 25 0 8 0 156960055 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073884618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23149/statm: 228863 9540 2516 14 0 215333 0
[pid=23149/tid=23151] ppid=23147 vsize=915452 CPUtime=0.03
/proc/23149/task/23151/stat : 23151 (java) S 23147 23149 22756 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156960059 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23152] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23152/stat : 23152 (java) S 23147 23149 22756 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156960060 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23153] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23153/stat : 23153 (java) S 23147 23149 22756 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156960060 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23154] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23154/stat : 23154 (java) S 23147 23149 22756 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156960063 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23155] ppid=23147 vsize=915452 CPUtime=0.24
/proc/23149/task/23155/stat : 23155 (java) S 23147 23149 22756 0 -1 64 413 0 0 0 23 1 0 0 16 0 8 0 156960063 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23156] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23156/stat : 23156 (java) S 23147 23149 22756 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156960063 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23149/tid=23157] ppid=23147 vsize=915452 CPUtime=0
/proc/23149/task/23157/stat : 23157 (java) S 23147 23149 22756 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156960063 937422848 9540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.36702
CPU time (s): 3.2655
CPU user time (s): 3.18152
CPU system time (s): 0.083987
CPU usage (%): 96.9851
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.18152
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9896
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= 1367
involuntary context switches= 1637

runsolver used 0.010998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 12:14:04 UTC 2007


IDJOB= 243252
IDBENCH= 7454
FILE ID= node23/243252-1168085633

PBS_JOBID= 3476309

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/aim-200/aim-200-3-4-sat-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/243252-1168085633/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-243252-1168085633 -o ROOT/results/node23/solver-243252-1168085633 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/243252-1168085633/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  08941a69d04cbd6c9d868895b10d1093

RANDOM SEED= 164954906

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.265
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.265
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:       1352656 kB
Buffers:         45676 kB
Cached:         329480 kB
SwapCached:          0 kB
Active:         327960 kB
Inactive:       298192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:         280020 kB
Slab:            61500 kB
Committed_AS:  3827064 kB
PageTables:       2696 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= 66546 MiB



End job on node23 on Sat Jan  6 12:14:26 UTC 2007