Trace number 217883

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 4.93525 5.00963

DiagnosticValue
CHECKS527247
NODES7538

General information on the benchmark

Nameramsey/ramsey4/
ramsey-35-4.xml
MD5SUMd7ff1f14815257f2473330bda53a6dc1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.93525
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables595
Number of constraints6545
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6545
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/217883-1168079509/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.49	     nbVariables=595  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4
0.49	       =>  wckTime=0.169  cpuTime=0.13  mem=9M0
0.49	   
0.49	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
1.55	     nbConstraints=6545  nbConflictsStructures=1  nbSharedConflictsStructures=6544  nbSharedBinaryRepresentations=0
1.55	     nbEvaluationManagers=1  nbSharedEvaluationManagers=6544  maxDegree=33  maxArity=3
1.55	       =>  wckTime=1.232  cpuTime=1.04  mem=18M870
1.63	   
1.63	   solver IterativeSystematicSolver being built... 
1.96	       =>  wckTime=1.641  cpuTime=1.3  mem=10M757
2.01	   
2.01	   preprocessing
2.01	     nbConstraintChecks=0  nbPropagations=595  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.01	     detectedInconsistency=no
2.01	       =>  wckTime=0.042  cpuTime=0.04  mem=10M757
2.07	   
2.07	   search
2.07	     run=0  nbConstraintChecks=727  nbValidityChecks=302  nbPropagations=776  nbRevisions=296  nbUselessRevisions=149
2.07	     nbAssignments=57  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=75  nbRestartNogoods=0  mapSize=9
2.07	     nbInferences=0  nbTooLargeKeys=0
2.07	       =>  wckTime=0.104  cpuTime=0.07  mem=11M745
2.15	   
2.15	   search
2.15	     run=1  nbConstraintChecks=6138  nbValidityChecks=3238  nbPropagations=2091  nbRevisions=2540
2.15	     nbUselessRevisions=1744  nbAssignments=226  nbFailedAssignments=26  nbBacktracks=25  nbVisitedNodes=274
2.15	     nbRestartNogoods=8  mapSize=24  nbInferences=0  nbTooLargeKeys=0
2.15	       =>  wckTime=0.186  cpuTime=0.14  mem=11M745
2.32	   
2.32	   search
2.32	     run=2  nbConstraintChecks=19721  nbValidityChecks=11214  nbPropagations=4454  nbRevisions=9731
2.32	     nbUselessRevisions=7085  nbAssignments=545  nbFailedAssignments=51  nbBacktracks=47  nbVisitedNodes=634
2.32	     nbRestartNogoods=22  mapSize=46  nbInferences=0  nbTooLargeKeys=0
2.32	       =>  wckTime=0.355  cpuTime=0.29  mem=11M745
2.71	   
2.71	   search
2.71	     run=3  nbConstraintChecks=43888  nbValidityChecks=28065  nbPropagations=8467  nbRevisions=26918
2.71	     nbUselessRevisions=20375  nbAssignments=1025  nbFailedAssignments=78  nbBacktracks=82  nbVisitedNodes=1158
2.71	     nbRestartNogoods=38  mapSize=72  nbInferences=0  nbTooLargeKeys=0
2.71	       =>  wckTime=0.742  cpuTime=0.67  mem=12M733
2.85	   
2.85	   search
2.85	     run=4  nbConstraintChecks=67088  nbValidityChecks=51421  nbPropagations=14111  nbRevisions=54318
2.85	     nbUselessRevisions=41726  nbAssignments=1484  nbFailedAssignments=104  nbBacktracks=133  nbVisitedNodes=1662
2.85	     nbRestartNogoods=55  mapSize=103  nbInferences=0  nbTooLargeKeys=0
2.85	       =>  wckTime=0.883  cpuTime=0.8  mem=12M733
3.34	   
3.34	   search
3.34	     run=5  nbConstraintChecks=104610  nbValidityChecks=90669  nbPropagations=22076  nbRevisions=99632
3.34	     nbUselessRevisions=77578  nbAssignments=2077  nbFailedAssignments=142  nbBacktracks=208  nbVisitedNodes=2331
3.34	     nbRestartNogoods=68  mapSize=157  nbInferences=0  nbTooLargeKeys=0
3.34	       =>  wckTime=1.378  cpuTime=1.28  mem=12M733
3.52	   
3.52	   search
3.52	     run=6  nbConstraintChecks=138502  nbValidityChecks=134156  nbPropagations=32317  nbRevisions=161758
3.52	     nbUselessRevisions=127022  nbAssignments=2665  nbFailedAssignments=188  nbBacktracks=321  nbVisitedNodes=3006
3.52	     nbRestartNogoods=89  mapSize=232  nbInferences=0  nbTooLargeKeys=0
3.52	       =>  wckTime=1.556  cpuTime=1.44  mem=13M720
3.71	   
3.71	   search
3.71	     run=7  nbConstraintChecks=182177  nbValidityChecks=192089  nbPropagations=45305  nbRevisions=246224
3.71	     nbUselessRevisions=194564  nbAssignments=3315  nbFailedAssignments=250  nbBacktracks=491  nbVisitedNodes=3771
3.71	     nbRestartNogoods=99  mapSize=331  nbInferences=0  nbTooLargeKeys=0
3.71	       =>  wckTime=1.752  cpuTime=1.64  mem=14M708
3.99	   
3.99	   search
3.99	     run=8  nbConstraintChecks=245445  nbValidityChecks=274403  nbPropagations=61906  nbRevisions=362267
3.99	     nbUselessRevisions=287566  nbAssignments=4126  nbFailedAssignments=338  nbBacktracks=750  nbVisitedNodes=4756
3.99	     nbRestartNogoods=112  mapSize=474  nbInferences=0  nbTooLargeKeys=0
3.99	       =>  wckTime=2.023  cpuTime=1.91  mem=14M708
4.27	   
4.27	   search
4.27	     run=9  nbConstraintChecks=311755  nbValidityChecks=361695  nbPropagations=82467  nbRevisions=509699
4.27	     nbUselessRevisions=405569  nbAssignments=5048  nbFailedAssignments=472  nbBacktracks=1135  nbVisitedNodes=5926
4.27	     nbRestartNogoods=134  mapSize=679  nbInferences=0  nbTooLargeKeys=0
4.27	       =>  wckTime=2.308  cpuTime=2.19  mem=15M696
4.66	   
4.66	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=17M671)
4.68	   
4.69	   search
4.69	     run=10  nbConstraintChecks=428228  nbValidityChecks=525997  nbPropagations=109641  nbRevisions=719714
4.69	     nbUselessRevisions=574100  nbAssignments=6225  nbFailedAssignments=668  nbBacktracks=1717  nbVisitedNodes=7486
4.69	     nbRestartNogoods=156
4.69	       =>  wckTime=2.722  cpuTime=2.59  mem=17M671
4.98	   
4.98	   search
4.98	     run=11  nbConstraintChecks=527247  nbValidityChecks=639995  nbPropagations=142602  nbRevisions=972645
4.98	     nbUselessRevisions=775450  nbAssignments=7538  nbFailedAssignments=931  nbBacktracks=2172  nbVisitedNodes=9291
4.98	     nbRestartNogoods=180
4.98	       =>  wckTime=3.013  cpuTime=2.87  mem=17M671
4.98	   
4.98	   global
4.98	     nbConstraintChecks=527247  nbValidityChecks=639995  nbPropagations=143197  nbRevisions=972645
4.98	     nbUselessRevisions=775450  nbRestartNogoods=180  solvingWckTime=3.014  solvingCpuTime=2.87  expiredTime=no
4.98	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=4.22
4.98	       =>  wckTime=4.66  cpuTime=4.17  mem=17M671
4.98	   
4.98	s SATISFIABLE
4.98	v 1 2 0 0 2 2 1 0 3 2 0 1 2 1 3 0 0 0 3 1 0 0 1 1 2 2 0 1 3 3 2 1 1 1 1 1 0 1 2 0 1 1 3 0 0 1 2 3 2 2 3 3 0 3 0 2 0 0 3 0 2 1 3 1 0 2 3 2 2 0 0 1 0 2 3 1 0 0 1 1 2 0 1 0 3 0 2 2 0 1 1 0 3 3 2 3 2 1 2 1 3 1 3 2 0 1 1 0 0 1 2 3 2 2 0 0 1 1 3 0 1 0 2 2 2 3 3 0 1 3 3 2 1 2 0 0 2 1 0 0 3 1 2 1 0 1 2 3 3 1 2 3 3 2 1 0 2 1 0 3 1 0 2 0 1 0 3 3 1 2 1 2 2 3 0 1 1 0 1 3 0 2 2 2 1 0 0 2 2 1 1 0 3 0 3 1 0 2 3 1 2 3 1 3 2 1 2 0 3 2 1 2 0 0 0 3 2 0 1 3 3 2 0 0 2 2 0 2 0 3 1 2 2 2 2 3 1 3 3 0 1 3 0 2 0 3 1 2 2 1 0 2 3 1 3 0 1 2 0 3 1 0 1 0 3 3 0 2 1 1 1 2 1 2 1 2 0 0 0 2 1 0 0 1 1 2 3 0 1 0 1 2 1 1 3 0 0 1 3 2 2 0 1 2 0 0 0 2 0 3 1 0 2 1 2 1 0 2 1 2 0 3 0 2 1 2 3 1 3 2 1 2 3 2 2 1 0 1 3 1 0 0 1 3 3 0 1 0 2 2 2 1 0 3 1 1 3 0 2 2 0 3 2 3 1 1 0 2 2 1 3 3 0 2 2 0 3 1 3 2 3 0 1 2 2 2 3 1 0 2 0 0 2 0 0 2 3 0 0 3 2 1 2 3 2 3 0 0 0 2 1 0 1 0 3 2 0 3 1 0 1 0 3 1 1 3 0 2 2 3 1 0 1 1 1 1 2 0 2 0 1 1 1 2 3 1 2 3 1 3 0 3 0 1 2 0 2 3 0 2 2 2 1 1 3 0 0 3 1 3 1 2 3 0 0 3 1 3 1 1 0 2 2 3 0 1 1 3 1 0 1 2 2 3 2 1 1 2 0 0 1 2 0 0 2 3 2 0 2 2 1 3 0 0 1 0 0 0 3 3 0 1 0 3 3 1 1 2 1 3 0 2 2 3 0 0 2 3 0 0 1 1 1 2 0 2 3 2 0 0 3 2 0 2 1 1 1 2 3 0 2 0 0 3 1 2 2 3 1 2 0 2 0 0 0 0 1 0 0 3 1 0 2 1 3 2 3 3 1 3 2 2 2 0 3 
4.98	d NODES 7538
4.98	d CHECKS 527247
4.98	   
4.98	   totalWckTime=4.74  totalCpuTime=4.23

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/node33/watcher-217883-1168079509 -o ROOT/results/node33/solver-217883-1168079509 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217883-1168079509/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.68 1.91 1.80 4/80 11346
/proc/meminfo: memFree=1119864/2055920 swapFree=4192224/4192956
[pid=11345] ppid=11343 vsize=9748 CPUtime=0
/proc/11345/stat : 11345 (java) D 11343 11345 10868 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 156344876 9981952 412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10945316 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/11345/statm: 2437 412 333 14 0 1140 0

[startup+0.108889 s]
/proc/loadavg: 1.68 1.91 1.80 4/80 11346
/proc/meminfo: memFree=1119864/2055920 swapFree=4192224/4192956
[pid=11345] ppid=11343 vsize=914988 CPUtime=0.08
/proc/11345/stat : 11345 (java) S 11343 11345 10868 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 156344876 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11345/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516932 s]
/proc/loadavg: 1.68 1.91 1.80 4/80 11346
/proc/meminfo: memFree=1119864/2055920 swapFree=4192224/4192956
[pid=11345] ppid=11343 vsize=915328 CPUtime=0.49
/proc/11345/stat : 11345 (java) S 11343 11345 10868 0 -1 0 6581 0 1 0 44 5 0 0 18 0 8 0 156344876 937295872 6320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11345/statm: 228832 6320 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3441 s]
/proc/loadavg: 1.68 1.91 1.80 4/87 11353
/proc/meminfo: memFree=1059912/2055920 swapFree=4192224/4192956
[pid=11345] ppid=11343 vsize=915636 CPUtime=1.3
/proc/11345/stat : 11345 (java) R 11343 11345 10868 0 -1 0 17345 0 1 0 102 28 0 0 22 0 8 0 156344876 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11345/statm: 228909 17083 2178 14 0 215379 0
[pid=11345/tid=11347] ppid=11343 vsize=915636 CPUtime=0.03
/proc/11345/task/11347/stat : 11347 (java) S 11343 11345 10868 0 -1 64 743 0 0 0 3 0 0 0 17 0 8 0 156344879 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11348] ppid=11343 vsize=915636 CPUtime=0
/proc/11345/task/11348/stat : 11348 (java) S 11343 11345 10868 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156344880 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11349] ppid=11343 vsize=915636 CPUtime=0
/proc/11345/task/11349/stat : 11349 (java) S 11343 11345 10868 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156344880 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11350] ppid=11343 vsize=915636 CPUtime=0
/proc/11345/task/11350/stat : 11350 (java) S 11343 11345 10868 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156344884 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11351] ppid=11343 vsize=915636 CPUtime=0.17
/proc/11345/task/11351/stat : 11351 (java) S 11343 11345 10868 0 -1 64 419 0 0 0 16 1 0 0 16 0 8 0 156344884 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11352] ppid=11343 vsize=915636 CPUtime=0
/proc/11345/task/11352/stat : 11352 (java) S 11343 11345 10868 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156344884 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11353] ppid=11343 vsize=915636 CPUtime=0
/proc/11345/task/11353/stat : 11353 (java) S 11343 11345 10868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156344884 937611264 17083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915636

[startup+2.98445 s]
/proc/loadavg: 1.68 1.91 1.80 3/87 11353
/proc/meminfo: memFree=1050696/2055920 swapFree=4192224/4192956
[pid=11345] ppid=11343 vsize=915732 CPUtime=2.94
/proc/11345/stat : 11345 (java) R 11343 11345 10868 0 -1 0 20013 0 1 0 253 41 0 0 25 0 8 0 156344876 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11345/statm: 228933 19748 2536 14 0 215403 0
[pid=11345/tid=11347] ppid=11343 vsize=915732 CPUtime=0.13
/proc/11345/task/11347/stat : 11347 (java) S 11343 11345 10868 0 -1 64 2898 0 0 0 12 1 0 0 16 0 8 0 156344879 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11348] ppid=11343 vsize=915732 CPUtime=0
/proc/11345/task/11348/stat : 11348 (java) S 11343 11345 10868 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156344880 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11349] ppid=11343 vsize=915732 CPUtime=0
/proc/11345/task/11349/stat : 11349 (java) S 11343 11345 10868 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156344880 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11350] ppid=11343 vsize=915732 CPUtime=0
/proc/11345/task/11350/stat : 11350 (java) S 11343 11345 10868 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156344884 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11351] ppid=11343 vsize=915732 CPUtime=0.32
/proc/11345/task/11351/stat : 11351 (java) S 11343 11345 10868 0 -1 64 495 0 0 0 30 2 0 0 16 0 8 0 156344884 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11352] ppid=11343 vsize=915732 CPUtime=0
/proc/11345/task/11352/stat : 11352 (java) S 11343 11345 10868 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156344884 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11345/tid=11353] ppid=11343 vsize=915732 CPUtime=0
/proc/11345/task/11353/stat : 11353 (java) S 11343 11345 10868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156344884 937709568 19748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915732

Child status: 0
Real time (s): 5.00963
CPU time (s): 4.93525
CPU user time (s): 4.50831
CPU system time (s): 0.426935
CPU usage (%): 98.5152
Max. virtual memory (cumulated for all children) (KiB): 915732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.50831
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20033
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= 1430
involuntary context switches= 1797

runsolver used 0.010998 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan  6 10:31:50 UTC 2007


IDJOB= 217883
IDBENCH= 5178
FILE ID= node33/217883-1168079509

PBS_JOBID= 3476069

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey4/ramsey-35-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217883-1168079509/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-217883-1168079509 -o ROOT/results/node33/solver-217883-1168079509 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217883-1168079509/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d7ff1f14815257f2473330bda53a6dc1

RANDOM SEED= 431072995

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.281
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.281
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:       1120280 kB
Buffers:         43644 kB
Cached:         761096 kB
SwapCached:        448 kB
Active:         136860 kB
Inactive:       715136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120280 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            4692 kB
Writeback:           0 kB
Mapped:          66768 kB
Slab:            68928 kB
Committed_AS:  3471048 kB
PageTables:       1876 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= 66552 MiB



End job on node33 on Sat Jan  6 10:31:55 UTC 2007